Part Number: AM5728
Tool/software: Linux
I have been attempting to run the TI Ducati gstreamer examples that are documented here on my AM5728 custom board:
https://developer.ridgerun.com/wiki/index.php?title=Gstreamer_pipelines_for_AM572x
I am using the TI Arago SDK with Linux Kernel version 4.4.41.
I try to run the following command:
GST_DEBUG=3 gst-launch-1.0 -e filesrc location=/am5728-gst-tests/video-samples/airshow_p352x288.yuv ! videoparse width=352 height=288 format=nv12 ! ducatijpegenc ! queue ! jpegparse ! qtmux ! filesink location=/am5728-gst-tests/tests-outputs/testmjpegenc.mov
It does not give a critical error, but stops almost immediately ( duration 0:00:00.22269... ) and after multiple runs, always produces a different sized file.
The input file is a 5MB file and the produced output from gstreamer is relatively tiny. Also, the resulting video file is only 2 seconds long and looks like random garbage ( not a good looking video ). Here is a screenshot:
There is no error reported. Why is the process ending prematurely and why is the resulting video not encoded properly?
Run with minimal debug:
root@am57xx:~# GST_DEBUG=3 gst-launch-1.0 -e filesrc location=/am5728-gst-tests/video-samples/airshow_p352x288.yuv ! > Setting pipeline to PAUSED ... [ 3717.894784] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 0:00:00.227159119 3248 0xece00 WARN basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0> pad not activated yet Pipeline is PREROLLING ... 0:00:00.240312997 3248 0xdcc00 FIXME basesink gstbasesink.c:3117:gst_base_sink_default_event:<filesink0> stream-start event without group-id. Consider implementing group-id handling in the upstream elements Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.242218799 3248 0xece00 WARN bin gstbin.c:2524:gst_bin_do_latency_func:<pipeline0> did not really configure latency of 0:00:00.000000000 New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 0:00:00.222695058 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ...
I run it multiple times in a row and see varying results with different file sizes:
root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>sudo rm * root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1096 -rw-r--r-- 1 root root 1122163 Sep 18 09:25 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1096 -rw-r--r-- 1 root root 1122163 Sep 18 09:25 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1168 -rw-r--r-- 1 root root 1195468 Sep 18 09:25 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1388 -rw-r--r-- 1 root root 1417534 Sep 18 09:25 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1440 -rw-r--r-- 1 root root 1474084 Sep 18 09:26 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1440 -rw-r--r-- 1 root root 1474084 Sep 18 09:26 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 1440 -rw-r--r-- 1 root root 1474084 Sep 18 09:26 testmjpegenc.mov root@machine:~/am57xx/build/exported-nfs/am5728-gst-tests/tests-outputs(master)>ls -rlt total 924 -rw-r--r-- 1 root root 942203 Sep 18 09:26 testmjpegenc.mov
Here is the run with verbosity turned on:
root@am57xx:~# GST_DEBUG=3 gst-launch-1.0 -v -e filesrc location=/am5728-gst-tests/video-samples/airshow_p352x288.yuv> Setting pipeline to PAUSED ... [ 3704.028593] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 0:00:00.317231394 3236 0xece00 WARN basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0> pad not activated yet Pipeline is PREROLLING ... /GstPipeline:pipeline0/GstVideoParse:videoparse0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:video_0: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" 0:00:00.332682775 3236 0xdcc00 FIXME basesink gstbasesink.c:3117:gst_base_sink_default_event:<filesink0> stream-start event without group-id. Consider implementing group-id handling in the upstream elements /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple" Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.335408581 3236 0xece00 WARN bin gstbin.c:2524:gst_bin_do_latency_func:<pipeline0> did not really configure latency of 0:00:00.000000000 New clock: GstSystemClock /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c674f1d7c674f10000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c674f1d7c674f1000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c674f1d7c674f1000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800006db900006dd300006dd300006dd300006d1400006d1400006ce700006ce300006cfb00006d3f00006d5300006d3a00006d0100006d2400006d2c00006d2c00006d4800006d0500006d4000006d4b00006d2400006d2300006d5100006d3400006d5100006d4b00006d6500006d3100006d4200006d0000006d4100006d4100006d4700006d4700006d6100006d3900006d5f00006d4a00006d4a00006d4a000000b07374636f00000000000000280000002400006ddd0000dbb0000149830001b7560002246a0002917e0002fe6500036b480003d843000445820004b2d50005200f00058d100005fa34000667600006d48c000741d40007aed900081c19000889640008f688000963ab0009d0fc000a3e30000aab81000b18cc000b8631000bf362000c60a4000ccda4000d3ae5000da826000e156d000e82b4000ef015000f5d4e000fcaad001037f70010a5410000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374\ \>" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c674f1d7c674f10000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c674f1d7c674f1000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c674f1d7c674f1000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660root@-ti-am57xx:~# GST_DEBUG=3 gst-launch-1.0 -e -v filesrc location=/am5728-gst-tests/video-samples/airshow_p352x288.yuv> Setting pipeline to PAUSED ... [ 4004.535051] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 0:00:00.357552068 3368 0xece00 WARN basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0> pad not activated yet Pipeline is PREROLLING ... /GstPipeline:pipeline0/GstVideoParse:videoparse0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:video_0: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" 0:00:00.373881362 3368 0xdcc00 FIXME basesink gstbasesink.c:3117:gst_base_sink_default_event:<filesink0> stream-start event without group-id. Consider implementing group-id handling in the upstream elements /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple" Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.376061583 3368 0xece00 WARN bin gstbin.c:2524:gst_bin_do_latency_func:<pipeline0> did not really configure latency of 0:00:00.000000000 New clock: GstSystemClock /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c6761ed7c6761e0000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c6761ed7c6761e000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c6761ed7c6761e000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800006be500006c1a00006c1a00006c1a00006c1f00006c1f00006bd800006c0700006bd600006be100006c1900006bde00006bb700006bd000006bb400006b7a00006b8200006b7d00006b8500006b8500006b8400006b8900006b8700006b8a00006b9300006b8500006b6400006b8a00006b8b00006b8c00006b8a00006b9400006b8600006b8600006b6e00006b8900006b7800006b9300006b9300006b93000000b07374636f00000000000000280000002400006c090000d8230001443d0001b05700021c76000288950002f46d000360740003cc4a0004382b0004a4440005102200057bd90005e7a90006535d0006bed700072a59000795d60008015b00086ce00008d864000943ed0009af74000a1afe000a8691000af216000b5d7a000bc904000c348f000ca01b000d0ba5000d7739000de2bf000e4e45000eb9b3000f253c000f90b4000ffc47001067da0000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374\ \>" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c6761ed7c6761e0000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c6761ed7c6761e000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c6761ed7c6761e000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800006be500006c1a00006c1a00006c1a00006c1f00006c1f00006bd800006c0700006bd600006be100006c1900006bde00006bb700006bd000006bb400006b7a00006b8200006b7d00006b8500006b8500006b8400006b8900006b8700006b8a00006b9300006b8500006b6400006b8a00006b8b00006b8c00006b8a00006b9400006b8600006b8600006b6e00006b8900006b7800006b9300006b9300006b93000000b07374636f00000000000000280000002400006c090000d8230001443d0001b05700021c76000288950002f46d000360740003cc4a0004382b0004a4440005102200057bd90005e7a90006535d0006bed700072a59000795d60008015b00086ce00008d864000943ed0009af74000a1afe000a8691000af216000b5d7a000bc904000c348f000ca01b000d0ba5000d7739000de2bf000e4e45000eb9b3000f253c000f90b4000ffc47001067da0000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374\ \>" Got EOS from element "pipeline0". Execution ended after 0:00:00.460856625 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ...
And here is the same run again with GST_DEBUG=4:
0:00:00.000372994 0x2d400 INFO GST_INIT gst.c:510:init_pre:[00m Initializing GStreamer Core Library version 1.6.3 0:00:00.000941026 0x2d400 INFO GST_INIT gst.c:511:init_pre:[00m Using library installed in /usr/lib 0:00:00.001053104 0x2d400 INFO GST_INIT gst.c:522:init_pre:[00m Linux am57xx 4.4.41 #1 SMP PREEMPT Tue Sep 11 15:03:08 CDT 2018 armv7l 0:00:00.004351658 0x2d400 INFO GST_INIT gstmessage.c:119:_priv_gst_message_initialize:[00m init messages 0:00:00.009153090 0x2d400 INFO GST_INIT gstcontext.c:77:_priv_gst_context_initialize:[00m init contexts 0:00:00.010681669 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:316:_priv_gst_plugin_initialize:[00m registering 0 static plugins 0:00:00.011529487 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:224:gst_plugin_register_static:[00m registered static plugin "staticelements" 0:00:00.011636359 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:226:gst_plugin_register_static:[00m added static plugin "staticelements", result: 1 0:00:00.011824077 0x2d400 INFO GST_REGISTRY gstregistry.c:1723:ensure_current_registry:[00m reading registry cache: /home/root/.cache/gstreamer-1.0/registry.arm.bin 0:00:00.105990834 0x2d400 INFO GST_REGISTRY gstregistrybinary.c:619:priv_gst_registry_binary_read_cache:[00m loaded /home/root/.cache/gstreamer-1.0/registry.arm.bin in 0.093699 seconds 0:00:00.106356834 0x2d400 INFO GST_REGISTRY gstregistry.c:1579:scan_and_update_registry:[00m Validating plugins from registry cache: /home/root/.cache/gstreamer-1.0/registry.arm.bin 0:00:00.241966991 0x2d400 INFO GST_REGISTRY gstregistry.c:1681:scan_and_update_registry:[00m Registry cache has not changed 0:00:00.242056295 0x2d400 INFO GST_REGISTRY gstregistry.c:1758:ensure_current_registry:[00m registry reading and updating done, result = 1 0:00:00.242119409 0x2d400 INFO GST_INIT gst.c:720:init_post:[00m GLib runtime version: 2.46.2 0:00:00.242183825 0x2d400 INFO GST_INIT gst.c:722:init_post:[00m GLib headers version: 2.46.2 0:00:00.242243524 0x2d400 INFO GST_INIT gst.c:723:init_post:[00m initialized GStreamer successfully 0:00:00.242420180 0x2d400 INFO GST_PIPELINE gstparse.c:323:gst_parse_launch_full:[00m parsing pipeline description 'filesrc location=/am5728-gst-tests/video-samples/airshow_p352x288.yuv ! videoparse width=352 height=288 format=nv12 ! ducatijpegenc ! queue ! jpegparse ! qtmux ! filesink location=/am5728-gst-tests/tests-outputs/testmjpegenc.mov ' 0:00:00.250750828 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:842:_priv_gst_plugin_load_file_for_registry:[00m plugin "/usr/lib/gstreamer-1.0/libgstcoreelements.so" loaded 0:00:00.250857537 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "filesrc" 0:00:00.251505927 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseSrc@0xd41d0>[00m adding pad 'src' 0:00:00.251678516 0x2d400 INFO filesrc gstfilesrc.c:263:gst_file_src_set_location:[00m filename : /am5728-gst-tests/video-samples/airshow_p352x288.yuv 0:00:00.251747975 0x2d400 INFO filesrc gstfilesrc.c:264:gst_file_src_set_location:[00m uri : file:///am5728-gst-tests/video-samples/airshow_p352x288.yuv 0:00:00.270058060 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:842:_priv_gst_plugin_load_file_for_registry:[00m plugin "/usr/lib/gstreamer-1.0/libgstrawparse.so" loaded 0:00:00.270150292 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "videoparse" 0:00:00.270806815 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstRawParse@0xd8038>[00m adding pad 'sink' 0:00:00.270946220 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstRawParse@0xd8038>[00m adding pad 'src' 0:00:00.289566348 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:842:_priv_gst_plugin_load_file_for_registry:[00m plugin "/usr/lib/gstreamer-1.0/libgstducati.so" loaded 0:00:00.289656953 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "ducatijpegenc" 0:00:00.290410100 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstVideoEncoder@0xde0a8>[00m adding pad 'sink' 0:00:00.290552108 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstVideoEncoder@0xde0a8>[00m adding pad 'src' 0:00:00.290675247 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "queue" 0:00:00.291366092 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstQueue@0xe2048>[00m adding pad 'sink' 0:00:00.291546164 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstQueue@0xe2048>[00m adding pad 'src' 0:00:00.294366641 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:842:_priv_gst_plugin_load_file_for_registry:[00m plugin "/usr/lib/gstreamer-1.0/libgstjpegformat.so" loaded 0:00:00.294445047 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "jpegparse" 0:00:00.294951265 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseParse@0xe6300>[00m adding pad 'sink' 0:00:00.295088393 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseParse@0xe6300>[00m adding pad 'src' 0:00:00.309860479 0x2d400 INFO GST_PLUGIN_LOADING gstplugin.c:842:_priv_gst_plugin_load_file_for_registry:[00m plugin "/usr/lib/gstreamer-1.0/libgstisomp4.so" loaded 0:00:00.309952223 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "qtmux" 0:00:00.310709111 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstQTMux@0xef0f0>[00m adding pad 'src' 0:00:00.311241681 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "filesink" 0:00:00.311844687 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseSink@0xf2228>[00m adding pad 'sink' 0:00:00.311993852 0x2d400 INFO filesink gstfilesink.c:302:gst_file_sink_set_location:<filesink0>[00m filename : /am5728-gst-tests/tests-outputs/testmjpegenc.mov 0:00:00.312091452 0x2d400 INFO filesink gstfilesink.c:303:gst_file_sink_set_location:<filesink0>[00m uri : file:///am5728-gst-tests/tests-outputs/testmjpegenc.mov 0:00:00.312180105 0x2d400 INFO GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create:[00m creating element "pipeline" 0:00:00.312715929 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking filesrc0:(any) to videoparse0:(any) (0/0) with caps "(NULL)" 0:00:00.312810276 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element filesrc0:(any) to element videoparse0:(any) 0:00:00.312892260 0x2d400 INFO GST_PADS gstutils.c:932:gst_pad_check_link:[00m trying to link filesrc0:src and videoparse0:sink 0:00:00.313012471 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m filesrc0 and videoparse0 in same bin, no need for ghost pads 0:00:00.313115601 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link filesrc0:src and videoparse0:sink 0:00:00.313227516 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked filesrc0:src and videoparse0:sink, successful 0:00:00.313296649 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.313354721 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<filesrc0:src>[00m Received event on flushing pad. Discarding 0:00:00.313451671 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking videoparse0:(any) to ducatijpegenc0:(any) (0/0) with caps "(NULL)" 0:00:00.313532191 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element videoparse0:(any) to element ducatijpegenc0:(any) 0:00:00.313607017 0x2d400 INFO GST_PADS gstutils.c:932:gst_pad_check_link:[00m trying to link videoparse0:src and ducatijpegenc0:sink 0:00:00.313775540 0x2d400 INFO GST_PADS gstpad.c:3996:gst_pad_peer_query:<ducatijpegenc0:src>[00m pad has no peer 0:00:00.313943575 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m videoparse0 and ducatijpegenc0 in same bin, no need for ghost pads 0:00:00.314035969 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link videoparse0:src and ducatijpegenc0:sink 0:00:00.314150487 0x2d400 INFO GST_PADS gstpad.c:3996:gst_pad_peer_query:<ducatijpegenc0:src>[00m pad has no peer 0:00:00.314291356 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked videoparse0:src and ducatijpegenc0:sink, successful 0:00:00.314361465 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.314416772 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<videoparse0:src>[00m Received event on flushing pad. Discarding 0:00:00.314506889 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking ducatijpegenc0:(any) to queue0:(any) (0/0) with caps "(NULL)" 0:00:00.314626287 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element ducatijpegenc0:(any) to element queue0:(any) 0:00:00.314706969 0x2d400 INFO GST_PADS gstutils.c:932:gst_pad_check_link:[00m trying to link ducatijpegenc0:src and queue0:sink 0:00:00.314823439 0x2d400 INFO GST_PADS gstpad.c:3996:gst_pad_peer_query:<queue0:src>[00m pad has no peer 0:00:00.314895825 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m ducatijpegenc0 and queue0 in same bin, no need for ghost pads 0:00:00.314984479 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link ducatijpegenc0:src and queue0:sink 0:00:00.315094929 0x2d400 INFO GST_PADS gstpad.c:3996:gst_pad_peer_query:<queue0:src>[00m pad has no peer 0:00:00.315167316 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked ducatijpegenc0:src and queue0:sink, successful 0:00:00.315235473 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.315290292 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<ducatijpegenc0:src>[00m Received event on flushing pad. Discarding 0:00:00.315501596 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking queue0:(any) to jpegparse0:(any) (0/0) with caps "(NULL)" 0:00:00.315583417 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element queue0:(any) to element jpegparse0:(any) 0:00:00.315658895 0x2d400 INFO GST_PADS gstutils.c:932:gst_pad_check_link:[00m trying to link queue0:src and jpegparse0:sink 0:00:00.315785124 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m queue0 and jpegparse0 in same bin, no need for ghost pads 0:00:00.315875404 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link queue0:src and jpegparse0:sink 0:00:00.315999031 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked queue0:src and jpegparse0:sink, successful 0:00:00.316070116 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.316125911 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<queue0:src>[00m Received event on flushing pad. Discarding 0:00:00.316217004 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking jpegparse0:(any) to qtmux0:(any) (0/0) with caps "(NULL)" 0:00:00.316296223 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element jpegparse0:(any) to element qtmux0:(any) 0:00:00.316621719 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<qtmux0>[00m adding pad 'video_0' 0:00:00.316722735 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m jpegparse0 and qtmux0 in same bin, no need for ghost pads 0:00:00.316845060 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link jpegparse0:src and qtmux0:video_0 0:00:00.316969500 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked jpegparse0:src and qtmux0:video_0, successful 0:00:00.317043839 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.317101260 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<jpegparse0:src>[00m Received event on flushing pad. Discarding 0:00:00.317190727 0x2d400 INFO GST_PIPELINE grammar.y:571:gst_parse_perform_link:[00m linking qtmux0:(any) to filesink0:(any) (0/0) with caps "(NULL)" 0:00:00.317272548 0x2d400 INFO GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full:[00m trying to link element qtmux0:(any) to element filesink0:(any) 0:00:00.317350953 0x2d400 INFO GST_PADS gstutils.c:932:gst_pad_check_link:[00m trying to link qtmux0:src and filesink0:sink 0:00:00.317457988 0x2d400 INFO GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting:[00m qtmux0 and filesink0 in same bin, no need for ghost pads 0:00:00.317544527 0x2d400 INFO GST_PADS gstpad.c:2234:gst_pad_link_prepare:[00m trying to link qtmux0:src and filesink0:sink 0:00:00.317654001 0x2d400 INFO GST_PADS gstpad.c:2440:gst_pad_link_full:[00m linked qtmux0:src and filesink0:sink, successful 0:00:00.317722972 0x2d400 INFO GST_EVENT gstevent.c:1374:gst_event_new_reconfigure:[00m creating reconfigure event 0:00:00.317777791 0x2d400 INFO GST_EVENT gstpad.c:5502:gst_pad_send_event_unchecked:<qtmux0:src>[00m Received event on flushing pad. Discarding Setting pipeline to PAUSED ... 0:00:00.329010737 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.340703543 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesink0>[00m completed state change to READY 0:00:00.340782436 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesink0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.340912081 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' changed state to 2(READY) successfully 0:00:00.341010495 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.341088087 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to READY 0:00:00.341148599 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.341237740 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 2(READY) successfully 0:00:00.341359089 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.341442049 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to READY 0:00:00.341502561 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.341590564 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 2(READY) successfully 0:00:00.341678892 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.341750303 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to READY 0:00:00.341807073 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.341893449 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 2(READY) successfully 0:00:00.341985193 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.342060508 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to READY 0:00:00.342118743 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.342203655 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 2(READY) successfully 0:00:00.342290681 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.342364207 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to READY 0:00:00.342422441 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.342506377 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 2(READY) successfully 0:00:00.342584783 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current NULL pending VOID_PENDING, desired next READY 0:00:00.342655705 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to READY 0:00:00.342712639 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed NULL to READY (VOID_PENDING pending) 0:00:00.342794623 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 2(READY) successfully 0:00:00.342918087 0x2d400 INFO GST_STATES gstelement.c:2305:gst_element_continue_state:<pipeline0>[00m committing state from NULL to READY, pending PAUSED, next PAUSED 0:00:00.342993889 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed NULL to READY (PAUSED pending) 0:00:00.343172660 0x2d400 INFO GST_STATES gstelement.c:2312:gst_element_continue_state:<pipeline0>[00m continue state change READY to PAUSED, final PAUSED 0:00:00.343313204 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.343454399 0x2d400 INFO GST_STATES gstbin.c:2713:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' is changing state asynchronously to PAUSED 0:00:00.343543703 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.343646345 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to PAUSED 0:00:00.343706207 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.343790468 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 3(PAUSED) successfully 0:00:00.343877657 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.344392497 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to PAUSED 0:00:00.344463095 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.344553212 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 3(PAUSED) successfully 0:00:00.344644143 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.344786476 0x2d400 INFO task gsttask.c:450:gst_task_set_lock:[00m setting stream lock 0xd684c on task 0xfc028 0:00:00.344854959 0x2d400 INFO GST_PADS gstpad.c:5848:gst_pad_start_task:<queue0:src>[00m created task 0xfc028 0:00:00.345178177 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to PAUSED 0:00:00.345256908 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.345452921 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 3(PAUSED) successfully 0:00:00.345551172 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.389116070 0x2d400 INFO ducati gstducatividenc.c:572:gst_ducati_videnc_allocate_params_default:<ducatijpegenc0>[00m started 0:00:00.389231564 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to PAUSED 0:00:00.389300860 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.389400412 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 3(PAUSED) successfully 0:00:00.389500452 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.389617409 0x2d400 INFO filesrc gstfilesrc.c:460:gst_file_src_start:<filesrc0>[00m opening file /am5728-gst-tests/video-samples/airshow_p352x288.yuv 0:00:00.398296977 0x2d400 WARN basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0>[00m pad not activated yet 0:00:00.398406126 0x2d400 INFO filesrc gstfilesrc.c:460:gst_file_src_start:<filesrc0>[00m opening file /am5728-gst-tests/video-samples/airshow_p352x288.yuv 0:00:00.399322428 0x2d400 INFO GST_EVENT gstevent.c:760:gst_event_new_segment:[00m creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 0:00:01.600000000 0:00:00.399533244 0x2d400 INFO task gsttask.c:450:gst_task_set_lock:[00m setting stream lock 0xd61bc on task 0xfc0d0 0:00:00.399605630 0x2d400 INFO GST_PADS gstpad.c:5848:gst_pad_start_task:<videoparse0:sink>[00m created task 0xfc0d0 0:00:00.399857438 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to PAUSED 0:00:00.399933729 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.400031329 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 3(PAUSED) successfully 0:00:00.400048084 0xdcb50 INFO GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad:[00m found pad videoparse0:sink 0:00:00.400122260 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current READY pending VOID_PENDING, desired next PAUSED 0:00:00.400225553 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to PAUSED 0:00:00.400296150 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) 0:00:00.400399444 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 3(PAUSED) successfully Pipeline is PREROLLING ... 0:00:00.400483380 0xdcb50 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event video/x-raw, format=(string)NV12, width=(int)352, height=(int)288, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)jpeg, colorimetry=(string)bt601, framerate=(fraction)25/1 /GstPipeline:pipeline0/GstVideoParse:videoparse0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" 0:00:00.401910292 0xdcb50 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event image/jpeg, parsed=(boolean)true, width=(int)352, height=(int)288, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)1/1 /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1\,\ pixel-aspect-ratio\=\(fraction\)1/1" /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ chroma-site\=\(string\)jpeg\,\ colorimetry\=\(string\)bt601\,\ framerate\=\(fraction\)25/1" 0:00:00.404345574 0xdcb50 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event image/jpeg, parsed=(boolean)true, width=(int)352, height=(int)288, framerate=(fraction)25/1 /GstPipeline:pipeline0/GstDucatiJPEGEnc:ducatijpegenc0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" 0:00:00.408492436 0xdcb50 INFO ducati gstducatividenc.c:442:gst_ducati_videnc_configure:<ducatijpegenc0>[00m configured 0:00:00.412288425 0xdcb50 INFO GST_EVENT gstevent.c:760:gst_event_new_segment:[00m creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 0:00:01.600000000 0:00:00.413389353 0xdcc00 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event image/jpeg, parsed=(boolean)true, format=(string)I420, width=(int)352, height=(int)288, framerate=(fraction)25/1 /GstPipeline:pipeline0/GstJpegParse:jpegparse0.GstPad:src: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:video_0: caps = "image/jpeg\,\ parsed\=\(boolean\)true\,\ format\=\(string\)I420\,\ width\=\(int\)352\,\ height\=\(int\)288\,\ framerate\=\(fraction\)25/1" 0:00:00.414624318 0xdcc00 [32;01mFIXME basesink gstbasesink.c:3117:gst_base_sink_default_event:<filesink0>[00m stream-start event without group-id. Consider implementing group-id handling in the upstream elements 0:00:00.414764862 0xdcc00 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event video/quicktime, variant=(string)apple /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple" 0:00:00.415701822 0xdcc00 INFO qtmux gstqtmux.c:2006:gst_qt_mux_downstream_is_seekable:<qtmux0>[00m downstream is seekable 0:00:00.415779740 0xdcc00 INFO GST_EVENT gstevent.c:760:gst_event_new_segment:[00m creating segment event bytes segment start=0, offset=0, stop=-1, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0, base=0, position 0, duration -1 0:00:00.416072214 0xdcc00 INFO GST_STATES gstbin.c:3181:bin_handle_async_done:<pipeline0>[00m committing state from READY to PAUSED, old pending PAUSED 0:00:00.416154686 0xdcc00 INFO GST_STATES gstbin.c:3201:bin_handle_async_done:<pipeline0>[00m completed state change, pending VOID 0:00:00.416212108 0xdcc00 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed READY to PAUSED (VOID_PENDING pending) Pipeline is PREROLLED ... Setting pipeline to PLAYING ... 0:00:00.417400713 0x2d400 INFO GST_EVENT gstevent.c:1245:gst_event_new_latency:[00m creating latency event 0:00:00.000000000 0:00:00.417638532 0x2d400 WARN bin gstbin.c:2524:gst_bin_do_latency_func:<pipeline0>[00m did not really configure latency of 0:00:00.000000000 0:00:00.417797457 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.417896033 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesink0>[00m completed state change to PLAYING 0:00:00.417971022 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesink0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.418076105 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' changed state to 4(PLAYING) successfully 0:00:00.418172078 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.418246905 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to PLAYING 0:00:00.418305302 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.418421772 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 4(PLAYING) successfully 0:00:00.418515630 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.418590132 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to PLAYING 0:00:00.418649830 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.418734742 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 4(PLAYING) successfully 0:00:00.418821769 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.418894969 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to PLAYING 0:00:00.418953529 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.419037790 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 4(PLAYING) successfully 0:00:00.419125468 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.419199644 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to PLAYING 0:00:00.419258366 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.419341977 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 4(PLAYING) successfully 0:00:00.419430468 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.419503342 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to PLAYING 0:00:00.419562065 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.419645513 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 4(PLAYING) successfully 0:00:00.419726196 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current PAUSED pending VOID_PENDING, desired next PLAYING 0:00:00.419799884 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to PLAYING 0:00:00.419859094 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) 0:00:00.419972148 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 4(PLAYING) successfully 0:00:00.420060150 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<pipeline0>[00m completed state change to PLAYING 0:00:00.420119361 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending) New clock: GstSystemClock 0:00:00.599138419 0xdcb50 INFO task gsttask.c:315:gst_task_func:<videoparse0:sink>[00m Task going to paused 0:00:00.630381806 0xdcc00 INFO GST_EVENT gstevent.c:679:gst_event_new_caps:[00m creating caps event video/quicktime, variant=(string)apple, streamheader=(buffer)< 0000040e6d6f6f760000006c6d76686400000000d7c6767ed7c6767e0000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c6767ed7c6767e000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c6767ed7c6767e000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800007fc800007fd900008d1000008d1000008d1100008d1100008d4300008d1000008d1400008d1700008d0900008d1600008d1400008d1300008d0b00008d0b00008d0900008d2200008d1700008d1d00008d1d00008d1700008d2d00008d6400008d2f00008d3000008d5d00008d2500008cf500008d4b00008d3e00008cfc00008d2b00008d2b00008d1d00008d0200008d2200008d6200008d6100008d62000000b07374636f00000000000000280000002400007fec0000ffc500018cd5000219e50002a6f6000334070003c14a00044e5a0004db6e000568850005f58e000682a400070fb800079ccb000829d60008b6e1000943ea0009d10c000a5e23000aeb40000b785d000c0574000c92a1000d2005000dad34000e3a64000ec7c1000f54e6000fe1db00106f260010fc64001189600012168b0012a3b6001330d30013bdd500144af70014d859001565ba0000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374 > /GstPipeline:pipeline0/GstQTMux:qtmux0.GstPad:src: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c6767ed7c6767e0000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c6767ed7c6767e000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c6767ed7c6767e000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800007fc800007fd900008d1000008d1000008d1100008d1100008d4300008d1000008d1400008d1700008d0900008d1600008d1400008d1300008d0b00008d0b00008d0900008d2200008d1700008d1d00008d1d00008d1700008d2d00008d6400008d2f00008d3000008d5d00008d2500008cf500008d4b00008d3e00008cfc00008d2b00008d2b00008d1d00008d0200008d2200008d6200008d6100008d62000000b07374636f00000000000000280000002400007fec0000ffc500018cd5000219e50002a6f6000334070003c14a00044e5a0004db6e000568850005f58e000682a400070fb800079ccb000829d60008b6e1000943ea0009d10c000a5e23000aeb40000b785d000c0574000c92a1000d2005000dad34000e3a64000ec7c1000f54e6000fe1db00106f260010fc64001189600012168b0012a3b6001330d30013bdd500144af70014d859001565ba0000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374\ \>" /GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = "video/quicktime\,\ variant\=\(string\)apple\,\ streamheader\=\(buffer\)\<\ 0000040e6d6f6f760000006c6d76686400000000d7c6767ed7c6767e0000070800000b4000010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000035d7472616b0000005c746b686400000007d7c6767ed7c6767e000000010000000000000b40000000000000000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000160000001200000000002bc6d646961000000206d64686400000000d7c6767ed7c6767e000009c400000fa0000000000000002d68646c72000000006d686c72766964650000000000000000000000000c566964656f48616e646c6572000002676d696e6600000014766d68640000000100408000800080000000002168646c720000000064686c72616c6973000000000000000000000000000000002464696e660000001c6472656600000000000000010000000c616c697300000001000002067374626c00000066737473640000000000000001000000566a70656700000000000000010000000000000000000002000000020001600120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000001873747473000000000000000100000028000000640000001c737473630000000000000001000000010000000100000001000000b47374737a00000000000000000000002800007fc800007fd900008d1000008d1000008d1100008d1100008d4300008d1000008d1400008d1700008d0900008d1600008d1400008d1300008d0b00008d0b00008d0900008d2200008d1700008d1d00008d1d00008d1700008d2d00008d6400008d2f00008d3000008d5d00008d2500008cf500008d4b00008d3e00008cfc00008d2b00008d2b00008d1d00008d0200008d2200008d6200008d6100008d62000000b07374636f00000000000000280000002400007fec0000ffc500018cd5000219e50002a6f6000334070003c14a00044e5a0004db6e000568850005f58e000682a400070fb800079ccb000829d60008b6e1000943ea0009d10c000a5e23000aeb40000b785d000c0574000c92a1000d2005000dad34000e3a64000ec7c1000f54e6000fe1db00106f260010fc64001189600012168b0012a3b6001330d30013bdd500144af70014d859001565ba0000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374\ \>" 0:00:00.648174774 0xdcc00 INFO GST_EVENT gstevent.c:760:gst_event_new_segment:[00m creating segment event bytes segment start=20, offset=0, stop=-1, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0, base=0, position 0, duration -1 0:00:00.648503035 0xdcc00 INFO task gsttask.c:315:gst_task_func:<queue0:src>[00m Task going to paused Got EOS from element "pipeline0". Execution ended after 0:00:00.228432474 Setting pipeline to PAUSED ... 0:00:00.648895387 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.648991523 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesink0>[00m completed state change to PAUSED 0:00:00.649057891 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesink0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.649165088 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' changed state to 3(PAUSED) successfully 0:00:00.649258459 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.649334587 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to PAUSED 0:00:00.649394448 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.649482126 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 3(PAUSED) successfully 0:00:00.649571755 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.649645768 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to PAUSED 0:00:00.649705304 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.649791355 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 3(PAUSED) successfully 0:00:00.649880822 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.649954672 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to PAUSED 0:00:00.650013558 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.650097982 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 3(PAUSED) successfully 0:00:00.650185984 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.650261299 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to PAUSED 0:00:00.650320998 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.650441371 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 3(PAUSED) successfully 0:00:00.650533928 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.650608430 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to PAUSED 0:00:00.650667966 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.650754179 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 3(PAUSED) successfully 0:00:00.650834374 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current PLAYING pending VOID_PENDING, desired next PAUSED 0:00:00.650908550 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to PAUSED 0:00:00.650968574 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.651054787 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 3(PAUSED) successfully 0:00:00.651146206 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<pipeline0>[00m completed state change to PAUSED 0:00:00.651205904 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending) 0:00:00.651531726 0x2d400 INFO GST_STATES gstbin.c:1842:gst_bin_get_state_func:<pipeline0>[00m getting state Setting pipeline to READY ... 0:00:00.651765152 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.651902931 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesink0>[00m completed state change to READY 0:00:00.651966859 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesink0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.652054862 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' changed state to 2(READY) successfully 0:00:00.652142702 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.652362627 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to READY 0:00:00.652428670 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.652515371 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 2(READY) successfully 0:00:00.652636883 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.652787838 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to READY 0:00:00.652851766 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.652937166 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 2(READY) successfully 0:00:00.653024355 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.653156278 0xdcc00 INFO task gsttask.c:317:gst_task_func:<queue0:src>[00m Task resume from paused 0:00:00.653341392 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to READY 0:00:00.653408086 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.653496576 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 2(READY) successfully 0:00:00.653586206 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.657449376 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to READY 0:00:00.657531686 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.657628310 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 2(READY) successfully 0:00:00.657725259 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.657938352 0xdcb50 INFO task gsttask.c:317:gst_task_func:<videoparse0:sink>[00m Task resume from paused 0:00:00.658085403 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to READY 0:00:00.658152584 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.658242051 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 2(READY) successfully 0:00:00.658325499 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current PAUSED pending VOID_PENDING, desired next READY 0:00:00.658414478 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to READY 0:00:00.658506222 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.658597315 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 2(READY) successfully 0:00:00.658692475 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<pipeline0>[00m completed state change to READY 0:00:00.658752662 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed PAUSED to READY (VOID_PENDING pending) 0:00:00.658903942 0x2d400 INFO GST_STATES gstbin.c:1842:gst_bin_get_state_func:<pipeline0>[00m getting state Setting pipeline to NULL ... 0:00:00.659097190 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesink0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.669017579 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesink0>[00m completed state change to NULL 0:00:00.669096472 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesink0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.669192446 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesink0' changed state to 1(NULL) successfully 0:00:00.669285328 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<qtmux0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.669378862 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<qtmux0>[00m completed state change to NULL 0:00:00.669439536 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtmux0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.669524774 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'qtmux0' changed state to 1(NULL) successfully 0:00:00.669612288 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<jpegparse0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.669702731 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<jpegparse0>[00m completed state change to NULL 0:00:00.669762430 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<jpegparse0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.669848155 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'jpegparse0' changed state to 1(NULL) successfully 0:00:00.669936158 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<queue0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.670025462 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<queue0>[00m completed state change to NULL 0:00:00.670115742 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<queue0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.670204395 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'queue0' changed state to 1(NULL) successfully 0:00:00.670293048 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<ducatijpegenc0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.670384792 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<ducatijpegenc0>[00m completed state change to NULL 0:00:00.670444328 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<ducatijpegenc0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.670529891 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'ducatijpegenc0' changed state to 1(NULL) successfully 0:00:00.670616918 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<videoparse0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.670707360 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<videoparse0>[00m completed state change to NULL 0:00:00.670766896 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<videoparse0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.670850832 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'videoparse0' changed state to 1(NULL) successfully 0:00:00.670931840 0x2d400 INFO GST_STATES gstbin.c:2243:gst_bin_element_set_state:<filesrc0>[00m current READY pending VOID_PENDING, desired next NULL 0:00:00.671018542 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0>[00m completed state change to NULL 0:00:00.671078240 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) 0:00:00.671162339 0x2d400 INFO GST_STATES gstbin.c:2707:gst_bin_change_state_func:<pipeline0>[00m child 'filesrc0' changed state to 1(NULL) successfully 0:00:00.671437571 0x2d400 INFO GST_STATES gstelement.c:2330:gst_element_continue_state:<pipeline0>[00m completed state change to NULL 0:00:00.671502475 0x2d400 INFO GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0>[00m notifying about state-changed READY to NULL (VOID_PENDING pending) Freeing pipeline ... 0:00:00.671671486 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking qtmux0:src(0xd6bf0) and filesink0:sink(0xd6d40) 0:00:00.671784051 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked qtmux0:src and filesink0:sink 0:00:00.671898568 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "filesink0" 0:00:00.671987384 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<filesink0>[00m dispose 0:00:00.672075550 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<filesink0>[00m removing pad 'sink' 0:00:00.672171523 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<filesink0>[00m parent class dispose 0:00:00.672237403 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<filesink0>[00m finalize 0:00:00.672292547 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<filesink0>[00m finalize parent 0:00:00.672367211 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking jpegparse0:src(0xd6aa0) and qtmux0:video_0(0xd6e90) 0:00:00.672470179 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked jpegparse0:src and qtmux0:video_0 0:00:00.672582256 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "qtmux0" 0:00:00.672661800 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<qtmux0>[00m dispose 0:00:00.672721174 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<qtmux0>[00m removing pad 'video_0' 0:00:00.672817798 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<qtmux0>[00m removing pad 'src' 0:00:00.672900107 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<qtmux0>[00m parent class dispose 0:00:00.672992339 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<qtmux0>[00m finalize 0:00:00.673048784 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<qtmux0>[00m finalize parent 0:00:00.673121171 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking queue0:src(0xd6800) and jpegparse0:sink(0xd6950) 0:00:00.673222512 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked queue0:src and jpegparse0:sink 0:00:00.673424870 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "jpegparse0" 0:00:00.673829259 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<jpegparse0>[00m dispose 0:00:00.673890096 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<jpegparse0>[00m removing pad 'sink' 0:00:00.673973382 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<jpegparse0>[00m removing pad 'src' 0:00:00.674054878 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<jpegparse0>[00m parent class dispose 0:00:00.674196886 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<jpegparse0>[00m finalize 0:00:00.674255446 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<jpegparse0>[00m finalize parent 0:00:00.674328158 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking ducatijpegenc0:src(0xd6560) and queue0:sink(0xd66b0) 0:00:00.674430638 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked ducatijpegenc0:src and queue0:sink 0:00:00.674577688 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "queue0" 0:00:00.674660323 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<queue0>[00m dispose 0:00:00.674718395 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<queue0>[00m removing pad 'sink' 0:00:00.674806072 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<queue0>[00m removing pad 'src' 0:00:00.674893587 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<queue0>[00m parent class dispose 0:00:00.674958654 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<queue0>[00m finalize 0:00:00.675012659 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<queue0>[00m finalize parent 0:00:00.675082768 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking videoparse0:src(0xd62c0) and ducatijpegenc0:sink(0xd6410) 0:00:00.675183459 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked videoparse0:src and ducatijpegenc0:sink 0:00:00.675297814 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "ducatijpegenc0" 0:00:00.675462920 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<ducatijpegenc0>[00m dispose 0:00:00.675521318 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<ducatijpegenc0>[00m removing pad 'sink' 0:00:00.675601350 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<ducatijpegenc0>[00m removing pad 'src' 0:00:00.675682520 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<ducatijpegenc0>[00m parent class dispose 0:00:00.675746936 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<ducatijpegenc0>[00m finalize 0:00:00.675802080 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<ducatijpegenc0>[00m finalize parent 0:00:00.675874467 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:1991:gst_pad_unlink:[00m unlinking filesrc0:src(0xd6020) and videoparse0:sink(0xd6170) 0:00:00.675974832 0x2d400 INFO GST_ELEMENT_PADS gstpad.c:2045:gst_pad_unlink:[00m unlinked filesrc0:src and videoparse0:sink 0:00:00.676088048 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "videoparse0" 0:00:00.676176864 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<videoparse0>[00m dispose 0:00:00.676234774 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<videoparse0>[00m removing pad 'sink' 0:00:00.676321800 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<videoparse0>[00m removing pad 'src' 0:00:00.676400694 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<videoparse0>[00m parent class dispose 0:00:00.676491136 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<videoparse0>[00m finalize 0:00:00.676549371 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<videoparse0>[00m finalize parent 0:00:00.676637211 0x2d400 INFO GST_PARENTAGE gstbin.c:1559:gst_bin_remove_func:<pipeline0>[00m removed child "filesrc0" 0:00:00.676716592 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<filesrc0>[00m dispose 0:00:00.676773363 0x2d400 INFO GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<filesrc0>[00m removing pad 'src' 0:00:00.676851280 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<filesrc0>[00m parent class dispose 0:00:00.676916835 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<filesrc0>[00m finalize 0:00:00.676971003 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<filesrc0>[00m finalize parent 0:00:00.677029888 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2880:gst_element_dispose:<pipeline0>[00m dispose 0:00:00.677162950 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2924:gst_element_dispose:<pipeline0>[00m parent class dispose 0:00:00.677230456 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<pipeline0>[00m finalize 0:00:00.677285275 0x2d400 INFO [00m [00;01;31;44m GST_REFCOUNTING gstelement.c:2960:gst_element_finalize:<pipeline0>[00m finalize parent 0:00:00.677347251 0x2d400 INFO GST_INIT gst.c:952:gst_deinit:[00m deinitializing GStreamer 0:00:00.687834371 0x2d400 INFO GST_INIT gst.c:1083:gst_deinit:[00m deinitialized GStreamer
