]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/device-ti-jacinto6evm.git/commitdiff
jacinto6evm: Remove ITTIAM.WMA decoder entries from media_codec list
authorSunita Nadampalli <sunitan@ti.com>
Tue, 4 Mar 2014 21:44:23 +0000 (15:44 -0600)
committerVishal Mahaveer <vishalm@ti.com>
Wed, 16 Apr 2014 19:34:43 +0000 (14:34 -0500)
Since ITTIAM.WMA codecs are no longer are supported on
jacinto6, the corresponding entries have been removed from
the media codec list of supported codecs.

Change-Id: I24934fda247b8c7e0a7d33a11a0791a98c54afc0
Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
media_codecs.xml

index 45ae8ec2967ad10d273514a27b025f195615d368..50e60bcdcc968d6d40dbb080368857f8ce265a13 100644 (file)
         <MediaCodec name="OMX.google.h263.decoder" type="video/3gpp" />
         <MediaCodec name="OMX.google.h264.decoder" type="video/avc" />
         <MediaCodec name="OMX.google.vpx.decoder" type="video/x-vnd.on2.vp8" />
-
-        <MediaCodec name="OMX.ITTIAM.WMA.decode" >
-            <Type name="audio/wma" />
-            <Quirk name="needs-flush-before-disable" />
-            <Quirk name="requires-flush-complete-emulation" />
-        </MediaCodec>
-        <MediaCodec name="OMX.ITTIAM.WMALSL.decode" >
-            <Type name="audio/wmalsl" />
-            <Quirk name="needs-flush-before-disable" />
-            <Quirk name="requires-flush-complete-emulation" />
-        </MediaCodec>
-        <MediaCodec name="OMX.ITTIAM.WMAPRO.decode" >
-            <Type name="audio/wmapro" />
-            <Quirk name="needs-flush-before-disable" />
-            <Quirk name="requires-flush-complete-emulation" />
-        </MediaCodec>
     </Decoders>
 
     <Encoders>