<div dir="ltr"><div><div><div>Thanks you for reply.<br></div>It seems to be using amcvideodec-omxsecavcdec0, but it is dropping lots of frame for 1080p 60fps (hence skipping frames)<br><br>03-26 12:22:33.745: W/GStreamer+amcvideodec(4817): 0:01:01.052789946 0x6039b630 gstamcvideodec.c:1158:gst_amc_video_dec_loop:<amcvideodec-omxsecavcdec0> Frame is too late, dropping (deadline 0:00:00.084564417)<br>
03-26 12:22:33.745: W/GStreamer+amcvideodec(4817): 0:01:01.054200696 0x6039b630 gstamcvideodec.c:1158:gst_amc_video_dec_loop:<amcvideodec-omxsecavcdec0> Frame is too late, dropping (deadline 0:00:00.067775529)<br><br>
pipeline as "filesrc ! decodebin ! eglglessink", should adding queue buffer will help ?<br><br></div>logs attached. <br><br></div>Regards<br>Alok<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Mar 26, 2014 at 3:06 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="">On Mi, 2014-03-26 at 14:18 -0400, Alok Kumar wrote:<br>
> Thanks you Sebastian for reply.<br>
> However when I used pipeline like below<br>
> gst_parse_launch("filesrc location=/storage/extSdCard/zoo_1080p.mp4 !<br>
> qtdemux ! queue ! h264parse ! decodebin ! eglglessink", &error);<br>
><br>
> playback is jerky and indicates it is using some SW decoder for 1080p. 480p<br>
> file plays ok.  I am using Galaxy tab 3.<br>
><br>
> How to make sure it uses HW decoder ?<br>
<br>
</div>Check the debug logs if some amcviddec element is used by decodebin, or<br>
check with the GstBin API if there is one inside decodebin.<br>
<br>
You can also just use playbin, or a "filesrc ! decodebin ! eglglessink"<br>
pipeline for what you do there btw.<br>
<div class="HOEnZb"><div class="h5"><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>
</div></div><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>