Running deepstream-test2 from docker

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) dGPU (Geforce3090)
• DeepStream Version 6.1
Hey,
Im using the docker image nvcr.io/nvidia/deepstream:6.1.1-devel , and trying to execute deepstream-test2 cpp code. Im receiving the following output, which got stuck and the pipeline and the video don’t goes up

docker run --gpus all -it --rm --net=host --privileged -v $HOME/mount:/home -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.1 nvcr.io/nvidia/deepstream:6.1.1-devel
/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps/deepstream-test2# deepstream-test2-app ../../../../samples/streams/sample_720p.h264
With tracker

(gst-plugin-scanner:65): GStreamer-WARNING **: 11:36:35.422: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so': libavcodec.so.58: cannot open shared object file: No such file or directory

(gst-plugin-scanner:65): GStreamer-WARNING **: 11:36:35.583: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so': librivermax.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:65): GStreamer-WARNING **: 11:36:35.584: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtritonserver.so: cannot open shared object file: No such file or directory
Using file: ../../../../samples/streams/sample_720p.h264
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Running...
^C

What could be the reason that the deepstream pipe doesn’t start?

Can you describe how you installed nvidia docker environment? Please check the installation steps here Installation Guide — NVIDIA Cloud Native Technologies documentation.

Hey @yingliu, and thank you for the response.
That is exactly the instructions I’ve followed (related to ubunt20).
I checked again if there is a step that I mistakingly missed and reran the script. and still received the same result; the process is “Running”

  1. need more logs, please do “export GST_DEBUG=5”, then run again.
  2. to narrow down this issue, please only test decoder first, here is the command:gst-launch-1.0 filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 ! h264parse ! nvv4l2decoder ! fakesink
export GST_DEBUG=5
deepstream-test2-app ../../../../samples/streams/sample_720p.h264
0:00:00.131960167    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<primary-nvinference-engine> transform caps (direction = 2)
0:00:00.131965508    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<primary-nvinference-engine> identity from: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.131972027    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<primary-nvinference-engine> to: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.131978030    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<primary-nvinference-engine:src> transformed  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.131984712    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<primary-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.131992878    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<primary-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132002597    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<primary-nvinference-engine> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132008240    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<primary-nvinference-engine:src> sent query 0x55818fa0d4a0 (caps), result 1
0:00:00.132014658    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<tracker:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132021731    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<tracker:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132028411    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<tracker:src> our template  video/x-raw(memory:NVMM), format=(string){ I420, NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132036406    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<tracker:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132040686    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<tracker> transform caps (direction = 2)
0:00:00.132046850    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<tracker> identity from: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132053345    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<tracker> to: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132058930    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<tracker:src> transformed  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132065137    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<tracker:src> our template  video/x-raw(memory:NVMM), format=(string){ I420, NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132073519    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<tracker:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132082241    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<tracker> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132087651    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<tracker:src> sent query 0x55818fa0d540 (caps), result 1
0:00:00.132094189    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<secondary1-nvinference-engine:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132100768    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132106524    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132114754    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132119019    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<secondary1-nvinference-engine> transform caps (direction = 2)
0:00:00.132124646    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<secondary1-nvinference-engine> identity from: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132130532    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<secondary1-nvinference-engine> to: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132135757    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> transformed  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132141268    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132148386    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<secondary1-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132156963    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<secondary1-nvinference-engine> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132162061    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<secondary1-nvinference-engine:src> sent query 0x55818fa0d680 (caps), result 1
0:00:00.132170691    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<secondary2-nvinference-engine:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132180775    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132190441    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132200987    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132204832    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<secondary2-nvinference-engine> transform caps (direction = 2)
0:00:00.132210471    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<secondary2-nvinference-engine> identity from: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132216690    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<secondary2-nvinference-engine> to: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132222960    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> transformed  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132229057    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132236545    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<secondary2-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132245054    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<secondary2-nvinference-engine> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132250292    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<secondary2-nvinference-engine:src> sent query 0x55818fa0d6d0 (caps), result 1
0:00:00.132257029    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<secondary3-nvinference-engine:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132262900    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132269430    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132277375    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132281416    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<secondary3-nvinference-engine> transform caps (direction = 2)
0:00:00.132286755    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<secondary3-nvinference-engine> identity from: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132295797    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<secondary3-nvinference-engine> to: video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132305597    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> transformed  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132315450    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> our template  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132327270    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<secondary3-nvinference-engine:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132340789    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<secondary3-nvinference-engine> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132347775    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<secondary3-nvinference-engine:src> sent query 0x55818f080720 (caps), result 1
0:00:00.132357689    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<nvvideo-converter:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132366852    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<nvvideo-converter:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132383916    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<nvvideo-converter:src> our template  video/x-raw(memory:NVMM), format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ I420, P010_10LE, NV12, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132400136    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<nvvideo-converter:src> intersected video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132406218    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<nvvideo-converter> transform caps (direction = 2)
0:00:00.132416258    47 0x55818ef17400 DEBUG         nvvideoconvert gstnvvideoconvert.c:2257:gst_nvvideoconvert_transform_caps:<nvvideo-converter> Transforming caps video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] in direction sink
0:00:00.132441510    47 0x55818ef17400 DEBUG         nvvideoconvert gstnvvideoconvert.c:2309:gst_nvvideoconvert_transform_caps:<nvvideo-converter> transformed video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] into video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132453642    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<nvvideo-converter> to: video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132467124    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<nvvideo-converter:src> transformed  video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132482664    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<nvvideo-converter:src> our template  video/x-raw(memory:NVMM), format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132505979    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<nvvideo-converter:src> intersected video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }
0:00:00.132526612    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<nvvideo-converter> returning  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }
0:00:00.132534786    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<nvvideo-converter:src> sent query 0x55818fa0d770 (caps), result 1
0:00:00.132550854    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3110:gst_pad_peer_query_caps:<nv-onscreendisplay:sink> peer query returned video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }
0:00:00.132566031    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:684:gst_base_transform_query_caps:<nv-onscreendisplay:src> peer caps  video/x-raw(memory:NVMM), format=(string){ NV12, RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }; video/x-raw, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ I420, NV12, P010_10LE, BGRx, RGBA, GRAY8, GBR, RGB, BGR, UYVP }
0:00:00.132575834    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:687:gst_base_transform_query_caps:<nv-onscreendisplay:src> our template  video/x-raw(memory:NVMM), format=(string){ RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132588612    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:689:gst_base_transform_query_caps:<nv-onscreendisplay:src> intersected video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132592607    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:471:gst_base_transform_transform_caps:<nv-onscreendisplay> transform caps (direction = 2)
0:00:00.132602162    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:442:gst_base_transform_default_transform_caps:<nv-onscreendisplay> identity from: video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132612143    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:498:gst_base_transform_transform_caps:<nv-onscreendisplay> to: video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132621426    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:697:gst_base_transform_query_caps:<nv-onscreendisplay:src> transformed  video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132631250    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:704:gst_base_transform_query_caps:<nv-onscreendisplay:src> our template  video/x-raw(memory:NVMM), format=(string){ RGBA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132642264    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:707:gst_base_transform_query_caps:<nv-onscreendisplay:src> intersected video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132656553    47 0x55818ef17400 DEBUG          basetransform gstbasetransform.c:731:gst_base_transform_query_caps:<nv-onscreendisplay> returning  video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132662673    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<nv-onscreendisplay:src> sent query 0x55818f080590 (caps), result 1
0:00:00.132670970    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3064:gst_pad_query_caps:<nv-onscreendisplay:src> query returned video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132678484    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3057:gst_pad_query_caps:<nvvideo-renderer:sink> get pad caps with filter (NULL)
0:00:00.132685643    47 0x55818ef17400 DEBUG                  query gstquery.c:679:gst_query_new_custom: creating new query 0x55818fa0d5e0 caps
0:00:00.132693234    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4053:gst_pad_query:<nvvideo-renderer:sink> doing query 0x55818fa0d5e0 (caps)
0:00:00.132703091    47 0x55818ef17400 DEBUG        GST_PERFORMANCE gstcaps.c:178:_gst_caps_copy: doing copy 0x55818f080540 -> 0x55818f080770
0:00:00.132723559    47 0x55818ef17400 DEBUG               GST_PADS gstpad.c:4076:gst_pad_query:<nvvideo-renderer:sink> sent query 0x55818fa0d5e0 (caps), result 1
0:00:00.132745041    47 0x55818ef17400 DEBUG               GST_CAPS gstutils.c:3064:gst_pad_query_caps:<nvvideo-renderer:sink> query returned video/x-raw(memory:EGLImage), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(meta:GstVideoGLTextureUploadMeta), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), format=(string){ BGRx, RGBA, I420, NV12, BGR, RGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132754147    47 0x55818ef17400 DEBUG               GST_CAPS gstpad.c:2277:gst_pad_link_check_compatible_unlocked:<nv-onscreendisplay:src> src caps video/x-raw(memory:NVMM), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132774729    47 0x55818ef17400 DEBUG               GST_CAPS gstpad.c:2279:gst_pad_link_check_compatible_unlocked:<nvvideo-renderer:sink> sink caps video/x-raw(memory:EGLImage), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(meta:GstVideoGLTextureUploadMeta), format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string){ RGBA, BGRA, ARGB, ABGR, RGBx, BGRx, xRGB, xBGR, AYUV, Y444, I420, YV12, NV12, NV21, Y42B, Y41B, RGB, BGR, RGB16 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:NVMM), format=(string){ BGRx, RGBA, I420, NV12, BGR, RGB }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.132787084    47 0x55818ef17400 DEBUG               GST_CAPS gstpad.c:2297:gst_pad_link_check_compatible_unlocked: caps are compatible
0:00:00.132795288    47 0x55818ef17400 INFO                GST_PADS gstpad.c:2585:gst_pad_link_full: linked nv-onscreendisplay:src and nvvideo-renderer:sink, successful
0:00:00.132800558    47 0x55818ef17400 INFO               GST_EVENT gstevent.c:1579:gst_event_new_reconfigure: creating reconfigure event
0:00:00.132807110    47 0x55818ef17400 DEBUG              GST_EVENT gstevent.c:308:gst_event_new_custom: creating new event 0x55818fa0b2d0 reconfigure 61441
0:00:00.132815169    47 0x55818ef17400 DEBUG              GST_EVENT gstpad.c:5697:gst_pad_send_event_unchecked:<nv-onscreendisplay:src> have event type reconfigure event: 0x55818fa0b2d0, time 99:99:99.999999999, seq-num 33, (NULL)
0:00:00.132819251    47 0x55818ef17400 INFO               GST_EVENT gstpad.c:5812:gst_pad_send_event_unchecked:<nv-onscreendisplay:src> Received event on flushing pad. Discarding
0:00:00.132838641    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:340:gst_bus_post:<bus0> [msg 0x55818fa10000] posting on bus structure-change message: 0x55818fa10000, time 99:99:99.999999999, seq-num 34, element 'sink', GstMessageStructureChange, type=(GstStructureChangeType)GST_STRUCTURE_CHANGE_TYPE_PAD_LINK, owner=(GstElement)"\(GstNvDsOsd\)\ nv-onscreendisplay", busy=(boolean)false;
0:00:00.132846958    47 0x55818ef17400 DEBUG                    bin gstbin.c:3718:gst_bin_handle_message_func:<dstest2-pipeline> [msg 0x55818fa10000] handling child sink message of type structure-change
0:00:00.132855878    47 0x55818ef17400 DEBUG                    bin gstbin.c:956:bin_remove_messages:<nvvideo-renderer:sink> deleting message 0x55818fa0bf40 of type structure-change (types 0x00001000)
0:00:00.132863420    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:379:gst_bus_post:<bus0> [msg 0x55818fa10000] dropped
0:00:00.132872360    47 0x55818ef17400 DEBUG       GST_ELEMENT_PADS gstutils.c:1903:gst_element_link_pads_full: linked pad nv-onscreendisplay:src to pad nvvideo-renderer:sink
0:00:00.132880081    47 0x55818ef17400 INFO        GST_ELEMENT_PADS gstelement.c:928:gst_element_get_static_pad: found pad nv-onscreendisplay:sink
Using file: ../../../../samples/streams/sample_720p.h264
0:00:00.132905054    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<dstest2-pipeline> set_state to PLAYING
0:00:00.132912470    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2864:gst_element_set_state_func:<dstest2-pipeline> setting target state to PLAYING
0:00:00.132920381    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<dstest2-pipeline> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.132927953    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<dstest2-pipeline> intermediate: setting state from NULL to READY
0:00:00.132935434    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:498:gst_bus_set_flushing:<bus1> unset bus flushing
0:00:00.132942239    47 0x55818ef17400 DEBUG             GST_STATES gstbin.c:2853:gst_bin_change_state_func:<dstest2-pipeline> changing state of children from NULL to READY
0:00:00.132948159    47 0x55818ef17400 DEBUG                    bin gstbin.c:2892:gst_bin_change_state_func:<dstest2-pipeline> clearing all cached messages
0:00:00.132953905    47 0x55818ef17400 DEBUG                    bin gstbin.c:2700:gst_bin_src_pads_activate:<dstest2-pipeline> deactivate pads
0:00:00.132961201    47 0x55818ef17400 DEBUG                    bin gstbin.c:2708:gst_bin_src_pads_activate:<dstest2-pipeline> pad deactivation successful
0:00:00.132968409    47 0x55818ef17400 DEBUG                    bin gstbin.c:2386:gst_bin_sort_iterator_resync:<dstest2-pipeline> resync
0:00:00.132974170    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nvvideo-renderer' to queue
0:00:00.132983030    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.132987755    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.132996039    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nv-onscreendisplay, degree 0->1, linked to nvvideo-renderer
0:00:00.133000731    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133005073    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133011460    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvvideo-converter, degree 0->1, linked to nv-onscreendisplay
0:00:00.133015381    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133019385    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133023677    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary3-nvinference-engine, degree 0->1, linked to nvvideo-converter
0:00:00.133029694    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133035141    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133042091    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary2-nvinference-engine, degree 0->1, linked to secondary3-nvinference-engine
0:00:00.133047532    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133053393    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133060276    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary1-nvinference-engine, degree 0->1, linked to secondary2-nvinference-engine
0:00:00.133066309    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133072496    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133079338    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element tracker, degree 0->1, linked to secondary1-nvinference-engine
0:00:00.133084978    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133089738    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133096201    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element primary-nvinference-engine, degree 0->1, linked to tracker
0:00:00.133100984    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133106770    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133113161    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element stream-muxer, degree 0->1, linked to primary-nvinference-engine
0:00:00.133117411    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133121407    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133128394    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvv4l2-decoder, degree 0->1, linked to stream-muxer
0:00:00.133132566    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133136259    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133141356    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element h264-parser, degree 0->1, linked to nvv4l2-decoder
0:00:00.133144738    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133148583    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133153892    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element file-source, degree 0->1, linked to h264-parser
0:00:00.133160025    47 0x55818ef17400 DEBUG                    bin gstbin.c:2305:update_degree:<dstest2-pipeline> element file-source not linked on any sinkpads
0:00:00.133167740    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives nvvideo-renderer
0:00:00.133174070    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.133180738    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.133189305    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nv-onscreendisplay, degree 1->0, linked to nvvideo-renderer
0:00:00.133195401    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nv-onscreendisplay' to queue
0:00:00.133203787    47 0x55818ef17400 INFO              GST_STATES gstbin.c:2503:gst_bin_element_set_state:<nvvideo-renderer> current NULL pending VOID_PENDING, desired next READY
0:00:00.133209839    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00100000
0:00:00.133213748    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   async-start
0:00:00.133219762    47 0x55818ef17400 DEBUG                    bin gstbin.c:2599:gst_bin_element_set_state:<dstest2-pipeline> setting element nvvideo-renderer to READY, base_time 0:00:00.000000000
0:00:00.133224073    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<nvvideo-renderer> set_state to READY
0:00:00.133228611    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2864:gst_element_set_state_func:<nvvideo-renderer> setting target state to READY
0:00:00.133233520    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<nvvideo-renderer> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.133238304    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<nvvideo-renderer> final: setting state from NULL to READY
0:00:00.133243241    47 0x55818ef17400 DEBUG            egladaption ext/eglgles/gstegladaptation_egl.c:124:gst_egl_adaptation_init_display:<nvvideo-renderer> Enter EGL initial configuration
0:00:00.133255884    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:340:gst_bus_post:<bus0> [msg 0x55818fa10080] posting on bus need-context message: 0x55818fa10080, time 99:99:99.999999999, seq-num 35, element 'nvvideo-renderer', GstMessageNeedContext, context-type=(string)gst.egl.EGLDisplay;
0:00:00.133261536    47 0x55818ef17400 DEBUG                    bin gstbin.c:3718:gst_bin_handle_message_func:<dstest2-pipeline> [msg 0x55818fa10080] handling child nvvideo-renderer message of type need-context
0:00:00.133265903    47 0x55818ef17400 DEBUG                    bin gstbin.c:4065:gst_bin_handle_message_func:<dstest2-pipeline> posting message upward
0:00:00.133272051    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:340:gst_bus_post:<bus1> [msg 0x55818fa10080] posting on bus need-context message: 0x55818fa10080, time 99:99:99.999999999, seq-num 35, element 'nvvideo-renderer', GstMessageNeedContext, context-type=(string)gst.egl.EGLDisplay;
0:00:00.133276848    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:383:gst_bus_post:<bus1> [msg 0x55818fa10080] pushing on async queue
0:00:00.133288545    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:386:gst_bus_post:<bus1> [msg 0x55818fa10080] pushed on async queue
0:00:00.133292483    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:379:gst_bus_post:<bus0> [msg 0x55818fa10080] dropped
No protocol specified
0:00:00.136805953    47 0x55818ef17400 WARN               structure gststructure.c:1861:priv_gst_structure_append_to_gstring: No value transform to serialize field 'context' of type 'GstContext'
0:00:00.136817549    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:340:gst_bus_post:<bus0> [msg 0x55818fa10100] posting on bus have-context message: 0x55818fa10100, time 99:99:99.999999999, seq-num 36, element 'nvvideo-renderer', GstMessageHaveContext, context=(GstContext)NULL;
0:00:00.136825448    47 0x55818ef17400 DEBUG                    bin gstbin.c:3718:gst_bin_handle_message_func:<dstest2-pipeline> [msg 0x55818fa10100] handling child nvvideo-renderer message of type have-context
0:00:00.136832524    47 0x55818ef17400 WARN               structure gststructure.c:1861:priv_gst_structure_append_to_gstring: No value transform to serialize field 'display' of type 'GstEGLDisplay'
0:00:00.136837301    47 0x55818ef17400 DEBUG                    bin gstbin.c:3632:gst_bin_update_context_unlocked:<dstest2-pipeline> set context 0x55818f18a000 context, display=(GstEGLDisplay)NULL;
0:00:00.136841693    47 0x55818ef17400 DEBUG                    bin gstbin.c:4065:gst_bin_handle_message_func:<dstest2-pipeline> posting message upward
0:00:00.136847211    47 0x55818ef17400 WARN               structure gststructure.c:1861:priv_gst_structure_append_to_gstring: No value transform to serialize field 'context' of type 'GstContext'
0:00:00.136853382    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:340:gst_bus_post:<bus1> [msg 0x55818fa10100] posting on bus have-context message: 0x55818fa10100, time 99:99:99.999999999, seq-num 36, element 'nvvideo-renderer', GstMessageHaveContext, context=(GstContext)NULL;
0:00:00.136858240    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:383:gst_bus_post:<bus1> [msg 0x55818fa10100] pushing on async queue
0:00:00.136862589    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:386:gst_bus_post:<bus1> [msg 0x55818fa10100] pushed on async queue
0:00:00.136869144    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:379:gst_bus_post:<bus0> [msg 0x55818fa10100] dropped
No protocol specified
No protocol specified
No protocol specified
0:00:00.137064510    47 0x55818ef17400 DEBUG            egladaption ext/eglgles/gstegladaptation_egl.c:87:got_egl_error: EGL ERROR: eglInitialize returned 0x3001
0:00:00.137070532    47 0x55818ef17400 ERROR            egladaption ext/eglgles/gstegladaptation_egl.c:160:gst_egl_adaptation_init_display:<nvvideo-renderer> Could not init EGL display connection
0:00:00.137075205    47 0x55818ef17400 ERROR            egladaption ext/eglgles/gstegladaptation_egl.c:183:gst_egl_adaptation_init_display:<nvvideo-renderer> EGL call returned error 3000
0:00:00.137078731    47 0x55818ef17400 ERROR            egladaption ext/eglgles/gstegladaptation_egl.c:185:gst_egl_adaptation_init_display:<nvvideo-renderer> Couldn't setup window/surface from handle
0:00:00.137082788    47 0x55818ef17400 ERROR          nveglglessink ext/eglgles/gsteglglessink.c:536:egl_init:<nvvideo-renderer> Couldn't init EGL display
0:00:00.137086660    47 0x55818ef17400 ERROR          nveglglessink ext/eglgles/gsteglglessink.c:562:egl_init:<nvvideo-renderer> Failed to perform EGL init
0:00:00.137090846    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2973:gst_element_change_state:<nvvideo-renderer> have FAILURE change_state return
0:00:00.137096474    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2560:gst_element_abort_state:<nvvideo-renderer> aborting state from NULL to READY
0:00:00.137102781    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<nvvideo-renderer> returned FAILURE
0:00:00.137108208    47 0x55818ef17400 INFO              GST_STATES gstbin.c:2968:gst_bin_change_state_func:<dstest2-pipeline> child 'nvvideo-renderer' failed to go to state 2(READY)
0:00:00.137113352    47 0x55818ef17400 DEBUG                    bin gstbin.c:2386:gst_bin_sort_iterator_resync:<dstest2-pipeline> resync
0:00:00.137117932    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nvvideo-renderer' to queue
0:00:00.137124124    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137128265    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137134311    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nv-onscreendisplay, degree 0->1, linked to nvvideo-renderer
0:00:00.137138741    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137142508    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137147502    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvvideo-converter, degree 0->1, linked to nv-onscreendisplay
0:00:00.137151323    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137154890    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137160125    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary3-nvinference-engine, degree 0->1, linked to nvvideo-converter
0:00:00.137164344    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137168127    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137172421    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary2-nvinference-engine, degree 0->1, linked to secondary3-nvinference-engine
0:00:00.137176372    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137180337    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137185130    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary1-nvinference-engine, degree 0->1, linked to secondary2-nvinference-engine
0:00:00.137189218    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137192958    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137197872    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element tracker, degree 0->1, linked to secondary1-nvinference-engine
0:00:00.137201868    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137205378    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137209067    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element primary-nvinference-engine, degree 0->1, linked to tracker
0:00:00.137212982    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137217006    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137221417    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element stream-muxer, degree 0->1, linked to primary-nvinference-engine
0:00:00.137225561    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137229340    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137234305    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvv4l2-decoder, degree 0->1, linked to stream-muxer
0:00:00.137238222    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137242187    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137246952    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element h264-parser, degree 0->1, linked to nvv4l2-decoder
0:00:00.137250428    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137254091    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137258710    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element file-source, degree 0->1, linked to h264-parser
0:00:00.137262829    47 0x55818ef17400 DEBUG                    bin gstbin.c:2305:update_degree:<dstest2-pipeline> element file-source not linked on any sinkpads
0:00:00.137267028    47 0x55818ef17400 DEBUG                    bin gstbin.c:3101:gst_bin_change_state_func:<dstest2-pipeline> Bin failed to change state, switching children back to NULL
0:00:00.137272349    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives nvvideo-renderer
0:00:00.137276219    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137279784    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137284720    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nv-onscreendisplay, degree 1->0, linked to nvvideo-renderer
0:00:00.137288699    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nv-onscreendisplay' to queue
0:00:00.137293143    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<nvvideo-renderer> set_state to NULL
0:00:00.137297247    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2864:gst_element_set_state_func:<nvvideo-renderer> setting target state to NULL
0:00:00.137302272    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<nvvideo-renderer> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return FAILURE
0:00:00.137307147    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<nvvideo-renderer> final: setting state from NULL to NULL
0:00:00.137312334    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<nvvideo-renderer> element is already in the NULL state
0:00:00.137316298    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<nvvideo-renderer> element changed state SUCCESS
0:00:00.137320080    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvvideo-renderer> completed state change to NULL
0:00:00.137324353    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<nvvideo-renderer> returned SUCCESS
0:00:00.137328695    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives nv-onscreendisplay
0:00:00.137333599    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137337442    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137342784    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvvideo-converter, degree 1->0, linked to nv-onscreendisplay
0:00:00.137346513    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nvvideo-converter' to queue
0:00:00.137350413    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<nv-onscreendisplay> set_state to NULL
0:00:00.137355420    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<nv-onscreendisplay> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137359964    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<nv-onscreendisplay> final: setting state from NULL to NULL
0:00:00.137364199    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<nv-onscreendisplay> element is already in the NULL state
0:00:00.137367316    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<nv-onscreendisplay> element changed state SUCCESS
0:00:00.137371102    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nv-onscreendisplay> completed state change to NULL
0:00:00.137374644    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<nv-onscreendisplay> returned SUCCESS
0:00:00.137378758    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives nvvideo-converter
0:00:00.137382576    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137385875    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137390588    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary3-nvinference-engine, degree 1->0, linked to nvvideo-converter
0:00:00.137394417    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'secondary3-nvinference-engine' to queue
0:00:00.137398541    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<nvvideo-converter> set_state to NULL
0:00:00.137403130    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<nvvideo-converter> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137407702    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<nvvideo-converter> final: setting state from NULL to NULL
0:00:00.137412734    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<nvvideo-converter> element is already in the NULL state
0:00:00.137416605    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<nvvideo-converter> element changed state SUCCESS
0:00:00.137420384    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvvideo-converter> completed state change to NULL
0:00:00.137424477    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<nvvideo-converter> returned SUCCESS
0:00:00.137428670    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives secondary3-nvinference-engine
0:00:00.137432507    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137436440    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137441150    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary2-nvinference-engine, degree 1->0, linked to secondary3-nvinference-engine
0:00:00.137445084    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'secondary2-nvinference-engine' to queue
0:00:00.137449157    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<secondary3-nvinference-engine> set_state to NULL
0:00:00.137453988    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<secondary3-nvinference-engine> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137458658    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<secondary3-nvinference-engine> final: setting state from NULL to NULL
0:00:00.137462570    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<secondary3-nvinference-engine> element is already in the NULL state
0:00:00.137465489    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<secondary3-nvinference-engine> element changed state SUCCESS
0:00:00.137469318    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<secondary3-nvinference-engine> completed state change to NULL
0:00:00.137473409    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<secondary3-nvinference-engine> returned SUCCESS
0:00:00.137477601    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives secondary2-nvinference-engine
0:00:00.137481489    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137484575    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137489191    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element secondary1-nvinference-engine, degree 1->0, linked to secondary2-nvinference-engine
0:00:00.137492971    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'secondary1-nvinference-engine' to queue
0:00:00.137496890    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<secondary2-nvinference-engine> set_state to NULL
0:00:00.137501537    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<secondary2-nvinference-engine> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137505926    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<secondary2-nvinference-engine> final: setting state from NULL to NULL
0:00:00.137509940    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<secondary2-nvinference-engine> element is already in the NULL state
0:00:00.137513452    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<secondary2-nvinference-engine> element changed state SUCCESS
0:00:00.137517367    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<secondary2-nvinference-engine> completed state change to NULL
0:00:00.137521531    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<secondary2-nvinference-engine> returned SUCCESS
0:00:00.137525678    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives secondary1-nvinference-engine
0:00:00.137529399    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137532547    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137537174    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element tracker, degree 1->0, linked to secondary1-nvinference-engine
0:00:00.137540999    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'tracker' to queue
0:00:00.137544997    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<secondary1-nvinference-engine> set_state to NULL
0:00:00.137549459    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<secondary1-nvinference-engine> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137553717    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<secondary1-nvinference-engine> final: setting state from NULL to NULL
0:00:00.137557624    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<secondary1-nvinference-engine> element is already in the NULL state
0:00:00.137561205    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<secondary1-nvinference-engine> element changed state SUCCESS
0:00:00.137564980    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<secondary1-nvinference-engine> completed state change to NULL
0:00:00.137568782    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<secondary1-nvinference-engine> returned SUCCESS
0:00:00.137572402    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives tracker
0:00:00.137576273    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137579834    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137584300    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element primary-nvinference-engine, degree 1->0, linked to tracker
0:00:00.137588144    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'primary-nvinference-engine' to queue
0:00:00.137592158    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<tracker> set_state to NULL
0:00:00.137596536    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<tracker> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137600959    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<tracker> final: setting state from NULL to NULL
0:00:00.137604797    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<tracker> element is already in the NULL state
0:00:00.137608379    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<tracker> element changed state SUCCESS
0:00:00.137612169    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<tracker> completed state change to NULL
0:00:00.137616176    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<tracker> returned SUCCESS
0:00:00.137620199    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives primary-nvinference-engine
0:00:00.137624219    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137628025    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137632737    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element stream-muxer, degree 1->0, linked to primary-nvinference-engine
0:00:00.137636496    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'stream-muxer' to queue
0:00:00.137640645    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<primary-nvinference-engine> set_state to NULL
0:00:00.137645086    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<primary-nvinference-engine> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137649442    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<primary-nvinference-engine> final: setting state from NULL to NULL
0:00:00.137653119    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<primary-nvinference-engine> element is already in the NULL state
0:00:00.137656700    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<primary-nvinference-engine> element changed state SUCCESS
0:00:00.137660367    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<primary-nvinference-engine> completed state change to NULL
0:00:00.137664454    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<primary-nvinference-engine> returned SUCCESS
0:00:00.137668568    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives stream-muxer
0:00:00.137671805    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137675567    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137679622    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element nvv4l2-decoder, degree 1->0, linked to stream-muxer
0:00:00.137683253    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'nvv4l2-decoder' to queue
0:00:00.137687286    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<stream-muxer> set_state to NULL
0:00:00.137691870    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<stream-muxer> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137696479    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<stream-muxer> final: setting state from NULL to NULL
0:00:00.137799126    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<stream-muxer> element is already in the NULL state
0:00:00.137803706    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<stream-muxer> element changed state SUCCESS
0:00:00.137807330    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<stream-muxer> completed state change to NULL
0:00:00.137811387    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<stream-muxer> returned SUCCESS
0:00:00.137815563    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives nvv4l2-decoder
0:00:00.137819510    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137828278    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137833887    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element h264-parser, degree 1->0, linked to nvv4l2-decoder
0:00:00.137837657    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'h264-parser' to queue
0:00:00.137841874    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<nvv4l2-decoder> set_state to NULL
0:00:00.137846827    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<nvv4l2-decoder> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137851327    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<nvv4l2-decoder> final: setting state from NULL to NULL
0:00:00.137857191    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<nvv4l2-decoder> element is already in the NULL state
0:00:00.137860912    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<nvv4l2-decoder> element changed state SUCCESS
0:00:00.137864689    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<nvv4l2-decoder> completed state change to NULL
0:00:00.137868884    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<nvv4l2-decoder> returned SUCCESS
0:00:00.137872964    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives h264-parser
0:00:00.137876865    47 0x55818ef17400 DEBUG                    bin gstbin.c:882:find_message:<dstest2-pipeline> no message found matching types 00001000
0:00:00.137880444    47 0x55818ef17400 DEBUG                    bin gstbin.c:889:find_message:<dstest2-pipeline>   structure-change
0:00:00.137884770    47 0x55818ef17400 DEBUG                    bin gstbin.c:2280:update_degree:<dstest2-pipeline> change element file-source, degree 1->0, linked to h264-parser
0:00:00.137888665    47 0x55818ef17400 DEBUG                    bin gstbin.c:2165:add_to_queue:<dstest2-pipeline> adding 'file-source' to queue
0:00:00.137892706    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<h264-parser> set_state to NULL
0:00:00.137897185    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<h264-parser> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137901959    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<h264-parser> final: setting state from NULL to NULL
0:00:00.137906217    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<h264-parser> element is already in the NULL state
0:00:00.137909789    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<h264-parser> element changed state SUCCESS
0:00:00.137913413    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<h264-parser> completed state change to NULL
0:00:00.137917251    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<h264-parser> returned SUCCESS
0:00:00.137921213    47 0x55818ef17400 DEBUG                    bin gstbin.c:2373:gst_bin_sort_iterator_next:<dstest2-pipeline> queue head gives file-source
0:00:00.137932046    47 0x55818ef17400 DEBUG                    bin gstbin.c:2305:update_degree:<dstest2-pipeline> element file-source not linked on any sinkpads
0:00:00.137937903    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2839:gst_element_set_state_func:<file-source> set_state to NULL
0:00:00.137942572    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2873:gst_element_set_state_func:<file-source> current NULL, old_pending VOID_PENDING, next VOID_PENDING, old return SUCCESS
0:00:00.137946818    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2909:gst_element_set_state_func:<file-source> final: setting state from NULL to NULL
0:00:00.137950931    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3227:gst_element_change_state_func:<file-source> element is already in the NULL state
0:00:00.137954486    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:3000:gst_element_change_state:<file-source> element changed state SUCCESS
0:00:00.137958298    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2688:gst_element_continue_state:<file-source> completed state change to NULL
0:00:00.137962531    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<file-source> returned SUCCESS
0:00:00.137966521    47 0x55818ef17400 DEBUG                    bin gstbin.c:2362:gst_bin_sort_iterator_next:<dstest2-pipeline> queue empty, elements exhausted
0:00:00.137970348    47 0x55818ef17400 DEBUG                    bin gstbin.c:2404:gst_bin_sort_iterator_free:<dstest2-pipeline> free
0:00:00.137976405    47 0x55818ef17400 DEBUG                    bin gstbin.c:2404:gst_bin_sort_iterator_free:<dstest2-pipeline> free
0:00:00.137980584    47 0x55818ef17400 DEBUG                    bin gstbin.c:3049:gst_bin_change_state_func:<dstest2-pipeline> no async elements
0:00:00.137985445    47 0x55818ef17400 DEBUG             GST_STATES gstbin.c:3078:gst_bin_change_state_func:<dstest2-pipeline> done changing bin's state from NULL to READY, now in NULL, ret FAILURE
0:00:00.137989246    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2973:gst_element_change_state:<dstest2-pipeline> have FAILURE change_state return
0:00:00.137993182    47 0x55818ef17400 INFO              GST_STATES gstelement.c:2560:gst_element_abort_state:<dstest2-pipeline> aborting state from NULL to PLAYING
0:00:00.137997174    47 0x55818ef17400 DEBUG             GST_STATES gstelement.c:2923:gst_element_set_state_func:<dstest2-pipeline> returned FAILURE
Running...
0:00:00.138022974    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:570:gst_bus_timed_pop_filtered:<bus1> got message 0x55818fa10080, need-context from nvvideo-renderer, type mask is 4294967295
0:00:00.138031136    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:848:gst_bus_source_dispatch:<bus1> source 0x55818f9088b0 calling dispatch with need-context message: 0x55818fa10080, time 99:99:99.999999999, seq-num 35, element 'nvvideo-renderer', GstMessageNeedContext, context-type=(string)gst.egl.EGLDisplay;
0:00:00.138036891    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:854:gst_bus_source_dispatch:<bus1> source 0x55818f9088b0 handler returns 1
0:00:00.138046636    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:570:gst_bus_timed_pop_filtered:<bus1> got message 0x55818fa10100, have-context from nvvideo-renderer, type mask is 4294967295
0:00:00.138053177    47 0x55818ef17400 WARN               structure gststructure.c:1861:priv_gst_structure_append_to_gstring: No value transform to serialize field 'context' of type 'GstContext'
0:00:00.138058530    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:848:gst_bus_source_dispatch:<bus1> source 0x55818f9088b0 calling dispatch with have-context message: 0x55818fa10100, time 99:99:99.999999999, seq-num 36, element 'nvvideo-renderer', GstMessageHaveContext, context=(GstContext)NULL;
0:00:00.138063618    47 0x55818ef17400 DEBUG                GST_BUS gstbus.c:854:gst_bus_source_dispatch:<bus1> source 0x55818f9088b0 handler returns 1

gst-launch-1.0 filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 ! h264parse ! nvv4l2decoder ! fakesink
0:00:01.471942895    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd92a30: 'jackaudiosink'
0:00:01.471947632    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd92950: 'jackaudiosrc'
0:00:01.471952277    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd92870: 'dvdsubparse'
0:00:01.471956879    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd44640: 'dvdsubdec'
0:00:01.471961667    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd44560: 'avdtpsrc'
0:00:01.471966912    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd44480: 'avdtpsink'
0:00:01.471973648    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd443a0: 'a2dpsink'
0:00:01.471978464    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd442c0: 'udpsrc'
0:00:01.471983154    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd441e0: 'dynudpsink'
0:00:01.471988101    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd44100: 'multiudpsink'
0:00:01.471992394    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd44020: 'udpsink'
0:00:01.471997477    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b670: 'id3demux'
0:00:01.472001923    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b590: 'videomixer'
0:00:01.472006657    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b4b0: 'stereo'
0:00:01.472011296    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b3d0: 'scaletempo'
0:00:01.472016469    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b2f0: 'audioecho'
0:00:01.472023149    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b210: 'audiofirfilter'
0:00:01.472027724    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b130: 'audiowsincband'
0:00:01.472032297    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd8b050: 'audiowsinclimit'
0:00:01.472036934    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd89660: 'audioiirfilter'
0:00:01.472041387    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd89580: 'audiochebband'
0:00:01.472046174    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd894a0: 'audiocheblimit'
0:00:01.472050725    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd893c0: 'audiodynamic'
0:00:01.472055256    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd892e0: 'audioamplify'
0:00:01.472059881    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd89200: 'audiokaraoke'
0:00:01.472064331    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd89120: 'audioinvert'
0:00:01.472068633    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd89040: 'audiopanorama'
0:00:01.472073457    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84ec0: 'freeverb'
0:00:01.472077947    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84de0: 'rtpdtmfdepay'
0:00:01.472082343    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84d00: 'rtpdtmfsrc'
0:00:01.472086878    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84c20: 'dtmfsrc'
0:00:01.472091504    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84b40: 'jp2kdecimator'
0:00:01.472095831    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84a60: 'cutter'
0:00:01.472100961    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd84980: 'testsrcbin'
0:00:01.472105458    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd848a0: 'fakevideosink'
0:00:01.472109961    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd836b0: 'errorignore'
0:00:01.472114605    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd835d0: 'watchdog'
0:00:01.472119331    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd834f0: 'debugspy'
0:00:01.472123838    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd83410: 'compare'
0:00:01.472128526    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd83330: 'chopmydata'
0:00:01.472132850    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd83250: 'fpsdisplaysink'
0:00:01.472137830    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd83170: 'checksumsink'
0:00:01.472142215    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd83090: 'audioconvert'
0:00:01.472147497    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d6a0: 'mxfmux'
0:00:01.472152046    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d5c0: 'mxfdemux'
0:00:01.472156475    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d4e0: 'irtspparse'
0:00:01.472160892    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d400: 'pcapparse'
0:00:01.472165593    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7f800: 'v4l2deviceprovider'
0:00:01.472170192    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d320: 'v4l2radio'
0:00:01.472175321    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d240: 'v4l2sink'
0:00:01.472180011    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d160: 'v4l2src'
0:00:01.472185166    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7d080: 'dvdlpcmdec'
0:00:01.472189760    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7ae70: 'streamiddemux'
0:00:01.472194777    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7ad90: 'valve'
0:00:01.472199311    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7acb0: 'multiqueue'
0:00:01.472203970    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7abd0: 'typefind'
0:00:01.472208656    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7aaf0: 'tee'
0:00:01.472213235    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7aa10: 'filesink'
0:00:01.472217676    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7a930: 'queue2'
0:00:01.472222364    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd7a850: 'queue'
0:00:01.472226911    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd79620: 'output-selector'
0:00:01.472231404    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd79540: 'input-selector'
0:00:01.472235664    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd79460: 'identity'
0:00:01.472240287    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd79380: 'funnel'
0:00:01.472244789    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd792a0: 'filesrc'
0:00:01.472249425    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd791c0: 'fdsink'
0:00:01.472253830    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd790e0: 'fdsrc'
0:00:01.472258222    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd79000: 'fakesink'
0:00:01.472262654    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd75660: 'fakesrc'
0:00:01.472267345    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd75580: 'downloadbuffer'
0:00:01.472271811    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd754a0: 'dataurisrc'
0:00:01.472276243    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd753c0: 'concat'
0:00:01.472280794    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd752e0: 'capsfilter'
0:00:01.472285229    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd75200: 'osssink'
0:00:01.472289634    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd75120: 'osssrc'
0:00:01.472294073    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabca44b0: 'leaks'
0:00:01.472298458    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabca43f0: 'stats'
0:00:01.472302586    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabca4330: 'rusage'
0:00:01.472306753    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabca4270: 'log'
0:00:01.472310823    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabca41b0: 'latency'
0:00:01.472315614    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd75040: 'mpegpsdemux'
0:00:01.472319926    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd76030: 'GstVideoMultiviewFlagsSet'
0:00:01.472323691    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72ee0: 'camerabin'
0:00:01.472328636    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72e00: 'wrappercamerabinsrc'
0:00:01.472333077    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72d20: 'viewfinderbin'
0:00:01.472337767    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72c40: 'alpha'
0:00:01.472342554    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72b60: 'audio/x-tap-dmp'
0:00:01.472347139    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd72a80: 'audio/x-tap-tap'
0:00:01.472351468    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd729a0: 'audio/audible'
0:00:01.472356470    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd728c0: 'audio/x-xi'
0:00:01.472361184    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd716d0: 'video/x-pva'
0:00:01.472365489    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd715f0: 'application/x-ssa'
0:00:01.472369728    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd71510: 'application/octet-stream'
0:00:01.472374086    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd71430: 'image/x-degas'
0:00:01.472379073    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd71350: 'image/x-icon'
0:00:01.472383347    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd71270: 'application/x-yuv4mpeg'
0:00:01.472387720    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd71190: 'image/vnd.wap.wbmp'
0:00:01.472392385    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd710b0: 'image/vnd.adobe.photoshop'
0:00:01.472396675    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fe90: 'application/msword'
0:00:01.472401141    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fdb0: 'application/pdf'
0:00:01.472405512    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fcd0: 'audio/x-kss'
0:00:01.472409905    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fbf0: 'video/x-ivf'
0:00:01.472414205    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fb10: 'audio/x-sap'
0:00:01.472418776    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6fa30: 'audio/x-vgm'
0:00:01.472423097    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6f950: 'audio/x-gbs'
0:00:01.472427821    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6f870: 'audio/x-ay'
0:00:01.472432224    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6ce20: 'audio/x-gym'
0:00:01.472436840    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6cd40: 'audio/x-nsf'
0:00:01.472441192    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6cc60: 'video/vivo'
0:00:01.472445715    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6cb80: 'application/x-mmsh'
0:00:01.472450064    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6caa0: 'multipart/x-mixed-replace'
0:00:01.472454768    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6c9c0: 'video/x-dirac'
0:00:01.472459339    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6c8e0: 'application/x-ms-dos-executable'
0:00:01.472464082    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6c800: 'application/x-ar'
0:00:01.472468528    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6bee0: 'application/x-tar'
0:00:01.472473064    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6be00: 'application/x-rar'
0:00:01.472477811    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6bd20: 'image/svg+xml'
0:00:01.472482492    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6bc40: 'application/postscript'
0:00:01.472486927    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6bb60: 'audio/x-caf'
0:00:01.472491451    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6ba80: 'audio/x-wavpack-correction'
0:00:01.472496100    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6b9a0: 'audio/x-wavpack'
0:00:01.472500497    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd6b8c0: 'audio/x-spc'
0:00:01.472505427    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69e50: 'audio/aac'
0:00:01.472509743    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69d70: 'application/x-executable'
0:00:01.472514279    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69c90: 'text/x-cmml'
0:00:01.472518746    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69bb0: 'application/x-ogg-skeleton'
0:00:01.472523143    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69ad0: 'audio/x-celt'
0:00:01.472527626    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd699f0: 'audio/x-speex'
0:00:01.472531978    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69910: 'application/x-ogm-text'
0:00:01.472536460    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd69830: 'application/x-ogm-audio'
0:00:01.472541007    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68e40: 'application/x-ogm-video'
0:00:01.472545407    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68d60: 'video/x-theora'
0:00:01.472549760    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68c80: 'audio/x-vorbis'
0:00:01.472554418    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68ba0: 'audio/x-flac'
0:00:01.472558808    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68ac0: 'application/x-subtitle-vtt'
0:00:01.472563064    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd689e0: 'subtitle/x-kate'
0:00:01.472567383    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68900: 'application/x-compress'
0:00:01.472571866    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd68820: 'application/zip'
0:00:01.472576622    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd666c0: 'application/x-gzip'
0:00:01.472580973    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd665e0: 'application/x-bzip'
0:00:01.472585367    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd66500: 'image/x-sun-raster'
0:00:01.472589903    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd66420: 'image/x-xpixmap'
0:00:01.472594211    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd66340: 'image/x-jng'
0:00:01.472598640    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd66260: 'video/x-mng'
0:00:01.472602961    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd66180: 'image/x-xcf'
0:00:01.472607735    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd660a0: 'audio/x-sid'
0:00:01.472612223    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd64690: 'audio/x-sbc'
0:00:01.472616617    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd645b0: 'audio/iLBC-sh'
0:00:01.472620777    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd644d0: 'audio/x-amr-wb-sh'
0:00:01.472625300    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd643f0: 'audio/x-amr-nb-sh'
0:00:01.472629906    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd64310: 'video/x-dv'
0:00:01.472634354    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd64230: 'video/x-mve'
0:00:01.472638598    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd64150: 'application/mxf'
0:00:01.472643360    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd64070: 'video/x-matroska'
0:00:01.472647940    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61ed0: 'image/x-portable-pixmap'
0:00:01.472652642    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61df0: 'image/x-exr'
0:00:01.472657310    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61d10: 'image/webp'
0:00:01.472662703    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61c30: 'image/tiff'
0:00:01.472666929    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61b50: 'image/bmp'
0:00:01.472671628    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61a70: 'image/png'
0:00:01.472675911    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd61990: 'image/gif'
0:00:01.472680489    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd618b0: 'image/jpeg'
0:00:01.472685079    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f6a0: 'application/x-ape'
0:00:01.472689473    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f5c0: 'audio/x-shorten'
0:00:01.472693932    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f4e0: 'audio/x-rf64'
0:00:01.472698702    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f400: 'audio/x-w64'
0:00:01.472703067    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f320: 'audio/x-ircam'
0:00:01.472708362    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f240: 'audio/x-sds'
0:00:01.472714937    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f160: 'audio/x-voc'
0:00:01.472719548    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5f080: 'audio/x-nist'
0:00:01.472723953    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d620: 'audio/x-paris'
0:00:01.472728496    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d540: 'audio/x-svx'
0:00:01.472733064    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d460: 'audio/x-aiff'
0:00:01.472737419    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d380: 'audio/x-wav'
0:00:01.472741751    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d2a0: 'application/xml'
0:00:01.472746045    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d1c0: 'application/ttml+xml'
0:00:01.472750450    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d0e0: 'application/smil'
0:00:01.472754744    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5d000: 'application/sdp'
0:00:01.472759322    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c6e0: 'application/x-hls'
0:00:01.472763920    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c600: 'application/itc'
0:00:01.472768156    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c520: 'text/uri-list'
0:00:01.472772609    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c440: 'text/utf-32'
0:00:01.472777107    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c360: 'text/utf-16'
0:00:01.472781361    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c280: 'text/plain'
0:00:01.472785873    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c1a0: 'video/x-flv'
0:00:01.472790124    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5c0c0: 'application/vnd.ms-sstr+xml'
0:00:01.472794879    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5ae90: 'application/dash+xml'
0:00:01.472799152    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5adb0: 'application/xges'
0:00:01.472803452    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5acd0: 'application/x-shockwave-flash'
0:00:01.472807869    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5abf0: 'application/x-pn-realaudio'
0:00:01.472812463    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5ab10: 'application/vnd.rn-realmedia'
0:00:01.472817069    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5aa30: 'text/html'
0:00:01.472821587    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5a950: 'video/mj2'
0:00:01.472826133    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd5a870: 'image/x-jpc'
0:00:01.472830226    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59e80: 'image/jp2'
0:00:01.472834882    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59da0: 'image/x-quicktime'
0:00:01.472839316    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59cc0: 'video/quicktime'
0:00:01.472843717    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59be0: 'application/x-3gp'
0:00:01.472848062    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59b00: 'audio/x-m4a'
0:00:01.472852393    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59a20: 'video/x-nuv'
0:00:01.472857157    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59940: 'video/x-h265'
0:00:01.472861842    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd59860: 'video/x-h264'
0:00:01.472866263    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57e30: 'video/x-h263'
0:00:01.472870861    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57d50: 'video/mpeg4'
0:00:01.472875204    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57c70: 'video/mpeg-elementary'
0:00:01.472880333    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57b90: 'application/ogg'
0:00:01.472885027    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57ab0: 'video/mpegts'
0:00:01.472889812    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd579d0: 'video/mpeg-sys'
0:00:01.472894326    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd578f0: 'audio/x-gsm'
0:00:01.472899045    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd57810: 'audio/x-dts'
0:00:01.472903891    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd56690: 'audio/x-ac3'
0:00:01.472908407    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd565b0: 'audio/mpeg'
0:00:01.472913493    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd564d0: 'audio/x-mod'
0:00:01.472918136    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd563f0: 'audio/x-ttafile'
0:00:01.472922599    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd56310: 'application/x-apetag'
0:00:01.472927175    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd56230: 'application/x-id3v1'
0:00:01.472931921    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd56150: 'application/x-id3v2'
0:00:01.472936753    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd56070: 'video/x-fli'
0:00:01.472940993    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd536e0: 'audio/mobile-xmf'
0:00:01.472944997    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd53600: 'audio/riff-midi'
0:00:01.472949761    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd53520: 'audio/midi'
0:00:01.472954391    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd53440: 'application/x-mcc'
0:00:01.472959003    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd53360: 'application/x-scc'
0:00:01.472963620    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd53280: 'audio/x-imelody'
0:00:01.472968149    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd531a0: 'video/x-vcd'
0:00:01.472972552    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd530c0: 'video/x-cdxa'
0:00:01.472976980    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e6c0: 'audio/qcelp'
0:00:01.472981442    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e5e0: 'video/x-msvideo'
0:00:01.472985858    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e500: 'audio/x-au'
0:00:01.472990466    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e420: 'audio/x-musepack'
0:00:01.472995058    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e340: 'video/x-ms-asf'
0:00:01.473000043    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e260: 'mplex'
0:00:01.473004518    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e180: 'videotestsrc'
0:00:01.473009276    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4e0a0: 'audiomixmatrix'
0:00:01.473014113    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4be60: 'videorate'
0:00:01.473018680    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4bd80: 'openmptdec'
0:00:01.473023300    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4bca0: 'ivfparse'
0:00:01.473027700    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4bbc0: 'wildmididec'
0:00:01.473032433    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4bae0: 'dc1394src'
0:00:01.473037187    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4ba00: 'smooth'
0:00:01.473041831    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4b920: 'jpegdec'
0:00:01.473046489    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd4b840: 'jpegenc'
0:00:01.473051236    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd496c0: 'mmssrc'
0:00:01.473055842    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd495e0: 'x264enc'
0:00:01.473059846    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd49500: 'theoraparse'
0:00:01.473064683    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd49420: 'theoraenc'
0:00:01.473069240    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd49340: 'theoradec'
0:00:01.473073941    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd49260: 'dvdreadsrc'
0:00:01.473078655    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd49180: 'dvdec'
0:00:01.473083245    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd490a0: 'dvdemux'
0:00:01.473087761    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42e60: 'videoframe-audiolevel'
0:00:01.473092530    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42d80: 'gdkpixbufsink'
0:00:01.473096799    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42ca0: 'gdkpixbufoverlay'
0:00:01.473101172    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42bc0: 'gdkpixbufdec'
0:00:01.473105836    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42ae0: 'voamrwbenc'
0:00:01.473110573    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42a00: 'amrwbdec'
0:00:01.473115183    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42920: 'rtmpsink'
0:00:01.473119685    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd42840: 'rtmpsrc'
0:00:01.473124499    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40ed0: 'y4menc'
0:00:01.473129120    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40df0: 'vc1parse'
0:00:01.473133579    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40d10: 'h265parse'
0:00:01.473138321    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40c30: 'jpeg2000parse'
0:00:01.473142926    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40b50: 'pngparse'
0:00:01.473147570    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40a70: 'mpeg4videoparse'
0:00:01.473152336    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd40990: 'mpegvideoparse'
0:00:01.473156779    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd408b0: 'diracparse'
0:00:01.473161798    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3ee80: 'h264parse'
0:00:01.473166349    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3eda0: 'h263parse'
0:00:01.473171064    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3ecc0: 'aiffmux'
0:00:01.473175897    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3ebe0: 'aiffparse'
0:00:01.473180570    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3eb00: 'audiochannelmix'
0:00:01.473185117    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3ea20: 'bz2dec'
0:00:01.473189437    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3e940: 'bz2enc'
0:00:01.473193769    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd3e860: 'videomedian'
0:00:01.473198379    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38ee0: 'videoflip'
0:00:01.473203147    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38e00: 'videobalance'
0:00:01.473207465    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38d20: 'gamma'
0:00:01.473212036    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38c40: 'audiolatency'
0:00:01.473216613    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38b60: 'bs2b'
0:00:01.473221470    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd38a80: 'wavescope'
0:00:01.473225990    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd389a0: 'synaescope'
0:00:01.473230368    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd388c0: 'spectrascope'
0:00:01.473234985    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd35670: 'spacescope'
0:00:01.473239437    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd35590: 'fieldanalysis'
0:00:01.473243974    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd354b0: 'smptealpha'
0:00:01.473248537    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd353d0: 'smpte'
0:00:01.473253134    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd352f0: 'festival'
0:00:01.473257818    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd35210: 'mssdemux'
0:00:01.473262662    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd35130: 'rippletv'
0:00:01.473267390    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd35050: 'streaktv'
0:00:01.473272282    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33e30: 'radioactv'
0:00:01.473276730    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33d50: 'optv'
0:00:01.473281088    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33c70: 'quarktv'
0:00:01.473285837    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33b90: 'revtv'
0:00:01.473290414    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33ab0: 'vertigotv'
0:00:01.473295073    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd339d0: 'shagadelictv'
0:00:01.473299578    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd338f0: 'warptv'
0:00:01.473304081    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd33810: 'dicetv'
0:00:01.473308645    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30e90: 'agingtv'
0:00:01.473313441    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30db0: 'edgetv'
0:00:01.473317940    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30cd0: 'rfbsrc'
0:00:01.473322373    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30bf0: 'mpegpsmux'
0:00:01.473326986    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30b10: 'id3mux'
0:00:01.473331950    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30a30: 'siddec'
0:00:01.473336310    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30950: 'alsamidisrc'
0:00:01.473340793    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd30870: 'alsasink'
0:00:01.473345257    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28e70: 'alsasrc'
0:00:01.473349643    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28d90: 'mpegtsmux'
0:00:01.473354344    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28cb0: 'vorbistag'
0:00:01.473359121    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28bd0: 'vorbisparse'
0:00:01.473363755    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28af0: 'vorbisdec'
0:00:01.473368736    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28a10: 'vorbisenc'
0:00:01.473373234    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28930: 'speed'
0:00:01.473377751    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd28850: 'hdv1394src'
0:00:01.473382819    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd256e0: 'dv1394src'
0:00:01.473387310    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd25600: 'autoaudiosrc'
0:00:01.473391843    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd25520: 'autoaudiosink'
0:00:01.473396511    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd25440: 'autovideosrc'
0:00:01.473400999    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd25360: 'autovideosink'
0:00:01.473406188    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd25280: 'sdpsrc'
0:00:01.473410813    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd251a0: 'sdpdemux'
0:00:01.473416069    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd250c0: 'wavparse'
0:00:01.473420604    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd23670: 'gsmdec'
0:00:01.473425316    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd23590: 'gsmenc'
0:00:01.473429907    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd234b0: 'x265enc'
0:00:01.473434267    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd233d0: 'sirenenc'
0:00:01.473438833    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd232f0: 'sirendec'
0:00:01.473443630    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd23210: 'encodebin'
0:00:01.473448150    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd23130: 'adder'
0:00:01.473453126    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd23050: 'assrender'
0:00:01.473458023    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1bec0: 'icydemux'
0:00:01.473462782    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1bde0: 'mpg123audiodec'
0:00:01.473467459    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1bd00: 'rsvgdec'
0:00:01.473472401    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1bc20: 'rsvgoverlay'
0:00:01.473476866    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1bb40: 'midiparse'
0:00:01.473482205    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1ba60: 'sbcenc'
0:00:01.473488794    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1b980: 'sbcdec'
0:00:01.473493745    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd1b8a0: 'rawvideoparse'
0:00:01.473498615    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17e50: 'rawaudioparse'
0:00:01.473503577    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17d70: 'unalignedvideoparse'
0:00:01.473507897    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17c90: 'unalignedaudioparse'
0:00:01.473512479    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17bb0: 'aasink'
0:00:01.473517185    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17ad0: 'sfdec'
0:00:01.473521943    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd179f0: 'rtpstorage'
0:00:01.473526486    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17910: 'rtpulpfecenc'
0:00:01.473531116    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd17830: 'rtpulpfecdec'
0:00:01.473535761    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd15630: 'rtpreddec'
0:00:01.473540475    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd15550: 'rtpredenc'
0:00:01.473545101    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd15470: 'rtpstreamdepay'
0:00:01.473549907    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd15390: 'rtpstreampay'
0:00:01.473555143    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd152b0: 'rtpvrawpay'
0:00:01.473559837    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd151d0: 'rtpvrawdepay'
0:00:01.473564278    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd150f0: 'rtpvp9pay'
0:00:01.473568929    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd15010: 'rtpvp9depay'
0:00:01.473573515    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd11680: 'rtpvp8pay'
0:00:01.473578111    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd115a0: 'rtpvp8depay'
0:00:01.473582765    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd114c0: 'rtpvorbispay'
0:00:01.473587455    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd113e0: 'rtpvorbisdepay'
0:00:01.473591909    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd11300: 'rtptheorapay'
0:00:01.473596530    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd11220: 'rtptheoradepay'
0:00:01.473600762    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd11140: 'rtpsv3vdepay'
0:00:01.473605196    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd11060: 'rtpspeexdepay'
0:00:01.473610002    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e650: 'rtpspeexpay'
0:00:01.473614721    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e570: 'rtpsirendepay'
0:00:01.473619210    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e490: 'rtpsirenpay'
0:00:01.473623990    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e3b0: 'rtpsbcpay'
0:00:01.473628604    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e2d0: 'rtpsbcdepay'
0:00:01.473633184    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e1f0: 'rtpqdm2depay'
0:00:01.473640204    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e110: 'rtpqcelpdepay'
0:00:01.473645084    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd0e030: 'rtpmp4gpay'
0:00:01.473649630    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09ed0: 'rtpmp4gdepay'
0:00:01.473654143    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09df0: 'rtpmp4adepay'
0:00:01.473658772    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09d10: 'rtpmp4apay'
0:00:01.473663539    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09c30: 'rtpmp4vdepay'
0:00:01.473667949    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09b50: 'rtpmp4vpay'
0:00:01.473672692    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09a70: 'rtpmp2tpay'
0:00:01.473677322    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd09990: 'rtpmp2tdepay'
0:00:01.473681830    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd098b0: 'rtpmp1sdepay'
0:00:01.473686269    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd056a0: 'asteriskh263'
0:00:01.473690981    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd055c0: 'rtpL24depay'
0:00:01.473696036    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd054e0: 'rtpL24pay'
0:00:01.473700648    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd05400: 'rtpL16depay'
0:00:01.473705153    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd05320: 'rtpL16pay'
0:00:01.473710094    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd05240: 'rtpL8depay'
0:00:01.473714596    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd05160: 'rtpL8pay'
0:00:01.473719192    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabd05080: 'rtpklvpay'
0:00:01.473724023    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfeee0: 'rtpklvdepay'
0:00:01.473728767    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfee00: 'rtpjpegpay'
0:00:01.473733567    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfed20: 'rtpjpegdepay'
0:00:01.473738382    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfec40: 'rtpj2kpay'
0:00:01.473742936    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfeb60: 'rtpj2kdepay'
0:00:01.473747926    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfea80: 'rtph265pay'
0:00:01.473752519    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfe9a0: 'rtph265depay'
0:00:01.473757158    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfe8c0: 'rtph264pay'
0:00:01.473764182    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc670: 'rtph264depay'
0:00:01.473769272    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc590: 'rtph263pay'
0:00:01.473774015    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc4b0: 'rtph263depay'
0:00:01.473778748    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc3d0: 'rtph263pdepay'
0:00:01.473783321    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc2f0: 'rtph263ppay'
0:00:01.473787779    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc210: 'rtph261depay'
0:00:01.473792332    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc130: 'rtph261pay'
0:00:01.473797428    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcfc050: 'rtpopuspay'
0:00:01.473802119    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf8620: 'rtpopusdepay'
0:00:01.473806702    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf8540: 'rtpmpvpay'
0:00:01.473811464    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf8460: 'rtpmpvdepay'
0:00:01.473816118    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf8380: 'rtpmparobustdepay'
0:00:01.473820953    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf82a0: 'rtpmpapay'
0:00:01.473825530    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf81c0: 'rtpmpadepay'
0:00:01.473829811    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf80e0: 'rtppcmapay'
0:00:01.473834433    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf8000: 'rtppcmupay'
0:00:01.473839021    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf66c0: 'rtppcmudepay'
0:00:01.473843485    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf65e0: 'rtppcmadepay'
0:00:01.473848228    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf6500: 'rtpamrpay'
0:00:01.473852841    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf6420: 'rtpamrdepay'
0:00:01.473857397    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf6340: 'rtpgsmpay'
0:00:01.473862222    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf6260: 'rtpgsmdepay'
0:00:01.473866690    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf6180: 'rtpg729pay'
0:00:01.473871445    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf60a0: 'rtpg729depay'
0:00:01.473876155    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf4680: 'rtpg726pay'
0:00:01.473881145    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf45a0: 'rtpg726depay'
0:00:01.473885619    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf44c0: 'rtpg723pay'
0:00:01.473890194    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf43e0: 'rtpg723depay'
0:00:01.473894641    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf4300: 'rtpg722pay'
0:00:01.473899358    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf4220: 'rtpg722depay'
0:00:01.473903960    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf4140: 'rtpilbcdepay'
0:00:01.473908474    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf4060: 'rtpilbcpay'
0:00:01.473915735    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0e20: 'rtpgstpay'
0:00:01.473920739    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0d40: 'rtpgstdepay'
0:00:01.473925339    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0c60: 'rtpdvpay'
0:00:01.473930506    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0b80: 'rtpdvdepay'
0:00:01.473934933    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0aa0: 'rtpceltpay'
0:00:01.473939512    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf09c0: 'rtpceltdepay'
0:00:01.473943984    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf08e0: 'rtpbvpay'
0:00:01.473948576    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcf0800: 'rtpbvdepay'
0:00:01.473953206    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcedea0: 'rtpac3pay'
0:00:01.473957701    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabceddc0: 'rtpac3depay'
0:00:01.473962151    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcedce0: 'jifmux'
0:00:01.473966604    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcedc00: 'jpegparse'
0:00:01.473970953    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcedb20: 'bpmdetect'
0:00:01.473975451    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabceda40: 'pitch'
0:00:01.473979934    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabced960: 'yadif'
0:00:01.473983719    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabced880: 'webrtcbin'
0:00:01.473988377    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1ed0: 'webmmux'
0:00:01.473993222    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1df0: 'matroskamux'
0:00:01.473997694    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1d10: 'matroskaparse'
0:00:01.474002401    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1c30: 'matroskademux'
0:00:01.474007039    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1b50: 'mulawdec'
0:00:01.474011833    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1a70: 'mulawenc'
0:00:01.474016535    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce1990: 'apedemux'
0:00:01.474021145    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabce18b0: 'avisubtitle'
0:00:01.474025674    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdee60: 'avimux'
0:00:01.474030443    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcded80: 'avidemux'
0:00:01.474035177    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdeca0: 'multisocketsink'
0:00:01.474040160    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdebc0: 'multifdsink'
0:00:01.474044854    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdeae0: 'tcpserversrc'
0:00:01.474049800    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdea00: 'tcpserversink'
0:00:01.474054262    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcde920: 'tcpclientsrc'
0:00:01.474058820    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcde840: 'tcpclientsink'
0:00:01.474063801    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdaed0: 'socketsrc'
0:00:01.474068663    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdadf0: 'waylandsink'
0:00:01.474073400    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdad10: 'souphttpclientsink'
0:00:01.474078080    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdac30: 'souphttpsrc'
0:00:01.474082669    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdab50: 'videosegmentclip'
0:00:01.474087189    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcdaa70: 'audiosegmentclip'
0:00:01.474091907    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcda990: 'pnmenc'
0:00:01.474096515    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcda8b0: 'pnmdec'
0:00:01.474101058    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8ec0: 'videodiff'
0:00:01.474105491    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8de0: 'zebrastripe'
0:00:01.474110618    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8d00: 'scenechange'
0:00:01.474115391    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8c20: 'shapewipe'
0:00:01.474120034    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8b40: 'katetag'
0:00:01.474124622    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8a60: 'kateparse'
0:00:01.474128988    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd8980: 'kateenc'
0:00:01.474133840    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd88a0: 'katedec'
0:00:01.474138414    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd4640: 'gdppay'
0:00:01.474143040    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd4560: 'gdpdepay'
0:00:01.474147705    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd4480: 'autovideoconvert'
0:00:01.474152374    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd43a0: 'autoconvert'
0:00:01.474157406    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd42c0: 'spectrum'
0:00:01.474161955    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd41e0: 'openalsrc'
0:00:01.474167376    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd4100: 'openalsink'
0:00:01.474174136    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcd4020: 'mpeg2enc'
0:00:01.474178650    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc56d0: 'navigationtest'
0:00:01.474184298    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc55f0: 'vmncdec'
0:00:01.474190786    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc5510: 'volume'
0:00:01.474195871    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc5430: 'decklinkvideosrc'
0:00:01.474201779    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc5350: 'decklinkaudiosrc'
0:00:01.474208077    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc5270: 'decklinkvideosink'
0:00:01.474212521    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc5190: 'decklinkaudiosink'
0:00:01.474218017    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc50b0: 'goom'
0:00:01.474224737    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc0660: 'dvbbasebin'
0:00:01.474229670    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc0580: 'dvbsrc'
0:00:01.474234648    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc04a0: 'ttmlrender'
0:00:01.474239459    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc03c0: 'ttmlparse'
0:00:01.474244108    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc02e0: 'avwait'
0:00:01.474248809    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc0200: 'timecodestamper'
0:00:01.474253228    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc0120: 'pipeline'
0:00:01.474258020    50 0x55efabc9b800 DEBUG     GST_PLUGIN_LOADING gstpluginfeature.c:67:gst_plugin_feature_finalize: finalizing feature 0x55efabcc0040: 'bin'
0:00:01.474284217    50 0x55efabc9b800 INFO                GST_INIT gst.c:1232:gst_deinit: deinitialized GStreamer```
  1. did you exec “xhost +” before start docker? please refer to “Run the container” steps in this link:DeepStream | NVIDIA NGC

0:00:00.137070532 47 0x55818ef17400 ERROR egladaption ext/eglgles/gstegladaptation_egl.c:160:gst_egl_adaptation_init_display: Could not init EGL display connection
the above printing is error log releated to EGLImage, can you use fakesink or filesink or rtspstreaming instead of nveglglessink?
you can change from deepstream test2 code,
sink = gst_element_factory_make (“nveglglessink”, “nvvideo-renderer”);
change nveglglessink to fakesink

The problem now is that Im getting a black window for displaying the video.
What could be the reason for that?

this “Could not init EGL display connection” is the reason.

  1. did you exec “xhost +” before start docker? please refer to “Run the container” steps in this link:DeepStream | NVIDIA NGC
  2. can you use fakesink or filesink or rtspstreaming instead of nveglglessink?
    you can change from deepstream test2 code,
    sink = gst_element_factory_make (“nveglglessink”, “nvvideo-renderer”);
    change nveglglessink to fakesink

I activate the xhost +
and what was missing is the -v /tmp/.X11-unix:/tmp/.X11-unix at the docker run command

Thanks for the help

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.