<div dir="ltr"><div><div>Thanks you Sebastian for reply.<br></div>However when I used pipeline like below<br>gst_parse_launch("filesrc location=/storage/extSdCard/zoo_1080p.mp4 ! qtdemux ! queue ! h264parse ! decodebin ! eglglessink", &error);<br>
<br></div><div>playback is jerky and indicates it is using some SW decoder for 1080p. 480p file plays ok.  I am using Galaxy tab 3.<br><br></div><div>How to make sure it uses HW decoder ?<br><br></div><div>Thanks<br>Alok<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 26, 2014 at 2:00 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mi, 2014-03-26 at 13:53 -0400, Alok Kumar wrote:<br>
> Hello everyone,<br>
><br>
> I am new to android gstreamer stuff. I do see there is "androidmedia"<br>
> gstreamer  plugin mentioned in <a href="http://plugins.mk" target="_blank">plugins.mk</a> file. But when I use this<br>
> "androidmedia" plugin in pipeline, it does not find the plugins. I am using<br>
> compiled binaries from gstreamer android 1.2.3 build.<br>
><br>
> So the question is there any plugin like "androidmedia", if yes then how to<br>
> use in gstreamer pipeline.<br>
><br>
> I am using android 4.2.x on Galaxy tab 3.<br>
<br>
</div></div>There is such a plugin but it will register element factories with names<br>
like amcviddec-something. decodebin will automatically use these<br>
elements if they can be used, or you could use the GstElementFactory API<br>
to get the ones that would be usable for your situation.<br>
<br>
They don't have a common name on all devices as the available codecs<br>
differ from device to device.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><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><br clear="all"><br>-- <br>Regards<br>Alok Kumar
</div>