summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorHong Teng <hongteng@google.com>2011-07-06 18:50:20 -0700
committerHong Teng <hongteng@google.com>2011-07-13 08:54:20 -0700
commita1d89aa6e9016990cad1c0098e7e8debf4463fb4 (patch)
tree13c1836ca71a81a5407b1e9f5fa5523b747fd463 /media_profiles.xml
parent29aa4ed9b9959dd4fb6fde9345ffaca3429c0461 (diff)
downloaddevice_samsung_crespo-a1d89aa6e9016990cad1c0098e7e8debf4463fb4.zip
device_samsung_crespo-a1d89aa6e9016990cad1c0098e7e8debf4463fb4.tar.gz
device_samsung_crespo-a1d89aa6e9016990cad1c0098e7e8debf4463fb4.tar.bz2
fix for issue 4142219 Don't hard code platform-specific limitations
-add video editor profile for platform specific limitation in media_profiles.xml Change-Id: I14086a4c26803d95e4f155139a23598bca8544d5
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 5d12185..2556ef9 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -70,6 +70,11 @@
<!ELEMENT AudioDecoderCap EMPTY>
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
<!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED>
+<!ELEMENT VideoEditorCap EMPTY>
+<!ATTLIST VideoEditorCap maxInputFrameWidth CDATA #REQUIRED>
+<!ATTLIST VideoEditorCap maxInputFrameHeight CDATA #REQUIRED>
+<!ATTLIST VideoEditorCap maxOutputFrameWidth CDATA #REQUIRED>
+<!ATTLIST VideoEditorCap maxOutputFrameHeight CDATA #REQUIRED>
]>
<!--
This file is used to declare the multimedia profiles and capabilities
@@ -200,4 +205,7 @@
-->
<VideoDecoderCap name="wmv" enabled="false"/>
<AudioDecoderCap name="wma" enabled="false"/>
+ <VideoEditorCap maxInputFrameWidth="1280"
+ maxInputFrameHeight="720" maxOutputFrameWidth="1280"
+ maxOutputFrameHeight="720"/>
</MediaSettings>