<div dir="ltr">Sebastian Dröge:<div><br></div><div>I got it,Thanks for your answer.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/10 Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@circular-chaos.org" target="_blank">slomo@circular-chaos.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Do, 2013-10-10 at 15:50 +0800, Wankey Cheng wrote:<br>
> Hi guys,<br>
>     I'm going to develop a video app of android,it's need to support wmv<br>
> format.After I search some media framework,I choose gstreamer.but,I found a<br>
> pdf file about gstreamer of android,which said "WMV and WMA and many other<br>
> weird codecs Only available on Tegra 3 devices",but I cound not found same<br>
> description on offical website(both <a href="http://www.gstreamer.com/" target="_blank">http://www.gstreamer.com/</a> and<br>
> <a href="http://gstreamer.freedesktop.org" target="_blank">http://gstreamer.freedesktop.org</a>).<br>
<br>
</div><a href="http://gstreamer.com" target="_blank">gstreamer.com</a> is not an official website of the GStreamer project, it's<br>
owned and done by some company. Only <a href="http://gstreamer.freedesktop.org" target="_blank">gstreamer.freedesktop.org</a> is the<br>
official website of the GStreamer project :) But that doesn't solve your<br>
problem I guess ;)<br>
<div class="im"><br>
> so, I hope get an answer about this <a href="http://problem.is" target="_blank">problem.is</a> it true?<br>
<br>
</div>WMV/WMA are supported by GStreamer on any device via software decoders<br>
(from gst-libav). They are currently not supported via hardware/device<br>
decoders on Android, as there is no Android API that supports those<br>
codecs (officially).<br>
<br>
It might be possible to add support for them to the androidmedia plugin<br>
(which uses the android.media.MediaCodec API), but would need someone<br>
with a device that has support for it to implement. If you look at the<br>
code, the codec specific handling in there is rather minimal, should be<br>
easy to implement :)<br>
<br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br></div>