androidmedia
Alok Kumar
alokkat at gmail.com
Wed Mar 26 14:01:31 PDT 2014
Thanks you for reply.
It seems to be using amcvideodec-omxsecavcdec0, but it is dropping lots of
frame for 1080p 60fps (hence skipping frames)
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)
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)
pipeline as "filesrc ! decodebin ! eglglessink", should adding queue buffer
will help ?
full logs below.
http://pastebin.com/zp5PQMMN
Regards
Alok
On Wed, Mar 26, 2014 at 4:32 PM, Alok Kumar <alokkat at gmail.com> wrote:
> Thanks you for reply.
> It seems to be using amcvideodec-omxsecavcdec0, but it is dropping lots of
> frame for 1080p 60fps (hence skipping frames)
>
> 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)
> 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)
>
> pipeline as "filesrc ! decodebin ! eglglessink", should adding queue
> buffer will help ?
>
> logs attached.
>
> Regards
> Alok
>
>
> On Wed, Mar 26, 2014 at 3:06 PM, Sebastian Dröge <
> sebastian at centricular.com> wrote:
>
>> On Mi, 2014-03-26 at 14:18 -0400, Alok Kumar wrote:
>> > Thanks you Sebastian for reply.
>> > However when I used pipeline like below
>> > gst_parse_launch("filesrc location=/storage/extSdCard/zoo_1080p.mp4 !
>> > qtdemux ! queue ! h264parse ! decodebin ! eglglessink", &error);
>> >
>> > playback is jerky and indicates it is using some SW decoder for 1080p.
>> 480p
>> > file plays ok. I am using Galaxy tab 3.
>> >
>> > How to make sure it uses HW decoder ?
>>
>> Check the debug logs if some amcviddec element is used by decodebin, or
>> check with the GstBin API if there is one inside decodebin.
>>
>> You can also just use playbin, or a "filesrc ! decodebin ! eglglessink"
>> pipeline for what you do there btw.
>>
>> --
>> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
>> Expertise, Straight from the Source
>>
>> _______________________________________________
>> gstreamer-android mailing list
>> gstreamer-android at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>>
>>
>
>
> --
> Regards
> Alok Kumar
>
--
Regards
Alok Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20140326/918b0237/attachment.html>
More information about the gstreamer-android
mailing list