You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/19 01:27:42 UTC

[1/2] git commit: CB-7454 Adds support for m4a audio format for Windows

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 513a5cb88 -> 526a73853


CB-7454 Adds support for m4a audio format for Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/33acd6fd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/33acd6fd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/33acd6fd

Branch: refs/heads/master
Commit: 33acd6fd0c4130fe6ea77b9438f99f31792a7b81
Parents: 22068ff
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Wed Sep 3 14:53:18 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Sep 3 14:53:18 2014 +0400

----------------------------------------------------------------------
 src/windows8/MediaProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/33acd6fd/src/windows8/MediaProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/MediaProxy.js b/src/windows8/MediaProxy.js
index e7b6595..3b4858b 100644
--- a/src/windows8/MediaProxy.js
+++ b/src/windows8/MediaProxy.js
@@ -42,7 +42,7 @@ module.exports = {
         if (thisM.node === null) {
             if (fn === 'mp3' || fn === 'wma' || fn === 'wma' ||
                 fn === 'cda' || fn === 'adx' || fn === 'wm' ||
-                fn === 'm3u' || fn === 'wmx') {
+                fn === 'm3u' || fn === 'wmx' || fn === 'm4a') {
                 thisM.node = new Audio(src);
                 thisM.node.load();
                 var dur = thisM.node.duration;


[2/2] git commit: Merge branch 'CB-7454' of https://github.com/MSOpenTech/cordova-plugin-media

Posted by pu...@apache.org.
Merge branch 'CB-7454' of https://github.com/MSOpenTech/cordova-plugin-media


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/526a7385
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/526a7385
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/526a7385

Branch: refs/heads/master
Commit: 526a738533fe39e8a19ac06086545b58af5e773a
Parents: 513a5cb 33acd6f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Sep 18 16:27:17 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Sep 18 16:27:17 2014 -0700

----------------------------------------------------------------------
 src/windows8/MediaProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/526a7385/src/windows8/MediaProxy.js
----------------------------------------------------------------------