summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorHong Teng <hongteng@google.com>2011-07-06 18:52:08 -0700
committerHong Teng <hongteng@google.com>2011-07-20 16:25:53 -0700
commit4e5a24608c3d273029f0f41f992dfa8a86a4158a (patch)
tree15c0ebf2050c632a6533b59597f056a8c2af400e /media_profiles.xml
parent05afebe8eb738d9577f50846130ae274eaf2e912 (diff)
downloaddevice_samsung_tuna-4e5a24608c3d273029f0f41f992dfa8a86a4158a.zip
device_samsung_tuna-4e5a24608c3d273029f0f41f992dfa8a86a4158a.tar.gz
device_samsung_tuna-4e5a24608c3d273029f0f41f992dfa8a86a4158a.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: I3d81e80a6fe3347c0bf335be88a5c670a366fb5a
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 b8fa78a..db77142 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
@@ -361,4 +366,7 @@
-->
<VideoDecoderCap name="wmv" enabled="false"/>
<AudioDecoderCap name="wma" enabled="false"/>
+ <VideoEditorCap maxInputFrameWidth="1280"
+ maxInputFrameHeight="720" maxOutputFrameWidth="1280"
+ maxOutputFrameHeight="720"/>
</MediaSettings>