Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobGries/0703499b133eb4dda63f30da8d68f265 to your computer and use it in GitHub Desktop.
Save RobGries/0703499b133eb4dda63f30da8d68f265 to your computer and use it in GitHub Desktop.
Pipelines
gst-launch-1.0 -v -e v4l2src device=/dev/video3 ! video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! v4l2h264enc extra-controls="controls,h264_level=9,h264_profile=1" ! video/x-h264, stream-format=byte-stream, alignment=au, profile=constrained-baseline, level=9, width=1280, height=720, framerate=30/1 ! h264parse ! mp4mux ! filesink location=capsFilter.mp4
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
Redistribute latency...
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../../../../git/libs/gst/base/gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Interrupt while waiting for EOS - stopping pipeline...
Execution ended after 0:00:04.051593103
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
gst-launch-1.0 -v -e v4l2src device=/dev/video3 ! video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! v4l2h264enc ! video/x-h264, stream-format=byte-stream, alignment=au, profile=constrained-baseline, level=9, width=1280, height=720, framerate=30/1 ! h264parse ! mp4mux ! filesink location=capsFilter.mp4
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
Redistribute latency...
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../../../../git/libs/gst/base/gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Interrupt while waiting for EOS - stopping pipeline...
Execution ended after 0:00:14.325774962
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
gst-launch-1.0 -v -e v4l2src device=/dev/video3 ! video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! v4l2h264enc ! video/x-h264, stream-format=byte-stream, alignment=au, profile=constrained-baseline, width=1280, height=720, framerate=30/1 ! h264parse ! mp4mux ! filesink location=capsFilter.mp4
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
Redistribute latency...
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8, parsed=(boolean)true, codec_data=(buffer)0142c00affe100166742c00ada014016e8403f940acee6b2802368509a8001000468ce06f2
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstQTMuxPad:video_0: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, profile=(string)constrained-baseline, level=(string)1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8, parsed=(boolean)true, codec_data=(buffer)0142c00affe100166742c00ada014016e8403f940acee6b2802368509a8001000468ce06f2
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso
^Chandling interrupt.
Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
Waiting for EOS...
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso, streamheader=(buffer)< 000006fd6d6f6f760000006c6d76686400000000d9f9d7d9d9f9d7df00000bb8000044c100010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000064c7472616b0000005c746b686400000007d9f9d7d9d9f9d7df0000000100000000000044c100000000000000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000001000000009000000000024656474730000001c656c73740000000000000001000044c10000000000010000000005876d646961000000206d64686400000000d9f9d7d9d9f9d7df00000bb8000044c155c400000000002d68646c72000000000000000076696465000000000000000000000000566964656f48616e646c657200000005326d696e6600000014766d68640000000100000000000000000000002464696e660000001c6472656600000000000000010000000c75726c2000000001000004f27374626c000000ca737473640000000000000001000000ba61766331000000000000000100000000000000000000000000000000050002d0004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000002d617663430142c00affe100166742c00ada014016e8403f940acee6b2802368509a8001000468ce06f200000014627472740000000000826b2f0013768a00000013636f6c726e636c7800010002000680000000107061737000000001000000010000016873747473000000000000002b000000300000007d000000010000007e000000010000007c000000050000007d000000010000007e000000010000007c000000030000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000020000007d000000010000007e000000010000007c000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000030000007d000000010000007e000000040000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007d000000010000007e000000090000007d000000010000007c000000010000007e0000001d0000007d00000001000000640000004073747373000000000000000c000000010000000d0000001900000025000000310000003d0000004900000055000000610000006d00000079000000850000001c737473630000000000000001000000010000008d00000001000002487374737a00000000000000000000008d00006af00000015300003d4a00004b6d0000019400000700000002460000045d0000077600000569000003590000085800006b5d00000439000002cf0000043d000009b900000596000002a60000072c00000aee00000294000007c8000006bf0000765700000f4c0000083200000172000006cf00001150000003e9000002c500000a0b00001618000004f7000001ec00006bb400003fc30000138700000156000001c900000d4600002e440000023a000000cd0000040f000017fa0000106300008b1d0000148a00000c920000016200000418000007da000012f20000065500000256000004b900000b1b0000098b00008b130000150700000ed8000000c50000011a00000a2100002850000001c7000000b400000463000017720000069f00008ae4000015b400001053000000680000016d00000a56000011bb0000024500000240000004fc00000b76000003a100008aef000017c000000c7a000000df0000028700000a5c00000b8d000004020000050300000c01000008ab000003d50000765300002eff000013c500000093000002d500000d90000015a10000018a0000039d000006b500000ce60000041f00007fc100002345000010dd00000095000001be00000c2a0000146f000002720000029f0000054900000d5000000aed00007f8c00001ef90000119c000018950000010f000000de00000758000024f40000036800000086000004c60000171300007f8d00001f770000113c0000005b000003e200000d340000098a0000014b00000329000000147374636f0000000000000001000000300000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374 >
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso, streamheader=(buffer)< 000006fd6d6f6f760000006c6d76686400000000d9f9d7d9d9f9d7df00000bb8000044c100010000010000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000064c7472616b0000005c746b686400000007d9f9d7d9d9f9d7df0000000100000000000044c100000000000000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000001000000009000000000024656474730000001c656c73740000000000000001000044c10000000000010000000005876d646961000000206d64686400000000d9f9d7d9d9f9d7df00000bb8000044c155c400000000002d68646c72000000000000000076696465000000000000000000000000566964656f48616e646c657200000005326d696e6600000014766d68640000000100000000000000000000002464696e660000001c6472656600000000000000010000000c75726c2000000001000004f27374626c000000ca737473640000000000000001000000ba61766331000000000000000100000000000000000000000000000000050002d0004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000002d617663430142c00affe100166742c00ada014016e8403f940acee6b2802368509a8001000468ce06f200000014627472740000000000826b2f0013768a00000013636f6c726e636c7800010002000680000000107061737000000001000000010000016873747473000000000000002b000000300000007d000000010000007e000000010000007c000000050000007d000000010000007e000000010000007c000000030000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000020000007d000000010000007e000000010000007c000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000030000007d000000010000007e000000040000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007d000000010000007e000000090000007d000000010000007c000000010000007e0000001d0000007d00000001000000640000004073747373000000000000000c000000010000000d0000001900000025000000310000003d0000004900000055000000610000006d00000079000000850000001c737473630000000000000001000000010000008d00000001000002487374737a00000000000000000000008d00006af00000015300003d4a00004b6d0000019400000700000002460000045d0000077600000569000003590000085800006b5d00000439000002cf0000043d000009b900000596000002a60000072c00000aee00000294000007c8000006bf0000765700000f4c0000083200000172000006cf00001150000003e9000002c500000a0b00001618000004f7000001ec00006bb400003fc30000138700000156000001c900000d4600002e440000023a000000cd0000040f000017fa0000106300008b1d0000148a00000c920000016200000418000007da000012f20000065500000256000004b900000b1b0000098b00008b130000150700000ed8000000c50000011a00000a2100002850000001c7000000b400000463000017720000069f00008ae4000015b400001053000000680000016d00000a56000011bb0000024500000240000004fc00000b76000003a100008aef000017c000000c7a000000df0000028700000a5c00000b8d000004020000050300000c01000008ab000003d50000765300002eff000013c500000093000002d500000d90000015a10000018a0000039d000006b500000ce60000041f00007fc100002345000010dd00000095000001be00000c2a0000146f000002720000029f0000054900000d5000000aed00007f8c00001ef90000119c000018950000010f000000de00000758000024f40000036800000086000004c60000171300007f8d00001f770000113c0000005b000003e200000d340000098a0000014b00000329000000147374636f0000000000000001000000300000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374 >
Got EOS from element "pipeline0".
EOS received - stopping pipeline...
Execution ended after 0:00:06.173302791
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
gst-launch-1.0 -v -e v4l2src device=/dev/video3 ! video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! v4l2h264enc extra-controls="controls,h264_level=9" ! video/x-h264, stream-format=byte-stream, alignment=au, profile=constrained-baseline, width=1280, height=720, framerate=30/1 ! h264parse ! mp4mux ! filesink location=capsFilter.mp4
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
Redistribute latency...
/GstPipeline:pipeline0/v4l2h264enc:v4l2h264enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8, parsed=(boolean)true, codec_data=(buffer)0142c01fffe100166742c01fda014016e8403f940acee6b2802368509a8001000468ce06f2
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstQTMuxPad:video_0: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, profile=(string)constrained-baseline, level=(string)3.1, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)1:4:7:1, chroma-format=(string)4:2:0, bit-depth-luma=(uint)8, bit-depth-chroma=(uint)8, parsed=(boolean)true, codec_data=(buffer)0142c01fffe100166742c01fda014016e8403f940acee6b2802368509a8001000468ce06f2
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso
^Chandling interrupt.
Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
Waiting for EOS...
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso, streamheader=(buffer)< 00000b096d6f6f760000006c6d76686400000000d9f9de52d9f9de5f00000bb800008537000100000100000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000200000a587472616b0000005c746b686400000007d9f9de52d9f9de5f00000001000000000000853700000000000000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000001000000009000000000024656474730000001c656c73740000000000000001000085370000000000010000000009936d646961000000206d64686400000000d9f9de52d9f9de5f00000bb80000853755c400000000002d68646c72000000000000000076696465000000000000000000000000566964656f48616e646c6572000000093e6d696e6600000014766d68640000000100000000000000000000002464696e660000001c6472656600000000000000010000000c75726c2000000001000008fe7374626c000000ca737473640000000000000001000000ba61766331000000000000000100000000000000000000000000000000050002d0004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000002d617663430142c01fffe100166742c01fda014016e8403f940acee6b2802368509a8001000468ce06f20000001462747274000000000090749f001335f600000013636f6c726e636c78000100020006800000001070617370000000010000000100000338737474730000000000000065000000060000007d000000010000007e000000010000007c000000060000007d000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007c000000010000007d000000010000007e000000020000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007e000000010000007c000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e0000003a0000007d000000010000007e000000010000007c000000070000007d000000010000007e000000010000007c000000030000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007c000000080000007d000000010000007e000000010000007d000000010000007c000000040000007d000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007c000000010000007e000000020000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007e000000020000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007c000000010000007e000000010000007c000000030000007d000000010000007e000000010000007d000000010000007c000000010000007e000000410000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000010000007e000000010000007c000000060000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000040000007d000000010000007e000000010000007c000000020000007d000000010000007e00000001000000640000006c737473730000000000000017000000010000000d0000001900000025000000310000003d0000004900000055000000610000006d0000007900000085000000910000009d000000a9000000b5000000c1000000cd000000d9000000e5000000f1000000fd000001090000001c737473630000000000000001000000010000011100000001000004587374737a00000000000000000000011100006a040000015100003cc800004965000009000000056c0000030b0000056400000881000002cb000003ed000008f5000069ce000004c900000257000004520000081e000007b5000005a1000003c800000a67000009140000073f00000936000069da000017c900000bd10000010b0000039b000007d50000184f000004d70000025900000c050000149a000007c00000751b00001dd100001270000000b90000029700000a640000112d000006410000050300000bd5000014730000094000007e170000246e000009020000008f0000018a0000080300001c340000039000000167000008c30000269e0000065e0000893f00000dd300000c100000041600000515000008ac000007a20000073900000623000005680000095f0000087a000089580000185a00000e18000001e90000026900000ce50000147c0000062b000005fc000007f90000066e000009b900007e4b00001fd0000007b0000000be000003710000090c000005c1000007a9000005770000070000000d7a000004a300007e56000022a90000090c00000116000002340000082a00000dc300000488000004d700000a5000000a350000071a00007e7200001fd40000113900000114000002f500000e4d00000abd0000033a000002fa0000095200000fcb000005b700007e580000208b00001205000000c5000002d000000c5e000009d30000041500000891000006bb000006510000051400007e490000305f00000b8800000080000001fa00000a86000010a80000036000000396000007d800000c190000053000007e8500001fc100001018000000cd0000026900000ec7000014ac000000f0000002cc0000080e000010b10000064300007e50000022070000082500000065000001b00000063200000d21000006a00000061c0000066800000a060000079d000089a40000161b00000e3a000000d5000004b300000a0700000a55000008a30000074c000006e00000064000000c5d000089bc000015cb00000d250000037a000005640000097300000ac7000006580000080700000558000006a900000cc8000089af0000153200001024000001d300000461000009c900001283000004ee000001fc0000072200000b9e000003cb00008a020000158a0000110c000000b1000001e3000008a9000014d10000062e00000232000004da00000b4f00000aa50000994a00001174000009cd000000f7000006f8000008aa000003f9000006dc0000080b0000055b0000047c00000b52000099d10000106c0000093f000001240000086b000007840000057d000004b4000006c700000ac50000041400000505000089d6000023780000127f000000cd000004ac000009c200000705000002ee000008f300000e61000005e4000004fe00007e37000030e90000163b00000134000003b9000006c900000cc3000004820000042000000396000009b90000079800009a160000164c00000cc800000147000002cc00000cdf000008ca0000030f00000891000000147374636f0000000000000001000000300000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374 >
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = video/quicktime, variant=(string)iso, streamheader=(buffer)< 00000b096d6f6f760000006c6d76686400000000d9f9de52d9f9de5f00000bb800008537000100000100000000000000000000000001000000000000000000000000000000010000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000200000a587472616b0000005c746b686400000007d9f9de52d9f9de5f00000001000000000000853700000000000000000000000000000000000100000000000000000000000000000001000000000000000000000000000040000000001000000009000000000024656474730000001c656c73740000000000000001000085370000000000010000000009936d646961000000206d64686400000000d9f9de52d9f9de5f00000bb80000853755c400000000002d68646c72000000000000000076696465000000000000000000000000566964656f48616e646c6572000000093e6d696e6600000014766d68640000000100000000000000000000002464696e660000001c6472656600000000000000010000000c75726c2000000001000008fe7374626c000000ca737473640000000000000001000000ba61766331000000000000000100000000000000000000000000000000050002d0004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000002d617663430142c01fffe100166742c01fda014016e8403f940acee6b2802368509a8001000468ce06f20000001462747274000000000090749f001335f600000013636f6c726e636c78000100020006800000001070617370000000010000000100000338737474730000000000000065000000060000007d000000010000007e000000010000007c000000060000007d000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007c000000010000007d000000010000007e000000020000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007e000000010000007c000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e0000003a0000007d000000010000007e000000010000007c000000070000007d000000010000007e000000010000007c000000030000007d000000010000007e000000010000007c000000010000007d000000010000007e000000010000007c000000080000007d000000010000007e000000010000007d000000010000007c000000040000007d000000010000007e000000010000007d000000010000007c000000010000007d000000010000007e000000010000007c000000010000007e000000020000007d000000010000007c000000010000007e000000040000007d000000010000007c000000010000007e000000020000007d000000010000007c000000010000007d000000010000007e000000010000007d000000010000007c000000010000007e000000010000007c000000010000007e000000010000007c000000030000007d000000010000007e000000010000007d000000010000007c000000010000007e000000410000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000010000007e000000010000007c000000060000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000020000007d000000010000007e000000010000007c000000040000007d000000010000007e000000010000007c000000020000007d000000010000007e00000001000000640000006c737473730000000000000017000000010000000d0000001900000025000000310000003d0000004900000055000000610000006d0000007900000085000000910000009d000000a9000000b5000000c1000000cd000000d9000000e5000000f1000000fd000001090000001c737473630000000000000001000000010000011100000001000004587374737a00000000000000000000011100006a040000015100003cc800004965000009000000056c0000030b0000056400000881000002cb000003ed000008f5000069ce000004c900000257000004520000081e000007b5000005a1000003c800000a67000009140000073f00000936000069da000017c900000bd10000010b0000039b000007d50000184f000004d70000025900000c050000149a000007c00000751b00001dd100001270000000b90000029700000a640000112d000006410000050300000bd5000014730000094000007e170000246e000009020000008f0000018a0000080300001c340000039000000167000008c30000269e0000065e0000893f00000dd300000c100000041600000515000008ac000007a20000073900000623000005680000095f0000087a000089580000185a00000e18000001e90000026900000ce50000147c0000062b000005fc000007f90000066e000009b900007e4b00001fd0000007b0000000be000003710000090c000005c1000007a9000005770000070000000d7a000004a300007e56000022a90000090c00000116000002340000082a00000dc300000488000004d700000a5000000a350000071a00007e7200001fd40000113900000114000002f500000e4d00000abd0000033a000002fa0000095200000fcb000005b700007e580000208b00001205000000c5000002d000000c5e000009d30000041500000891000006bb000006510000051400007e490000305f00000b8800000080000001fa00000a86000010a80000036000000396000007d800000c190000053000007e8500001fc100001018000000cd0000026900000ec7000014ac000000f0000002cc0000080e000010b10000064300007e50000022070000082500000065000001b00000063200000d21000006a00000061c0000066800000a060000079d000089a40000161b00000e3a000000d5000004b300000a0700000a55000008a30000074c000006e00000064000000c5d000089bc000015cb00000d250000037a000005640000097300000ac7000006580000080700000558000006a900000cc8000089af0000153200001024000001d300000461000009c900001283000004ee000001fc0000072200000b9e000003cb00008a020000158a0000110c000000b1000001e3000008a9000014d10000062e00000232000004da00000b4f00000aa50000994a00001174000009cd000000f7000006f8000008aa000003f9000006dc0000080b0000055b0000047c00000b52000099d10000106c0000093f000001240000086b000007840000057d000004b4000006c700000ac50000041400000505000089d6000023780000127f000000cd000004ac000009c200000705000002ee000008f300000e61000005e4000004fe00007e37000030e90000163b00000134000003b9000006c900000cc3000004820000042000000396000009b90000079800009a160000164c00000cc800000147000002cc00000cdf000008ca0000030f00000891000000147374636f0000000000000001000000300000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c73740000003d75647461000000356d657461000000000000002168646c72000000006d686c726d6469720000000000000000000000000000000008696c7374 >
Got EOS from element "pipeline0".
EOS received - stopping pipeline...
Execution ended after 0:00:11.667349458
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment