You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/07/03 00:32:59 UTC

git commit: fixed capabilities for wp8

Updated Branches:
  refs/heads/master 99485538e -> e8b071569


fixed capabilities for wp8


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/e8b07156
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e8b07156
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e8b07156

Branch: refs/heads/master
Commit: e8b0715698a507439dd4901d7e4b99d2e4a35918
Parents: 9948553
Author: bennmapes <be...@gmail.com>
Authored: Tue Jul 2 15:32:26 2013 -0700
Committer: bennmapes <be...@gmail.com>
Committed: Tue Jul 2 15:32:26 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e8b07156/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0ea6994..bf0fe58 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
+<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
 id="org.apache.cordova.core.AudioHandler"
     version="0.1.0">
@@ -77,7 +77,9 @@ id="org.apache.cordova.core.AudioHandler"
         </config-file>
 
         <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
-            <Capability Name="ID_CAP_MEDIALIB"/>
+            <Capability Name="ID_CAP_MEDIALIB_AUDIO"/>
+            <Capability Name="ID_CAP_MEDIALIB_VIDEO"/>
+            <Capability Name="ID_CAP_MEDIALIB_PLAYBACK"/>
             <Capability Name="ID_CAP_MICROPHONE"/>
         </config-file>