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
commit376e7b8c6e78e1ac1abbcee89a6fabc23e1bbd4c (patch)
treec8c72673b86c7c35ec30e0c38c1c5b1e67e3ae63 /media_profiles.xml
parent50765d29f6fa3981fda293b91bbcaae0c2366521 (diff)
downloaddevice_samsung_tuna-376e7b8c6e78e1ac1abbcee89a6fabc23e1bbd4c.zip
device_samsung_tuna-376e7b8c6e78e1ac1abbcee89a6fabc23e1bbd4c.tar.gz
device_samsung_tuna-376e7b8c6e78e1ac1abbcee89a6fabc23e1bbd4c.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>