Full HD with gst-omx on Raspberry Pi?

Peter Maersk-Moller pmaersk at gmail.com
Fri Jun 27 10:33:49 PDT 2014


And the debug is attached to mail ... lets see if the mail list can accept
attachments??


On Fri, Jun 27, 2014 at 7:28 PM, Peter Maersk-Moller <pmaersk at gmail.com>
wrote:

> Hi Sebastian.
>
> Thanks for answering. Below is the verbose output. The pipeline used to
> generate the stream is this pipeline using GStreamer 1.3.3:
>
> width=1920 ; height=1080
> #width=1280 ; height=720
> rate=44100
> gst-launch-1.0 -v \
>         videotestsrc is-live=true               !\
>
> "video/x-raw,width=$width,height=$height,framerate=24/1,format=I420" !\
>         queue                                                           !\
>         x264enc tune=zerolatency bitrate=3000 speed-preset=6            !\
>         h264parse                                                       !\
>         queue                                                           !\
>         mux.                                                             \
>         audiotestsrc is-live=true                                       !\
>
> "audio/x-raw,format=S16LE,layout=interleaved,channels=2,rate=$rate" !\
>         queue                                                           !\
>         faac bitrate=128000                                             !\
>         aacparse                                                        !\
>         queue                                                           !\
>         matroskamux streamable=true name=mux                            !\
>         queue                                                           !\
>         tcpserversink host=0.0.0.0 port=5020 sync-method=2
> recover-policy=keyframe
>
>
> The pipeline used to play the stream on Raspberry Pi is this using
> GStreamer 1.0.10:
>
>         gst-launch-1.0 -v -e \
>                 tcpclientsrc host=$server port=$port    !\
>                 decodebin name=decoder                  !\
>                 autovideosink decoder.                  !\
>                 autoaudiosink
>
> Would love a newer version, but newer packages seems to be hard to get and
> compiling for the Rasp takes a very long time in CPU alone and quite a
> while to figure out all the packages required.
>
> Below is the verbose output.
>
> Best regards
> Peter
>
> Setting pipeline to PAUSED ...
> Cannot connect to server socket err = No such file or directory
> Cannot connect to server request channel
> jack server is not running or cannot be started
> Pipeline is PREROLLING ...
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstTypeFindElement:typefind.GstPad:src:
> caps = video/x-matroska
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMatroskaDemux:matroskademux0.GstPad:sink:
> caps = video/x-matroska
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-buffers = 5
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-time = 0
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-bytes = 2097152
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0.GstPad:src_0:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c,
> stream-format=(string)avc, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c,
> stream-format=(string)avc, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c,
> stream-format=(string)avc, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:src:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstAacParse:aacparse0.GstPad:src:
> caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true,
> stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2,
> rate=(int)44100
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstFaad:faad0.GstPad:sink:
> caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true,
> stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2,
> rate=(int)44100
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstAacParse:aacparse0.GstPad:sink:
> caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true,
> stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2,
> rate=(int)44100
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstFaad:faad0.GstPad:src: caps
> = audio/x-raw, format=(string)S16LE, layout=(string)interleaved,
> rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:src:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:src:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:src:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-buffers = 5
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-time = 0
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0:
> max-size-bytes = 2097152
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:src:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:sink:
> caps = video/x-h264, level=(string)4, profile=(string)high,
> stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920,
> height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true,
> pixel-aspect-ratio=(fraction)1/1
> /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink.GstProxyPad:proxypad2:
> caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved,
> rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
> /GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0: caps =
> video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink.GstProxyPad:proxypad1:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstAlsaSink:autoaudiosink0-actual-sink-alsa.GstPad:sink:
> caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved,
> rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
> /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink:
> caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved,
> rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
> /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0.GstProxyPad:proxypad11:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:src:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0: caps =
> video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink.GstProxyPad:proxypad1:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> /GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0.GstProxyPad:proxypad11:
> caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080,
> pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive,
> colorimetry=(string)bt709, framerate=(fraction)24/1
> ERROR: from element
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0:
> Internal data stream error.
> Additional debug info:
> gstomxvideodec.c(1670): gst_omx_video_dec_loop ():
> /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0:
> stream stopped, reason not-negotiated
> ERROR: pipeline doesn't want to preroll.
>
>
>
>
>
>
>
> On Thu, Jun 26, 2014 at 9:44 AM, Sebastian Dröge <
> sebastian at centricular.com> wrote:
>
>> On Sa, 2014-06-07 at 14:02 +0200, Peter Maersk-Moller wrote:
>> > Hi.
>> >
>> > I'm having a bit of a problem playing Full HD streams (1080p) on
>> Rasberry
>> > Pi using Erik Vontaenes gst-omx build and generating the stream with the
>> > x264enc module. It complains about the parameters not negotiated
>> indicating
>> > the gst-omx decoder won't take 1080p input. The same pipeline happily
>> plays
>> > 720p streams.
>> >
>> > Has anybody been able to play 1080p content using the same gst-omx
>> build or
>> > some other methods?
>>
>> I can play full HD content here on my RPi with my custom build, using
>> latest gst-omx and also the other GStreamer components from GIT master.
>>
>> Can you provide a GStreamer debug log with the error you get?
>>
>> --
>> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
>> Expertise, Straight from the Source
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140627/6d969bcd/attachment-0001.html>
-------------- next part --------------
Setting pipeline to PAUSED ...
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
0:00:00.698939194  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4173:gst_decode_bin_change_state:<decoder> dynlocking from thread 0x1652e60
0:00:00.700362134  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4173:gst_decode_bin_change_state:<decoder> dynlocked from thread 0x1652e60
0:00:00.701910068  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4174:gst_decode_bin_change_state:<decoder> clearing shutdown flag
0:00:00.703275009  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4176:gst_decode_bin_change_state:<decoder> dynunlocking from thread 0x1652e60
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstTypeFindElement:typefind.GstPad:src: caps = video/x-matroska
0:00:00.785571500  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2381:type_found:<decoder> typefind found caps video/x-matroska
0:00:00.786845446  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2857:gst_decode_chain_new:<decoder> Creating new chain 0x15aef40 with parent group (nil)
0:00:00.788461377  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad typefind:src caps:video/x-matroska
0:00:00.789873317  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:00.793207174  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1320:gst_decode_bin_autoplug_continue:<decoder> autoplug-continue returns TRUE
0:00:00.794734109  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps video/x-matroska
0:00:00.795948057  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:00.797637985  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:00.822256935  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16db890
0:00:00.823948863  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1659:analyze_new_pad:<typefind:src> Let's continue discovery on this pad
0:00:00.825091815  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1819:connect_pad:<decoder> pad typefind:src , chain:0x15aef40, 1 factories, caps video/x-matroska
0:00:00.827365718  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<typefind> trying factory <matroskademux>
0:00:00.828971649  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1372:gst_decode_bin_autoplug_select:<decoder> default autoplug-select returns TRY
0:00:00.830161598  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1940:connect_pad:<decoder> autoplug select requested try
0:00:00.845494944  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2016:connect_pad:<decoder> linked on pad typefind:src
0:00:00.846695893  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:00.848034836  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:00.849729764  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2024:connect_pad:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:00.850875715  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2200:connect_element:<decoder> Attempting to connect element matroskademux0 [chain:0x15aef40] further
0:00:00.852539644  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template video_%u
0:00:00.853889586  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2248:connect_element:<decoder> did not get the sometimes pad of template video_%u
0:00:00.855234529  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template audio_%u
0:00:00.856574472  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2248:connect_element:<decoder> did not get the sometimes pad of template audio_%u
0:00:00.857908415  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template subtitle_%u
0:00:00.859228359  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2248:connect_element:<decoder> did not get the sometimes pad of template subtitle_%u
0:00:00.860636299  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2264:connect_element:<decoder> Adding signals to element matroskademux0 in chain 0x15aef40
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMatroskaDemux:matroskademux0.GstPad:sink: caps = video/x-matroska
0:00:00.869562918  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2455:pad_added_cb:<matroskademux0:video_0> pad added, chain:0x15aef40
0:00:00.870779866  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad matroskademux0:video_0 caps:video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
0:00:00.872991772  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1447:analyze_new_pad:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:00.874353714  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1447:analyze_new_pad:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:00.875778653  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3044:gst_decode_group_new:<decoder> Creating new group 0x16de850 with parent chain 0x15aef40
0:00:00.879400498  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2371:check_upstream_seekable:<decoder> upstream seekable: 0
0:00:00.881983388  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2857:gst_decode_chain_new:<decoder> Creating new chain 0x16af9c0 with parent group 0x16de850
0:00:00.883221336  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1453:analyze_new_pad:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:00.884650275  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:00.888007131  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1320:gst_decode_bin_autoplug_continue:<decoder> autoplug-continue returns TRUE
0:00:00.889241079  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
0:00:00.891657976  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:00.893166911  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:00.895209824  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16de6a0
0:00:00.896841755  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1659:analyze_new_pad:<matroskademux0:video_0> Let's continue discovery on this pad
0:00:00.897979706  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1819:connect_pad:<decoder> pad matroskademux0:video_0 , chain:0x16af9c0, 1 factories, caps video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
0:00:00.899946622  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1825:connect_pad:<matroskademux0> is a demuxer, connecting the pad through multiqueue 'multiqueue0'
0:00:00.901968536  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3111:gst_decode_group_control_demuxer_pad:<decoder> group:0x16de850 pad matroskademux0:video_0
0:00:00.906876327  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3137:gst_decode_group_control_demuxer_pad:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:00.908157272  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3137:gst_decode_group_control_demuxer_pad:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:00.909494215  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3139:gst_decode_group_control_demuxer_pad:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:00.912401091  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<multiqueue0> trying factory <h264parse>
0:00:00.915153974  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locking chain 0x16af9c0 from thread 0x15b1060
0:00:00.916901899  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locked chain 0x16af9c0 from thread 0x15b1060
0:00:00.918038851  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1924:connect_pad:<decoder> unlocking chain 0x16af9c0 from thread 0x15b1060
0:00:00.919472790  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1372:gst_decode_bin_autoplug_select:<decoder> default autoplug-select returns TRY
0:00:00.920896729  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1940:connect_pad:<decoder> autoplug select requested try
0:00:00.933201204  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2016:connect_pad:<decoder> linked on pad multiqueue0:src_0
0:00:00.934401153  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locking chain 0x16af9c0 from thread 0x15b1060
0:00:00.936087081  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locked chain 0x16af9c0 from thread 0x15b1060
0:00:00.937250031  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2024:connect_pad:<decoder> unlocking chain 0x16af9c0 from thread 0x15b1060
0:00:00.938593974  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2200:connect_element:<decoder> Attempting to connect element h264parse0 [chain:0x16af9c0] further
0:00:00.939981915  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template src
0:00:00.941720841  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2224:connect_element:<decoder> got the pad for always template src
0:00:00.943256775  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad h264parse0:src caps:video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, byte-stream }, alignment=(string){ au, nal }
0:00:00.944562720  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:00.947758583  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, byte-stream }, alignment=(string){ au, nal }
0:00:00.949057528  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:00.950760455  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:00.953024359  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16ed170
0:00:00.954647289  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1615:analyze_new_pad: Trying factory h264parse
0:00:00.955820239  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1618:analyze_new_pad: Skipping factory
0:00:00.957121184  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1615:analyze_new_pad: Trying factory omxh264dec
0:00:00.962904937  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1742:analyze_new_pad:<capsfilter0:src> pad has non-fixed caps delay autoplugging
0:00:00.964927851  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1756:analyze_new_pad:<decoder> locking chain 0x16af9c0 from thread 0x15b1060
0:00:00.966073802  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1756:analyze_new_pad:<decoder> locked chain 0x16af9c0 from thread 0x15b1060
0:00:00.967852726  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1758:analyze_new_pad:<decoder> Chain 0x16af9c0 has now 0 dynamic pads
0:00:00.969375661  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1768:analyze_new_pad:<decoder> unlocking chain 0x16af9c0 from thread 0x15b1060
0:00:00.973941467  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locking from thread 0x15b1060
0:00:00.975147415  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locked from thread 0x15b1060
0:00:00.976521357  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:00.977978294  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:00.979333237  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:00.980713178  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:00.982126118  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:00.983460061  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2469:pad_added_cb:<decoder> expose unlocking from thread 0x15b1060
0:00:00.986365937  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2455:pad_added_cb:<matroskademux0:audio_0> pad added, chain:0x15aef40
0:00:00.987648882  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad matroskademux0:audio_0 caps:audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:00.989346810  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1447:analyze_new_pad:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:00.990691752  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1447:analyze_new_pad:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:00.996005526  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2857:gst_decode_chain_new:<decoder> Creating new chain 0x16afc88 with parent group 0x16de850
0:00:00.997412466  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1453:analyze_new_pad:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:00.998701411  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:01.002143264  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1320:gst_decode_bin_autoplug_continue:<decoder> autoplug-continue returns TRUE
0:00:01.003408210  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.005179134  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:01.006889062  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:01.009053969  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16de770
0:00:01.010710899  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1659:analyze_new_pad:<matroskademux0:audio_0> Let's continue discovery on this pad
0:00:01.012073840  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1819:connect_pad:<decoder> pad matroskademux0:audio_0 , chain:0x16afc88, 2 factories, caps audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.013822766  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1825:connect_pad:<matroskademux0> is a demuxer, connecting the pad through multiqueue 'multiqueue0'
0:00:01.015838680  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3111:gst_decode_group_control_demuxer_pad:<decoder> group:0x16de850 pad matroskademux0:audio_0
0:00:01.020280490  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3137:gst_decode_group_control_demuxer_pad:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:01.021915421  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3137:gst_decode_group_control_demuxer_pad:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:01.023065372  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3139:gst_decode_group_control_demuxer_pad:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:01.025843253  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<multiqueue0> trying factory <aacparse>
0:00:01.028798127  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locking chain 0x16afc88 from thread 0x15b1060
0:00:01.030010075  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locked chain 0x16afc88 from thread 0x15b1060
0:00:01.031484013  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1924:connect_pad:<decoder> unlocking chain 0x16afc88 from thread 0x15b1060
0:00:01.033153941  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1372:gst_decode_bin_autoplug_select:<decoder> default autoplug-select returns TRY
0:00:01.034351890  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1940:connect_pad:<decoder> autoplug select requested try
0:00:01.044836443  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2016:connect_pad:<decoder> linked on pad multiqueue0:src_1
0:00:01.046035392  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locking chain 0x16afc88 from thread 0x15b1060
0:00:01.047406334  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locked chain 0x16afc88 from thread 0x15b1060
0:00:01.048749276  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2024:connect_pad:<decoder> unlocking chain 0x16afc88 from thread 0x15b1060
0:00:01.050091219  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2200:connect_element:<decoder> Attempting to connect element aacparse0 [chain:0x16afc88] further
0:00:01.051906142  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template src
0:00:01.053047093  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2224:connect_element:<decoder> got the pad for always template src
0:00:01.054777019  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad aacparse0:src caps:audio/mpeg, framed=(boolean)true, mpegversion=(int){ 2, 4 }, stream-format=(string){ raw, adts, adif, loas }
0:00:01.056164960  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:01.059246829  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps audio/mpeg, framed=(boolean)true, mpegversion=(int){ 2, 4 }, stream-format=(string){ raw, adts, adif, loas }
0:00:01.061101750  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:01.062396694  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:1742:analyze_new_pad:<aacparse0:src> pad has non-fixed caps delay autoplugging
0:00:01.064491605  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1756:analyze_new_pad:<decoder> locking chain 0x16afc88 from thread 0x15b1060
0:00:01.065612557  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1756:analyze_new_pad:<decoder> locked chain 0x16afc88 from thread 0x15b1060
0:00:01.066961500  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1758:analyze_new_pad:<decoder> Chain 0x16afc88 has now 0 dynamic pads
0:00:01.068728424  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:1768:analyze_new_pad:<decoder> unlocking chain 0x16afc88 from thread 0x15b1060
0:00:01.071926288  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locking from thread 0x15b1060
0:00:01.073130237  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locked from thread 0x15b1060
0:00:01.074491178  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:01.075876119  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:01.077229062  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.078573004  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:01.079939946  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.081360886  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2469:pad_added_cb:<decoder> expose unlocking from thread 0x15b1060
0:00:01.083147809  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2501:no_more_pads_cb:<matroskademux0> got no more pads
0:00:01.085175723  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2503:no_more_pads_cb:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:01.086281676  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2503:no_more_pads_cb:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:01.087629618  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2529:no_more_pads_cb:<matroskademux0> Setting group 0x16de850 to complete
0:00:01.088959561  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:2535:no_more_pads_cb:<decoder> Setting group 0x16de850 multiqueue to 'playing' buffering mode
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-buffers = 5
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-time = 0
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-bytes = 2097152
0:00:01.095466284  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2538:no_more_pads_cb:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:01.096844225  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2540:no_more_pads_cb:<decoder> expose locking from thread 0x15b1060
0:00:01.098287164  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2540:no_more_pads_cb:<decoder> expose locked from thread 0x15b1060
0:00:01.099905095  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x15b1060
0:00:01.101045046  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x15b1060
0:00:01.102504984  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x15b1060
0:00:01.103857926  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x15b1060
0:00:01.105425859  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x15b1060
0:00:01.106779801  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 0
0:00:01.108194741  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.109524684  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x15b1060
0:00:01.110870627  2865  0x15b1060 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.112411561  2865  0x15b1060 LOG                decodebin gstdecodebin2.c:2544:no_more_pads_cb:<decoder> expose unlocking from thread 0x15b1060
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0.GstPad:src_0: caps = video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
0:00:01.133193675  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2553:caps_notify_cb:<aacparse0:src> Notified caps for pad aacparse0:src
0:00:01.134503619  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2561:caps_notify_cb:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.135877561  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2561:caps_notify_cb:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.137541490  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2570:caps_notify_cb:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.140474365  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:2455:pad_added_cb:<aacparse0:src> pad added, chain:0x16afc88
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1001b67640028acb200f0044fcb80880000030008000003018478c1924001000568ebccb22c, stream-format=(string)avc, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1
0:00:01.144264203  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad aacparse0:src caps:audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.151689886  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.160036530  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1320:gst_decode_bin_autoplug_continue:<decoder> autoplug-continue returns TRUE
0:00:01.161660461  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.163174396  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:01.166310263  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:01.168461171  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16f9c00
0:00:01.171910024  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1659:analyze_new_pad:<aacparse0:src> Let's continue discovery on this pad
0:00:01.165860282  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2553:caps_notify_cb:<capsfilter0:src> Notified caps for pad capsfilter0:src
0:00:01.174297922  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2561:caps_notify_cb:<decoder> locking chain 0x16af9c0 from thread 0x16ae780
0:00:01.175679863  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2561:caps_notify_cb:<decoder> locked chain 0x16af9c0 from thread 0x16ae780
0:00:01.177348792  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2570:caps_notify_cb:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae780
0:00:01.181586611  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:2455:pad_added_cb:<capsfilter0:src> pad added, chain:0x16af9c0
0:00:01.183066548  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad capsfilter0:src caps:video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.184799474  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1819:connect_pad:<decoder> pad aacparse0:src , chain:0x16afc88, 2 factories, caps audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.187766348  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<aacparse0> trying factory <aacparse>
0:00:01.189356280  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.190880215  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:01.194385065  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1320:gst_decode_bin_autoplug_continue:<decoder> autoplug-continue returns TRUE
0:00:01.196960956  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.198108907  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1924:connect_pad:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.199437850  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1928:connect_pad:<decoder> Skipping factory 'aacparse' because it was already used in this chain
0:00:01.202031739  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<aacparse0> trying factory <faad>
0:00:01.203811663  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1372:gst_decode_bin_autoplug_select:<decoder> default autoplug-select returns TRY
0:00:01.205070610  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.206513548  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are not final caps
0:00:01.208022484  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1334:gst_decode_bin_autoplug_factories:<decoder> finding factories
0:00:01.210081396  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1356:gst_decode_bin_autoplug_factories:<decoder> autoplug-factories returns 0x16b2170
0:00:01.211678328  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1940:connect_pad:<decoder> autoplug select requested try
0:00:01.217930061  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1659:analyze_new_pad:<capsfilter0:src> Let's continue discovery on this pad
0:00:01.219120011  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1819:connect_pad:<decoder> pad capsfilter0:src , chain:0x16af9c0, 2 factories, caps video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.221940890  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<capsfilter0> trying factory <h264parse>
0:00:01.223236835  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locking chain 0x16af9c0 from thread 0x16ae780
0:00:01.224332788  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1914:connect_pad:<decoder> locked chain 0x16af9c0 from thread 0x16ae780
0:00:01.225697730  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1924:connect_pad:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae780
0:00:01.231401487  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1928:connect_pad:<decoder> Skipping factory 'h264parse' because it was already used in this chain
0:00:01.233434400  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1855:connect_pad:<capsfilter0> trying factory <omxh264dec>
0:00:01.235123328  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1372:gst_decode_bin_autoplug_select:<decoder> default autoplug-select returns TRY
0:00:01.236418273  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1940:connect_pad:<decoder> autoplug select requested try
0:00:01.242424017  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2016:connect_pad:<decoder> linked on pad aacparse0:src
0:00:01.243697962  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.244792916  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.246188856  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2024:connect_pad:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.247273810  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:2200:connect_element:<decoder> Attempting to connect element faad0 [chain:0x16afc88] further
0:00:01.261405207  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template src
0:00:01.262635155  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:2224:connect_element:<decoder> got the pad for always template src
0:00:01.264169089  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad faad0:src caps:audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ]
0:00:01.265439035  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:01.268447907  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ]
0:00:01.269812849  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are final caps
0:00:01.271296785  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:1677:analyze_new_pad:<decoder> Pad is final. autoplug-continue:1
0:00:01.272425737  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:2301:expose_pad:<decoder> pad faad0:src, chain:0x16afc88
0:00:01.273846677  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocking from thread 0x16ae9b0
0:00:01.274939630  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocked from thread 0x16ae9b0
0:00:01.276337570  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3957:gst_decode_pad_set_blocked:<'':decodepad7> blocking pad: 1
0:00:01.277462522  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:4002:gst_decode_pad_set_blocked:<decoder> dynunlocking from thread 0x16ae9b0
0:00:01.278867463  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2323:expose_pad:<decoder> expose locking from thread 0x16ae9b0
0:00:01.279946417  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2323:expose_pad:<decoder> expose locked from thread 0x16ae9b0
0:00:01.281490351  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.282614303  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae9b0
0:00:01.284048242  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.285127196  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.286539135  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.287619089  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 0
0:00:01.288975031  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.290045986  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.291701915  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.292795869  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2327:expose_pad:<decoder> expose unlocking from thread 0x16ae9b0
0:00:01.300910522  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locking from thread 0x16ae9b0
0:00:01.302244466  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locked from thread 0x16ae9b0
0:00:01.303605408  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.304684362  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae9b0
0:00:01.306033304  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.307117258  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.308542197  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.309609152  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 0
0:00:01.310959094  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.312161043  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.313540984  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.314928925  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:2469:pad_added_cb:<decoder> expose unlocking from thread 0x16ae9b0
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstAacParse:aacparse0.GstPad:src: caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstFaad:faad0.GstPad:sink: caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstAacParse:aacparse0.GstPad:sink: caps = audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, codec_data=(buffer)1210, channels=(int)2, rate=(int)44100
0:00:01.327220400  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2016:connect_pad:<decoder> linked on pad capsfilter0:src
0:00:01.328400350  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locking chain 0x16af9c0 from thread 0x16ae780
0:00:01.329479304  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2018:connect_pad:<decoder> locked chain 0x16af9c0 from thread 0x16ae780
0:00:01.331522217  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2024:connect_pad:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae780
0:00:01.333324140  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:2200:connect_element:<decoder> Attempting to connect element omxh264dec-omxh264dec0 [chain:0x16af9c0] further
0:00:01.334475091  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:2213:connect_element:<decoder> got a source pad template src
0:00:01.336188018  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:2224:connect_element:<decoder> got the pad for always template src
0:00:01.337511962  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:1427:analyze_new_pad:<decoder> Pad omxh264dec-omxh264dec0:src caps:video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:01.351446367  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:4039:gst_decode_pad_new:<decoder> making new decodepad
0:00:01.354183251  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2638:are_final_caps:<decoder> Checking with caps video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:01.359446026  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2645:are_final_caps:<decoder> Caps are final caps
0:00:01.360603977  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:1677:analyze_new_pad:<decoder> Pad is final. autoplug-continue:1
0:00:01.361874923  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:2301:expose_pad:<decoder> pad omxh264dec-omxh264dec0:src, chain:0x16af9c0
0:00:01.363361859  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocking from thread 0x16ae780
0:00:01.364548809  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocked from thread 0x16ae780
0:00:01.365850753  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3957:gst_decode_pad_set_blocked:<'':decodepad8> blocking pad: 1
0:00:01.366968705  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:4002:gst_decode_pad_set_blocked:<decoder> dynunlocking from thread 0x16ae780
0:00:01.368481641  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2323:expose_pad:<decoder> expose locking from thread 0x16ae780
0:00:01.369577594  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2323:expose_pad:<decoder> expose locked from thread 0x16ae780
0:00:01.370940536  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae780
0:00:01.372283479  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae780
0:00:01.373639421  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae780
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstFaad:faad0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:01.377870240  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae780
0:00:01.378969194  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae780
0:00:01.380365134  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 0
0:00:01.381919068  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.383049020  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae780
0:00:01.384130973  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.385491915  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2327:expose_pad:<decoder> expose unlocking from thread 0x16ae780
0:00:01.388440790  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locking from thread 0x16ae780
0:00:01.389658738  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2462:pad_added_cb:<decoder> expose locked from thread 0x16ae780
0:00:01.390773690  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae780
0:00:01.392668609  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae780
0:00:01.386646866  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'caps'
0:00:01.394898514  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3902:source_pad_blocked_cb:<'':decodepad7> blocked: dpad->chain:0x16afc88
0:00:01.396041465  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locking from thread 0x16ae9b0
0:00:01.397429406  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae780
0:00:01.398593357  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae780
0:00:01.399972298  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae780
0:00:01.401053252  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 1
0:00:01.402526189  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16af9c0 from thread 0x16ae780
0:00:01.403682140  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16af9c0 from thread 0x16ae780
0:00:01.405031082  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae780
0:00:01.406107036  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16af9c0 is complete: 0
0:00:01.407442979  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.408504934  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae780
0:00:01.409846877  2865  0x16ae780 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.410920831  2865  0x16ae780 LOG                decodebin gstdecodebin2.c:2469:pad_added_cb:<decoder> expose unlocking from thread 0x16ae780
0:00:01.412539762  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locked from thread 0x16ae9b0
0:00:01.412758753  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.412913746  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae9b0
0:00:01.413053740  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.413193734  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.413329728  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.413467722  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 1
0:00:01.413605716  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.413746710  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.413884704  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.414020699  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16af9c0 is complete: 0
0:00:01.414156693  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.414291687  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.414428681  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.414561676  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3911:source_pad_blocked_cb:<decoder> expose unlocking from thread 0x16ae9b0
0:00:01.414720669  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'caps'
0:00:01.414850663  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3902:source_pad_blocked_cb:<'':decodepad7> blocked: dpad->chain:0x16afc88
0:00:01.414980658  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locking from thread 0x16ae9b0
0:00:01.415109652  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locked from thread 0x16ae9b0
0:00:01.415244646  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.415382641  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae9b0
0:00:01.415529634  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.415673628  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.415809622  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.415943617  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 1
0:00:01.416077611  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.416215605  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.416351599  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.416487593  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16af9c0 is complete: 0
0:00:01.416622588  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.416759582  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.416896576  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.417039570  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3911:source_pad_blocked_cb:<decoder> expose unlocking from thread 0x16ae9b0
0:00:01.417561548  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
0:00:01.417999529  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
0:00:01.418367513  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'stream-start'
0:00:01.418531506  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.418683500  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'stream-start'
0:00:01.418819494  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.419047484  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
0:00:01.419221477  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> stream-start dpad:0x16d0798
0:00:01.419568462  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'segment'
0:00:01.419740455  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.419894448  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'segment'
0:00:01.420040442  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.420271432  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
0:00:01.420449425  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> stream-start dpad:0x16d0798
0:00:01.420614417  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> segment dpad:0x16d0798
0:00:01.420847408  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'tag'
0:00:01.420994401  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:sink: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.438828641  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'tag'
0:00:01.442002505  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.443328449  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.448141244  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> stream-start dpad:0x16d0798
0:00:01.449250196  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> segment dpad:0x16d0798
0:00:01.450661136  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> tag dpad:0x16d0798
0:00:01.452443060  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'tag'
0:00:01.454714963  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.455894913  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<faad0:src> Seeing event 'tag'
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:sink: caps = video/x-h264, level=(string)4, profile=(string)high, stream-format=(string)byte-stream, alignment=(string)au, width=(int)1920, height=(int)1080, framerate=(fraction)24/1, parsed=(boolean)true, pixel-aspect-ratio=(fraction)1/1
0:00:01.459667752  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3895:source_pad_blocked_cb:<faad0:src> Letting event through
0:00:01.461270684  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> caps dpad:0x16d0798
0:00:01.463280598  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> stream-start dpad:0x16d0798
0:00:01.464478547  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> segment dpad:0x16d0798
0:00:01.465947484  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> tag dpad:0x16d0798
0:00:01.469205345  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<'':decodepad7> tag dpad:0x16d0798
0:00:01.472760194  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3902:source_pad_blocked_cb:<'':decodepad7> blocked: dpad->chain:0x16afc88
0:00:01.475258087  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locking from thread 0x16ae9b0
0:00:01.477333999  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locked from thread 0x16ae9b0
0:00:01.480088881  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.482483779  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16ae9b0
0:00:01.484376698  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.486441610  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16ae9b0
0:00:01.489144495  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16ae9b0
0:00:01.491575391  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 1
0:00:01.493049328  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.495406228  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.497237150  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16af9c0 from thread 0x16ae9b0
0:00:01.499689045  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16af9c0 is complete: 0
0:00:01.501551966  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 0
0:00:01.503320890  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16ae9b0
0:00:01.506038774  2865  0x16ae9b0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 0
0:00:01.508572666  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3911:source_pad_blocked_cb:<decoder> expose unlocking from thread 0x16ae9b0
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
0:00:01.548438966  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3889:source_pad_blocked_cb:<omxh264dec-omxh264dec0:src> Seeing event 'caps'
0:00:01.550468880  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3902:source_pad_blocked_cb:<'':decodepad8> blocked: dpad->chain:0x16af9c0
0:00:01.559282504  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locking from thread 0x16b2cc0
0:00:01.560657445  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3906:source_pad_blocked_cb:<decoder> expose locked from thread 0x16b2cc0
0:00:01.562303375  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x15aef40 from thread 0x16b2cc0
0:00:01.564239292  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x15aef40 from thread 0x16b2cc0
0:00:01.565434241  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16afc88 from thread 0x16b2cc0
0:00:01.566933177  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16afc88 from thread 0x16b2cc0
0:00:01.568456113  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16afc88 from thread 0x16b2cc0
0:00:01.569947049  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16afc88 is complete: 1
0:00:01.571941964  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locking chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.573186911  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3199:gst_decode_chain_is_complete:<decoder> locked chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.574727845  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.576267779  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x16af9c0 is complete: 1
0:00:01.577789714  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3182:gst_decode_group_is_complete:<decoder> Group 0x16de850 is complete: 1
0:00:01.579373647  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3219:gst_decode_chain_is_complete:<decoder> unlocking chain 0x15aef40 from thread 0x16b2cc0
0:00:01.580938580  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3220:gst_decode_chain_is_complete:<decoder> Chain 0x15aef40 is complete: 1
0:00:01.582639508  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3687:gst_decode_bin_expose:<decoder> Exposing currently active chains/groups
0:00:01.584124444  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3690:gst_decode_bin_expose:<decoder> dynlocking from thread 0x16b2cc0
0:00:01.585616381  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3690:gst_decode_bin_expose:<decoder> dynlocked from thread 0x16b2cc0
0:00:01.587101317  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3696:gst_decode_bin_expose:<decoder> dynunlocking from thread 0x16b2cc0
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-buffers = 5
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-time = 0
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstMultiQueue:multiqueue0: max-size-bytes = 2097152
0:00:01.595162974  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3846:gst_decode_chain_expose:<decoder> Disconnecting overrun
0:00:01.598013852  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3758:gst_decode_bin_expose:<decoder> About to expose dpad decodepad8 as src_0
0:00:01.608676397  2865  0x16b2cc0 INFO               decodebin gstdecodebin2.c:3772:gst_decode_bin_expose:<decoder:src_0> added new decoded pad
0:00:01.610367325  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3758:gst_decode_bin_expose:<decoder> About to expose dpad decodepad7 as src_1
0:00:01.614319157  2865  0x16b2cc0 INFO               decodebin gstdecodebin2.c:3772:gst_decode_bin_expose:<decoder:src_1> added new decoded pad
0:00:01.615592102  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3777:gst_decode_bin_expose:<decoder> signaling no-more-pads
0:00:01.617125037  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3789:gst_decode_bin_expose:<decoder:src_0> unblocking
0:00:01.618633973  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocking from thread 0x16b2cc0
0:00:01.620216905  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocked from thread 0x16b2cc0
0:00:01.621517850  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3957:gst_decode_pad_set_blocked:<decoder:src_0> blocking pad: 0
0:00:01.623254776  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:4002:gst_decode_pad_set_blocked:<decoder> dynunlocking from thread 0x16b2cc0
0:00:01.624511722  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3791:gst_decode_bin_expose:<decoder:src_0> unblocked
0:00:01.626013658  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3789:gst_decode_bin_expose:<decoder:src_1> unblocking
0:00:01.627836580  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocking from thread 0x16b2cc0
0:00:01.629101526  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3955:gst_decode_pad_set_blocked:<decoder> dynlocked from thread 0x16b2cc0
0:00:01.630936448  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3957:gst_decode_pad_set_blocked:<decoder:src_1> blocking pad: 0
0:00:01.633286348  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_1> caps dpad:0x16d0798
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink.GstProxyPad:proxypad2: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:01.642617950  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:4002:gst_decode_pad_set_blocked:<decoder> dynunlocking from thread 0x16b2cc0
0:00:01.644270879  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3791:gst_decode_bin_expose:<decoder:src_1> unblocked
0:00:01.647132757  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3797:gst_decode_bin_expose:<decoder> Exposed everything
0:00:01.648326706  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3911:source_pad_blocked_cb:<decoder> expose unlocking from thread 0x16b2cc0
/GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
0:00:01.652434531  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> caps dpad:0x16d0d98
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink.GstProxyPad:proxypad1: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstAlsaSink:autoaudiosink0-actual-sink-alsa.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:01.664344023  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_1> stream-start dpad:0x16d0798
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0.GstProxyPad:proxypad11: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
0:00:01.670423764  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_1> segment dpad:0x16d0798
0:00:01.681771280  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_1> tag dpad:0x16d0798
0:00:01.684347170  2865  0x16ae9b0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_1> tag dpad:0x16d0798
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
0:00:01.717178770  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> caps dpad:0x16d0d98
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink.GstProxyPad:proxypad1: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0.GstGhostPad:sink: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
/GstPipeline:pipeline0/GstDecodeBin:decoder.GstDecodePad:src_0.GstProxyPad:proxypad11: caps = video/x-raw, format=(string)I420, width=(int)1920, height=(int)1080, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, framerate=(fraction)24/1
0:00:01.744146620  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> stream-start dpad:0x16d0d98
0:00:01.746249530  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> segment dpad:0x16d0d98
0:00:01.748064453  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> tag dpad:0x16d0d98
0:00:01.750167363  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> tag dpad:0x16d0d98
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0: Internal data stream error.
Additional debug info:
gstomxvideodec.c(1670): gst_omx_video_dec_loop (): /GstPipeline:pipeline0/GstDecodeBin:decoder/GstOMXH264Dec-omxh264dec:omxh264dec-omxh264dec0:
stream stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
0:00:01.772981390  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3929:source_pad_event_probe:<decoder:src_0> eos dpad:0x16d0d98
0:00:01.777066216  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3932:source_pad_event_probe:<decoder:src_0> we received EOS
0:00:01.778239166  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3367:gst_decode_pad_handle_eos:<decoder> pad 0x16d0d98
0:00:01.779656106  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3287:drain_and_switch_chains: Checking chain 0x15aef40 (target pad decoder:src_0)
0:00:01.780805057  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locking chain 0x15aef40 from thread 0x16b2cc0
0:00:01.782307992  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locked chain 0x15aef40 from thread 0x16b2cc0
0:00:01.783339948  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3251:drain_and_switch_group: Checking group 0x16de850 (target pad decoder:src_0)
0:00:01.784881883  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3287:drain_and_switch_chains: Checking chain 0x16afc88 (target pad decoder:src_0)
0:00:01.786065832  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locking chain 0x16afc88 from thread 0x16b2cc0
0:00:01.787487772  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locked chain 0x16afc88 from thread 0x16b2cc0
0:00:01.788639722  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3343:drain_and_switch_chains:<decoder> unlocking chain 0x16afc88 from thread 0x16b2cc0
0:00:01.789943667  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3346:drain_and_switch_chains: Chain 0x16afc88 (handled:0, last_group:1, drained:0, switched:0)
0:00:01.791024621  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3287:drain_and_switch_chains: Checking chain 0x16af9c0 (target pad decoder:src_0)
0:00:01.793023535  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locking chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.794117489  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3289:drain_and_switch_chains:<decoder> locked chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.795453432  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3299:drain_and_switch_chains: Found the target chain
0:00:01.796580384  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3343:drain_and_switch_chains:<decoder> unlocking chain 0x16af9c0 from thread 0x16b2cc0
0:00:01.799086277  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3346:drain_and_switch_chains: Chain 0x16af9c0 (handled:1, last_group:1, drained:1, switched:0)
0:00:01.803236100  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4182:gst_decode_bin_change_state:<decoder> dynlocking from thread 0x1652e60
0:00:01.804574043  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4182:gst_decode_bin_change_state:<decoder> dynlocked from thread 0x1652e60
0:00:01.805764992  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4183:gst_decode_bin_change_state:<decoder> setting shutdown flag
0:00:01.807283927  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4128:unblock_pads:<decoder> unblocking pads
0:00:01.808411879  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:4186:gst_decode_bin_change_state:<decoder> dynunlocking from thread 0x1652e60
0:00:01.800819203  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3274:drain_and_switch_group: group 0x16de850 (last_group:1, drained:0, switched:0, handled:1)
0:00:01.810856775  2865  0x16b2cc0 LOG                decodebin gstdecodebin2.c:3343:drain_and_switch_chains:<decoder> unlocking chain 0x15aef40 from thread 0x16b2cc0
0:00:01.812457707  2865  0x16b2cc0 DEBUG              decodebin gstdecodebin2.c:3346:drain_and_switch_chains: Chain 0x15aef40 (handled:1, last_group:1, drained:0, switched:0)
0:00:01.834854751  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2477:pad_removed_cb:<matroskademux0:video_0> pad removed, chain:0x15aef40
0:00:01.836158696  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2481:pad_removed_cb:<decoder> locking chain 0x15aef40 from thread 0x1652e60
0:00:01.837240650  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2481:pad_removed_cb:<decoder> locked chain 0x15aef40 from thread 0x1652e60
0:00:01.838593592  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2493:pad_removed_cb:<decoder> unlocking chain 0x15aef40 from thread 0x1652e60
0:00:01.840373516  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2477:pad_removed_cb:<matroskademux0:audio_0> pad removed, chain:0x15aef40
0:00:01.841665461  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2481:pad_removed_cb:<decoder> locking chain 0x15aef40 from thread 0x1652e60
0:00:01.842758414  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2481:pad_removed_cb:<decoder> locked chain 0x15aef40 from thread 0x1652e60
0:00:01.844351346  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2493:pad_removed_cb:<decoder> unlocking chain 0x15aef40 from thread 0x1652e60
0:00:01.847210224  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locking chain 0x15aef40 from thread 0x1652e60
0:00:01.848374175  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locked chain 0x15aef40 from thread 0x1652e60
0:00:01.849440129  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2712:gst_decode_chain_free_internal:<decoder> Freeing chain 0x15aef40
0:00:01.850788072  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2914:gst_decode_group_free_internal:<decoder> Freeing group 0x16de850
0:00:01.852043018  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locking chain 0x16afc88 from thread 0x1652e60
0:00:01.853411960  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locked chain 0x16afc88 from thread 0x1652e60
0:00:01.854478914  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2712:gst_decode_chain_free_internal:<decoder> Freeing chain 0x16afc88
0:00:01.856756817  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle locking from thread 0x1652e60
0:00:01.857931767  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle lock from thread 0x1652e60
0:00:01.859299709  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2777:gst_decode_chain_free_internal:<decoder> subtitle unlocking from thread 0x1652e60
0:00:01.861540613  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle locking from thread 0x1652e60
0:00:01.862744562  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle lock from thread 0x1652e60
0:00:01.863830516  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2777:gst_decode_chain_free_internal:<decoder> subtitle unlocking from thread 0x1652e60
0:00:01.865710435  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2821:gst_decode_chain_free_internal:<decoder> Freed chain 0x16afc88
0:00:01.866840387  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2822:gst_decode_chain_free_internal:<decoder> unlocking chain 0x16afc88 from thread 0x1652e60
0:00:01.868282326  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locking chain 0x16af9c0 from thread 0x1652e60
0:00:01.869370279  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2709:gst_decode_chain_free_internal:<decoder> locked chain 0x16af9c0 from thread 0x1652e60
0:00:01.870721222  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2712:gst_decode_chain_free_internal:<decoder> Freeing chain 0x16af9c0
0:00:01.876071993  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle locking from thread 0x1652e60
0:00:01.877274942  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle lock from thread 0x1652e60
0:00:01.878360896  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2777:gst_decode_chain_free_internal:<decoder> subtitle unlocking from thread 0x1652e60
0:00:01.880893788  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle locking from thread 0x1652e60
0:00:01.882142735  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle lock from thread 0x1652e60
0:00:01.883603672  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2777:gst_decode_chain_free_internal:<decoder> subtitle unlocking from thread 0x1652e60
0:00:01.885521590  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2821:gst_decode_chain_free_internal:<decoder> Freed chain 0x16af9c0
0:00:01.886678541  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2822:gst_decode_chain_free_internal:<decoder> unlocking chain 0x16af9c0 from thread 0x1652e60
0:00:01.888778452  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2955:gst_decode_group_free_internal:<decoder> Freed group 0x16de850
0:00:01.890623373  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle locking from thread 0x1652e60
0:00:01.892106310  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2774:gst_decode_chain_free_internal:<decoder> subtitle lock from thread 0x1652e60
0:00:01.893493250  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2777:gst_decode_chain_free_internal:<decoder> subtitle unlocking from thread 0x1652e60
0:00:01.894591204  2865  0x1652e60 DEBUG              decodebin gstdecodebin2.c:2821:gst_decode_chain_free_internal:<decoder> Freed chain 0x15aef40
0:00:01.895933146  2865  0x1652e60 LOG                decodebin gstdecodebin2.c:2822:gst_decode_chain_free_internal:<decoder> unlocking chain 0x15aef40 from thread 0x1652e60
Freeing pipeline ...


More information about the gstreamer-devel mailing list