gst-dsexample failed to create pipeline

Hello. I’m looking to run and use the gst-dsexample plugin. I ran make and install and copied the following to source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt :

[ds-example]
enable=1
processing-width=640
processing-height=480
full-frame=0
unique-id=15
gpu-id=0

Now, when I run the deepstream-app from the samples directory with deepstream-app -c configs/deepstream-app/source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt, this is the error I’m shown:

** ERROR: <create_dsexample_bin:39>: Failed to create 'dsexample0'
** ERROR: <create_dsexample_bin:75>: create_dsexample_bin failed
** ERROR: <create_pipeline:957>: create_pipeline failed
** ERROR: <main:544>: Failed to create pipeline
Quitting
App run failed

Please help. Thanks.

Running GST_DEBUG=3 shows no such element factory “dsexample”!

Please help I’m at a dead-end here.

Here are some steps you can try to debug the issue. It looks like gstreamer is not able to find the dsexample plugin.

  1. make sure the plugin is installed. Run “make && sudo make install” from the dsexample sources dir.

  2. clear gstreamer cache by running "$rm ~/.cache/gstreamer-1.0/registry.x86_64.bin

  3. Run “$gst-inspect-1.0 -b”

This would list all the blacklisted plugins. If you see dsexample in that list run “$GST_DEBUG=3 gst-inspect-1.0 dsexample” to get more info what could reason behind the plugin getting blacklisted.

Thanks for the response, NvCJR. The following have been blacklisted on my machine:

libgstnvdsexample.so
libgstnvyolo.so

Running GST_DEBUG=3 on either of them returns the following:

GST_DEBUG=3 gst-inspect-1.0 libgstnvyolo.so
Plugin Details:
  Name                     libgstnvyolo.so
  Description              Plugin for blacklisted file
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvyolo.so
  Version                  0.0.0
  License                  BLACKLIST
  Source module            BLACKLIST
  Binary package           BLACKLIST
  Origin URL               BLACKLIST


  0 features:

Any ideas as to what might be causing this?

Okay so I purged gstreamer and the deepstream sdk, reinstalled both, and went through the entire setup again.
Now I have 0 blacklisted plugins.
But the original error stating “no such element factory dsexample” persists.
Please help.

I figure this is happening due to an inability to find these shared object files now.
doing ‘gst-inspect-1.0 libgstnvdsexample.so’ returns the following:

(gst-inspect-1.0:25875): GStreamer-WARNING **: 16:37:35.161: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. You might need to set the GST_PLUGIN_SCANNER environment variable if your setup is unusual. This should normally not be required though.

(gst-inspect-1.0:25875): GStreamer-WARNING **: 16:37:35.176: Failed to load plugin 'libgstnvdsexample.so': libgstnvdsexample.so: cannot open shared object file: No such file or directory
Could not load plugin file: Opening module failed: libgstnvdsexample.so: cannot open shared object file: No such file or directory

Feels like I’m getting closer. Do I just have to set the path to point it towards usr/lib/x86_64-linux-gnu/gstreamer-1.0 ?
If yes, how?
If no, then what?

Thank you for your time.

You don’t have to create any links manually. “$sudo make install” should take care of everything for you.

You can try to increase the GST_DEBUG logging level from 3 to 4 to get more verbose logs. I would also check if there are any broken dependencies using “$ldd /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvdsexample.so”

If there are any dependencies that are “not found” you need to fix that before you can use the plugin.

I didn’t see any dependencies that were “not found”. I’m posting the logs here. Please tell me if you can infer anything from it.

GST_DEBUG=4 deepstream-app -c configs/deepstream-app/source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

[code]0:00:00.000070476 2262 0xfc0a00 INFO GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.14.1
0:00:00.000108750 2262 0xfc0a00 INFO GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000123456 2262 0xfc0a00 INFO GST_INIT gst.c:607:init_pre: Linux cisco-1 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64
0:00:00.000378748 2262 0xfc0a00 INFO GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.000799069 2262 0xfc0a00 INFO GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.000989509 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.001069136 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin “staticelements”
0:00:00.001080092 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin “staticelements”, result: 1
0:00:00.001106617 2262 0xfc0a00 INFO GST_REGISTRY gstregistry.c:1727:ensure_current_registry: reading registry cache: /home/vadmin/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.012010290 2262 0xfc0a00 INFO GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache: loaded /home/vadmin/.cache/gstreamer-1.0/registry.x86_64.bin in 0.010878 seconds
0:00:00.012093481 2262 0xfc0a00 INFO GST_REGISTRY gstregistry.c:1583:scan_and_update_registry: Validating plugins from registry cache: /home/vadmin/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.012857999 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:1524:gst_plugin_ext_dep_extract_env_vars_paths: ignoring environment variable content ‘iHD’: either not an absolute path or not a path at all
0:00:00.013227037 2262 0xfc0a00 INFO GST_REGISTRY gstregistry.c:1685:scan_and_update_registry: Registry cache has not changed
0:00:00.013235318 2262 0xfc0a00 INFO GST_REGISTRY gstregistry.c:1762:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.013241040 2262 0xfc0a00 INFO GST_INIT gst.c:807:init_post: GLib runtime version: 2.56.3
0:00:00.013248193 2262 0xfc0a00 INFO GST_INIT gst.c:809:init_post: GLib headers version: 2.56.1
0:00:00.013251853 2262 0xfc0a00 INFO GST_INIT gst.c:810:init_post: initialized GStreamer successfully
0:00:00.013623799 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “pipeline” named “pipeline”
0:00:00.013696859 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “multi_src_bin”
0:00:00.016083992 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin “/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libnvdsgst_multistream.so” loaded
0:00:00.016099578 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “nvstreammux” named “src_bin_muxer”
0:00:00.016237670 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstNvStreamMux@0x1266010 adding pad ‘src’
0:00:00.016271050 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “src_sub_bin0”
0:00:00.017451664 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin “/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so” loaded
0:00:00.017465427 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “uridecodebin” named “src_elem”
0:00:00.018000081 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin “/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so” loaded
0:00:00.018011983 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “queue”
0:00:00.018082619 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12761b0 adding pad ‘sink’
0:00:00.018097083 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12761b0 adding pad ‘src’
0:00:00.018124636 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:src
0:00:00.018170625 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link queue:src and src:proxypad0
0:00:00.018179838 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked queue:src and src:proxypad0, successful
0:00:00.018186502 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018194247 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:queue:src Received event on flushing pad. Discarding
0:00:00.018206407 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_sub_bin0> adding pad ‘src’
0:00:00.018214455 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “fakesink” named “src_fakesink”
0:00:00.018291751 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseSink@0x127eaf0 adding pad ‘sink’
0:00:00.018307755 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “fakequeue”
0:00:00.018321532 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12764b0 adding pad ‘sink’
0:00:00.018334468 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12764b0 adding pad ‘src’
0:00:00.018345314 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element “tee”
0:00:00.018386111 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstTee@0x1282000 adding pad ‘sink’
0:00:00.018411616 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element fakequeue:(any) to element src_fakesink:(any)
0:00:00.018422552 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link fakequeue:src and src_fakesink:sink
0:00:00.018434239 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.018449149 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: fakequeue and src_fakesink in same bin, no need for ghost pads
0:00:00.018458490 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link fakequeue:src and src_fakesink:sink
0:00:00.018466300 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.018473859 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked fakequeue:src and src_fakesink:sink, successful
0:00:00.018479948 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018484215 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:fakequeue:src Received event on flushing pad. Discarding
0:00:00.018504755 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_0’
0:00:00.018512293 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:sink
0:00:00.018519395 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee0:src_0 and queue:sink
0:00:00.018525652 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee0:sink pad has no peer
0:00:00.018534099 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_sub_bin0:src> pad has no peer
0:00:00.018541138 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee0:src_0 and queue:sink, successful
0:00:00.018547062 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018551565 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee0:src_0 Received event on flushing pad. Discarding
0:00:00.018563615 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_1’
0:00:00.018570729 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad fakequeue:sink
0:00:00.018577527 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee0:src_1 and fakequeue:sink
0:00:00.018584612 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee0:sink pad has no peer
0:00:00.018593447 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee0:src_1 and fakequeue:sink, successful
0:00:00.018599230 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018603307 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee0:src_1 Received event on flushing pad. Discarding
0:00:00.018632977 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad ‘sink_0’ in element “src_bin_muxer”
0:00:00.018652739 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_bin_muxer> adding pad ‘sink_0’
0:00:00.018660737 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad src_sub_bin0:src
0:00:00.018668294 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link src_sub_bin0:src and src_bin_muxer:sink_0
0:00:00.018678625 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee0:sink pad has no peer
0:00:00.018688405 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_bin_muxer:src> pad has no peer
0:00:00.018710146 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked src_sub_bin0:src and src_bin_muxer:sink_0, successful
0:00:00.018716342 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018720468 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<src_sub_bin0:src> Received event on flushing pad. Discarding
0:00:00.018728080 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “src_sub_bin1”
0:00:00.018744178 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “uridecodebin” named “src_elem”
0:00:00.018764387 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “queue”
0:00:00.018776713 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12767b0 adding pad ‘sink’
0:00:00.018787006 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12767b0 adding pad ‘src’
0:00:00.018802314 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:src
0:00:00.018819869 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link queue:src and src:proxypad1
0:00:00.018827457 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked queue:src and src:proxypad1, successful
0:00:00.018831101 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.018835211 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:queue:src Received event on flushing pad. Discarding
0:00:00.018843702 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_sub_bin1> adding pad ‘src’
0:00:00.018851583 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “fakesink” named “src_fakesink”
0:00:00.018862109 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseSink@0x12871c0 adding pad ‘sink’
0:00:00.018870825 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “fakequeue”
0:00:00.018883496 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1276ab0 adding pad ‘sink’
0:00:00.018903369 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1276ab0 adding pad ‘src’
0:00:00.018914145 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element “tee”
0:00:00.018926421 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstTee@0x1282150 adding pad ‘sink’
0:00:00.018944162 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element fakequeue:(any) to element src_fakesink:(any)
0:00:00.018952272 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link fakequeue:src and src_fakesink:sink
0:00:00.018960051 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.018969464 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: fakequeue and src_fakesink in same bin, no need for ghost pads
0:00:00.018978042 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link fakequeue:src and src_fakesink:sink
0:00:00.018985311 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.018994364 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked fakequeue:src and src_fakesink:sink, successful
0:00:00.019000017 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019003984 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:fakequeue:src Received event on flushing pad. Discarding
0:00:00.019016664 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_0’
0:00:00.019023552 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:sink
0:00:00.019032241 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee1:src_0 and queue:sink
0:00:00.019039487 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee1:sink pad has no peer
0:00:00.019047787 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_sub_bin1:src> pad has no peer
0:00:00.019056253 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee1:src_0 and queue:sink, successful
0:00:00.019061781 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019065691 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee1:src_0 Received event on flushing pad. Discarding
0:00:00.019077904 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_1’
0:00:00.019085002 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad fakequeue:sink
0:00:00.019096060 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee1:src_1 and fakequeue:sink
0:00:00.019103297 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee1:sink pad has no peer
0:00:00.019114039 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee1:src_1 and fakequeue:sink, successful
0:00:00.019119448 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019123591 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee1:src_1 Received event on flushing pad. Discarding
0:00:00.019146107 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad ‘sink_1’ in element “src_bin_muxer”
0:00:00.019159755 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_bin_muxer> adding pad ‘sink_1’
0:00:00.019167345 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad src_sub_bin1:src
0:00:00.019176498 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link src_sub_bin1:src and src_bin_muxer:sink_1
0:00:00.019184918 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee1:sink pad has no peer
0:00:00.019194266 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_bin_muxer:src> pad has no peer
0:00:00.019208323 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked src_sub_bin1:src and src_bin_muxer:sink_1, successful
0:00:00.019214215 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019218168 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<src_sub_bin1:src> Received event on flushing pad. Discarding
0:00:00.019227345 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “src_sub_bin2”
0:00:00.019239412 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “uridecodebin” named “src_elem”
0:00:00.019255077 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “queue”
0:00:00.019277459 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1276db0 adding pad ‘sink’
0:00:00.019292447 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1276db0 adding pad ‘src’
0:00:00.019312344 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:src
0:00:00.019327333 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link queue:src and src:proxypad2
0:00:00.019334539 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked queue:src and src:proxypad2, successful
0:00:00.019340807 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019347365 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:queue:src Received event on flushing pad. Discarding
0:00:00.019356264 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_sub_bin2> adding pad ‘src’
0:00:00.019363433 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “fakesink” named “src_fakesink”
0:00:00.019374697 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseSink@0x128eb40 adding pad ‘sink’
0:00:00.019384909 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “fakequeue”
0:00:00.019395822 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12770b0 adding pad ‘sink’
0:00:00.019405747 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12770b0 adding pad ‘src’
0:00:00.019414846 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element “tee”
0:00:00.019429986 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstTee@0x12822a0 adding pad ‘sink’
0:00:00.019447592 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element fakequeue:(any) to element src_fakesink:(any)
0:00:00.019453403 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link fakequeue:src and src_fakesink:sink
0:00:00.019458912 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.019465737 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: fakequeue and src_fakesink in same bin, no need for ghost pads
0:00:00.019471843 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link fakequeue:src and src_fakesink:sink
0:00:00.019478587 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.019487408 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked fakequeue:src and src_fakesink:sink, successful
0:00:00.019493150 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019497239 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:fakequeue:src Received event on flushing pad. Discarding
0:00:00.019509761 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_0’
0:00:00.019517240 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:sink
0:00:00.019529791 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee2:src_0 and queue:sink
0:00:00.019537062 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee2:sink pad has no peer
0:00:00.019547490 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_sub_bin2:src> pad has no peer
0:00:00.019555448 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee2:src_0 and queue:sink, successful
0:00:00.019561818 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019569033 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee2:src_0 Received event on flushing pad. Discarding
0:00:00.019582552 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_1’
0:00:00.019589357 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad fakequeue:sink
0:00:00.019596986 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee2:src_1 and fakequeue:sink
0:00:00.019603862 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee2:sink pad has no peer
0:00:00.019621252 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee2:src_1 and fakequeue:sink, successful
0:00:00.019626968 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019630860 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee2:src_1 Received event on flushing pad. Discarding
0:00:00.019653382 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad ‘sink_2’ in element “src_bin_muxer”
0:00:00.019665898 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_bin_muxer> adding pad ‘sink_2’
0:00:00.019673567 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad src_sub_bin2:src
0:00:00.019681568 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link src_sub_bin2:src and src_bin_muxer:sink_2
0:00:00.019690104 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee2:sink pad has no peer
0:00:00.019699267 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_bin_muxer:src> pad has no peer
0:00:00.019713177 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked src_sub_bin2:src and src_bin_muxer:sink_2, successful
0:00:00.019719237 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019723239 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<src_sub_bin2:src> Received event on flushing pad. Discarding
0:00:00.019731513 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “src_sub_bin3”
0:00:00.019742717 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “uridecodebin” named “src_elem”
0:00:00.019770211 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “queue”
0:00:00.019783509 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12773b0 adding pad ‘sink’
0:00:00.019795929 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12773b0 adding pad ‘src’
0:00:00.019813831 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:src
0:00:00.019828479 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link queue:src and src:proxypad3
0:00:00.019835823 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked queue:src and src:proxypad3, successful
0:00:00.019842426 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.019848986 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:queue:src Received event on flushing pad. Discarding
0:00:00.019856990 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_sub_bin3> adding pad ‘src’
0:00:00.019864644 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “fakesink” named “src_fakesink”
0:00:00.019882688 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseSink@0x1293200 adding pad ‘sink’
0:00:00.019891468 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “fakequeue”
0:00:00.019904174 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12776b0 adding pad ‘sink’
0:00:00.019915923 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12776b0 adding pad ‘src’
0:00:00.019926349 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element “tee”
0:00:00.019938451 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstTee@0x12823f0 adding pad ‘sink’
0:00:00.019956110 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element fakequeue:(any) to element src_fakesink:(any)
0:00:00.019963792 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link fakequeue:src and src_fakesink:sink
0:00:00.019973416 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.019982127 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: fakequeue and src_fakesink in same bin, no need for ghost pads
0:00:00.019990239 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link fakequeue:src and src_fakesink:sink
0:00:00.019999709 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:fakequeue:sink pad has no peer
0:00:00.020008523 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked fakequeue:src and src_fakesink:sink, successful
0:00:00.020014407 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020018632 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:fakequeue:src Received event on flushing pad. Discarding
0:00:00.020031057 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_0’
0:00:00.020037920 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad queue:sink
0:00:00.020045443 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee3:src_0 and queue:sink
0:00:00.020052442 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee3:sink pad has no peer
0:00:00.020064757 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_sub_bin3:src> pad has no peer
0:00:00.020074958 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee3:src_0 and queue:sink, successful
0:00:00.020080683 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020084632 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee3:src_0 Received event on flushing pad. Discarding
0:00:00.020096389 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad: adding pad ‘src_1’
0:00:00.020103566 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad fakequeue:sink
0:00:00.020112180 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tee3:src_1 and fakequeue:sink
0:00:00.020117415 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee3:sink pad has no peer
0:00:00.020128796 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tee3:src_1 and fakequeue:sink, successful
0:00:00.020134392 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020140791 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:tee3:src_1 Received event on flushing pad. Discarding
0:00:00.020162716 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad ‘sink_3’ in element “src_bin_muxer”
0:00:00.020175008 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<src_bin_muxer> adding pad ‘sink_3’
0:00:00.020183069 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad src_sub_bin3:src
0:00:00.020202866 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link src_sub_bin3:src and src_bin_muxer:sink_3
0:00:00.020213304 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:tee3:sink pad has no peer
0:00:00.020222590 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<src_bin_muxer:src> pad has no peer
0:00:00.020237066 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked src_sub_bin3:src and src_bin_muxer:sink_3, successful
0:00:00.020242674 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020246614 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<src_sub_bin3:src> Received event on flushing pad. Discarding
0:00:00.020261210 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad src_bin_muxer:src
0:00:00.020276515 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link src_bin_muxer:src and src:proxypad4
0:00:00.020283870 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked src_bin_muxer:src and src:proxypad4, successful
0:00:00.020291403 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020298385 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<src_bin_muxer:src> Received event on flushing pad. Discarding
0:00:00.020306461 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<multi_src_bin> adding pad ‘src’
0:00:00.020378586 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “processing_bin_0”
0:00:00.020390734 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “sink_bin”
0:00:00.020414519 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “sink_bin_queue”
0:00:00.020433906 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12779b0 adding pad ‘sink’
0:00:00.020446317 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x12779b0 adding pad ‘src’
0:00:00.020462237 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad sink_bin_queue:sink
0:00:00.020475357 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink:proxypad5 and sink_bin_queue:sink
0:00:00.020482991 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink:proxypad5 and sink_bin_queue:sink, successful
0:00:00.020489088 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020500093 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<sink_bin> adding pad ‘sink’
0:00:00.020507628 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “tee” named “sink_bin_tee”
0:00:00.020521945 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstTee@0x1282540 adding pad ‘sink’
0:00:00.020535031 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element sink_bin_queue:(any) to element sink_bin_tee:(any)
0:00:00.020542633 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link sink_bin_queue:src and sink_bin_tee:sink
0:00:00.020551290 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<sink_bin:sink> pad has no peer
0:00:00.020561156 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: sink_bin_queue and sink_bin_tee in same bin, no need for ghost pads
0:00:00.020569661 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink_bin_queue:src and sink_bin_tee:sink
0:00:00.020577386 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<sink_bin:sink> pad has no peer
0:00:00.020586938 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink_bin_queue:src and sink_bin_tee:sink, successful
0:00:00.020610559 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020617698 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<sink_bin_queue:src> Received event on flushing pad. Discarding
0:00:00.020628419 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “sink_sub_bin1”
0:00:00.020641676 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “fakesink” named “sink_sub_bin_sink1”
0:00:00.020651717 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseSink@0x12a2470 adding pad ‘sink’
0:00:00.020668086 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “capsfilter” named “sink_sub_bin_cap_filter1”
0:00:00.020720270 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12a40f0 adding pad ‘sink’
0:00:00.020733630 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12a40f0 adding pad ‘src’
0:00:00.020752174 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “render_queue1”
0:00:00.020770111 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1277cb0 adding pad ‘sink’
0:00:00.020791295 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x1277cb0 adding pad ‘src’
0:00:00.020810526 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element sink_sub_bin_cap_filter1:(any) to element sink_sub_bin_sink1:(any)
0:00:00.020819648 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link sink_sub_bin_cap_filter1:src and sink_sub_bin_sink1:sink
0:00:00.020830876 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<sink_sub_bin_cap_filter1:sink> pad has no peer
0:00:00.020847559 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: sink_sub_bin_cap_filter1 and sink_sub_bin_sink1 in same bin, no need for ghost pads
0:00:00.020857395 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink_sub_bin_cap_filter1:src and sink_sub_bin_sink1:sink
0:00:00.020865035 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<sink_sub_bin_cap_filter1:sink> pad has no peer
0:00:00.020877427 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink_sub_bin_cap_filter1:src and sink_sub_bin_sink1:sink, successful
0:00:00.020892546 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020899415 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<sink_sub_bin_cap_filter1:src> Received event on flushing pad. Discarding
0:00:00.020910643 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element render_queue1:(any) to element sink_sub_bin_cap_filter1:(any)
0:00:00.020919385 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link render_queue1:src and sink_sub_bin_cap_filter1:sink
0:00:00.020927405 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<render_queue1:sink> pad has no peer
0:00:00.020938461 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: render_queue1 and sink_sub_bin_cap_filter1 in same bin, no need for ghost pads
0:00:00.020947958 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link render_queue1:src and sink_sub_bin_cap_filter1:sink
0:00:00.020955872 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<render_queue1:sink> pad has no peer
0:00:00.020974658 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked render_queue1:src and sink_sub_bin_cap_filter1:sink, successful
0:00:00.020981379 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.020987938 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<render_queue1:src> Received event on flushing pad. Discarding
0:00:00.020997340 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad render_queue1:sink
0:00:00.021013091 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink:proxypad6 and render_queue1:sink
0:00:00.021021163 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink:proxypad6 and render_queue1:sink, successful
0:00:00.021027577 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.021038495 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<sink_sub_bin1> adding pad ‘sink’
0:00:00.021060991 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<sink_bin_tee> adding pad ‘src_0’
0:00:00.021068989 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad sink_sub_bin1:sink
0:00:00.021079096 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink_bin_tee:src_0 and sink_sub_bin1:sink
0:00:00.021088954 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<sink_bin:sink> pad has no peer
0:00:00.021104225 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink_bin_tee:src_0 and sink_sub_bin1:sink, successful
0:00:00.021110693 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.021115177 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<sink_bin_tee:src_0> Received event on flushing pad. Discarding
0:00:00.021138760 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “osd_bin”
0:00:00.021598248 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin “/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libnvdsgst_vidconv.so” loaded
0:00:00.021611560 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “nvvidconv” named “osd_conv”
0:00:00.021704763 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12aed30 adding pad ‘sink’
0:00:00.021716089 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12aed30 adding pad ‘src’
0:00:00.021727531 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “osd_queue”
0:00:00.021742345 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e170 adding pad ‘sink’
0:00:00.021755055 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e170 adding pad ‘src’
0:00:00.024507382 2262 0xfc0a00 INFO GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin “/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libnvdsgst_osd.so” loaded
0:00:00.024528268 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “nvosd” named “nvosd0”
0:00:00.024591540 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12bca30 adding pad ‘sink’
0:00:00.024604345 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x12bca30 adding pad ‘src’
0:00:00.024645610 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element osd_queue:(any) to element osd_conv:(any)
0:00:00.024654491 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link osd_queue:src and osd_conv:sink
0:00:00.024663930 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_queue:sink> pad has no peer
0:00:00.024673530 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_conv:src> pad has no peer
0:00:00.024730421 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: osd_queue and osd_conv in same bin, no need for ghost pads
0:00:00.024741049 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link osd_queue:src and osd_conv:sink
0:00:00.024749491 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_queue:sink> pad has no peer
0:00:00.024757422 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_conv:src> pad has no peer
0:00:00.024799168 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked osd_queue:src and osd_conv:sink, successful
0:00:00.024805305 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.024810650 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<osd_queue:src> Received event on flushing pad. Discarding
0:00:00.024822444 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element osd_conv:(any) to element nvosd0:(any)
0:00:00.024830478 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link osd_conv:src and nvosd0:sink
0:00:00.024838563 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_queue:sink> pad has no peer
0:00:00.024877229 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:nvosd0:src pad has no peer
0:00:00.024892075 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: osd_conv and nvosd0 in same bin, no need for ghost pads
0:00:00.024901125 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link osd_conv:src and nvosd0:sink
0:00:00.024908866 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_queue:sink> pad has no peer
0:00:00.024946378 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:nvosd0:src pad has no peer
0:00:00.024960506 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked osd_conv:src and nvosd0:sink, successful
0:00:00.024966214 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.024970084 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<osd_conv:src> Received event on flushing pad. Discarding
0:00:00.024978974 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad osd_queue:sink
0:00:00.024995376 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink:proxypad7 and osd_queue:sink
0:00:00.025002476 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink:proxypad7 and osd_queue:sink, successful
0:00:00.025009885 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025018967 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<osd_bin> adding pad ‘sink’
0:00:00.025026500 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad nvosd0:src
0:00:00.025040085 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link nvosd0:src and src:proxypad8
0:00:00.025047139 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked nvosd0:src and src:proxypad8, successful
0:00:00.025053388 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025057305 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:nvosd0:src Received event on flushing pad. Discarding
0:00:00.025063314 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<osd_bin> adding pad ‘src’
0:00:00.025080978 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element osd_bin:(any) to element sink_bin:(any)
0:00:00.025089204 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link osd_bin:src and sink_bin:sink
0:00:00.025099352 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_bin:sink> pad has no peer
0:00:00.025159956 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: osd_bin and sink_bin in same bin, no need for ghost pads
0:00:00.025169137 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link osd_bin:src and sink_bin:sink
0:00:00.025178169 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<osd_bin:sink> pad has no peer
0:00:00.025230838 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked osd_bin:src and sink_bin:sink, successful
0:00:00.025236726 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025241321 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<osd_bin:src> Received event on flushing pad. Discarding
0:00:00.025250140 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad osd_bin:sink
0:00:00.025263442 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink:proxypad9 and osd_bin:sink
0:00:00.025270840 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink:proxypad9 and osd_bin:sink, successful
0:00:00.025276860 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025286141 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<processing_bin_0> adding pad ‘sink’
0:00:00.025293485 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad nvosd0:sink
0:00:00.025324616 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “tiled_display_bin”
0:00:00.025337143 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “tiled_display_queue”
0:00:00.025352369 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e470 adding pad ‘sink’
0:00:00.025365507 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e470 adding pad ‘src’
0:00:00.025380184 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “nvmultistreamtiler” named “tiled_display_tiler”
0:00:00.025428738 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x13030d0 adding pad ‘sink’
0:00:00.025439009 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstBaseTransform@0x13030d0 adding pad ‘src’
0:00:00.025458605 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element tiled_display_queue:(any) to element tiled_display_tiler:(any)
0:00:00.025467233 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link tiled_display_queue:src and tiled_display_tiler:sink
0:00:00.025473107 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_queue:sink> pad has no peer
0:00:00.025479787 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_tiler:src> pad has no peer
0:00:00.025500641 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: tiled_display_queue and tiled_display_tiler in same bin, no need for ghost pads
0:00:00.025507485 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tiled_display_queue:src and tiled_display_tiler:sink
0:00:00.025514810 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_queue:sink> pad has no peer
0:00:00.025522791 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_tiler:src> pad has no peer
0:00:00.025537912 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tiled_display_queue:src and tiled_display_tiler:sink, successful
0:00:00.025543793 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025548009 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<tiled_display_queue:src> Received event on flushing pad. Discarding
0:00:00.025556794 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad tiled_display_queue:sink
0:00:00.025571062 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link sink:proxypad10 and tiled_display_queue:sink
0:00:00.025578412 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked sink:proxypad10 and tiled_display_queue:sink, successful
0:00:00.025585269 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025593660 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<tiled_display_bin> adding pad ‘sink’
0:00:00.025600821 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad tiled_display_tiler:src
0:00:00.025624694 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tiled_display_tiler:src and src:proxypad11
0:00:00.025632793 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tiled_display_tiler:src and src:proxypad11, successful
0:00:00.025638621 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025644923 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<tiled_display_tiler:src> Received event on flushing pad. Discarding
0:00:00.025653716 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<tiled_display_bin> adding pad ‘src’
0:00:00.025668565 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element tiled_display_bin:(any) to element processing_bin_0:(any)
0:00:00.025676548 2262 0xfc0a00 INFO GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link tiled_display_bin:src and processing_bin_0:sink
0:00:00.025686006 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_bin:sink> pad has no peer
0:00:00.025755492 2262 0xfc0a00 INFO GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: tiled_display_bin and processing_bin_0 in same bin, no need for ghost pads
0:00:00.025765051 2262 0xfc0a00 INFO GST_PADS gstpad.c:2378:gst_pad_link_prepare: trying to link tiled_display_bin:src and processing_bin_0:sink
0:00:00.025774909 2262 0xfc0a00 INFO GST_PADS gstpad.c:4230:gst_pad_peer_query:<tiled_display_bin:sink> pad has no peer
0:00:00.025832253 2262 0xfc0a00 INFO GST_PADS gstpad.c:2586:gst_pad_link_full: linked tiled_display_bin:src and processing_bin_0:sink, successful
0:00:00.025838525 2262 0xfc0a00 INFO GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.025842554 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<tiled_display_bin:src> Received event on flushing pad. Discarding
0:00:00.025851541 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad tiled_display_bin:sink
0:00:00.025858271 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “bin” named “dsexample_bin”
0:00:00.025871148 2262 0xfc0a00 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element “queue” named “dsexample_queue”
0:00:00.025885679 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e770 adding pad ‘sink’
0:00:00.025898926 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:GstQueue@0x129e770 adding pad ‘src’
0:00:00.025912059 2262 0xfc0a00 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory “dsexample”!
** ERROR: <create_dsexample_bin:39>: Failed to create ‘dsexample0’
** ERROR: <create_dsexample_bin:75>: create_dsexample_bin failed
** ERROR: <create_pipeline:957>: create_pipeline failed
** ERROR: main:544: Failed to create pipeline
Quitting
0:00:00.025952855 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad sink_bin:sink
0:00:00.025960294 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<sink_bin:sink> Received event on flushing pad. Discarding
0:00:00.126113267 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<processing_bin_0> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126158555 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_bin> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126176717 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126192571 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin_sink1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126208712 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_sub_bin_sink1> skipping transition from NULL to NULL
0:00:00.126223575 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_sub_bin1> child ‘sink_sub_bin_sink1’ changed state to 1(NULL) successfully
0:00:00.126236552 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin_cap_filter1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126247346 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_sub_bin_cap_filter1> skipping transition from NULL to NULL
0:00:00.126259034 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_sub_bin1> child ‘sink_sub_bin_cap_filter1’ changed state to 1(NULL) successfully
0:00:00.126271230 2262 0xfc0a00 INFO GST_STATES gstbin.c:2

** ERROR: <create_dsexample_bin:39>: Failed to create ‘dsexample0’
** ERROR: <create_dsexample_bin:75>: create_dsexample_bin failed
** ERROR: <create_pipeline:957>: create_pipeline failed
** ERROR: main:544: Failed to create pipeline
Quitting
0:00:00.025952855 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad sink_bin:sink
0:00:00.025960294 2262 0xfc0a00 INFO GST_EVENT gstpad.c:5785:gst_pad_send_event_unchecked:<sink_bin:sink> Received event on flushing pad. Discarding
0:00:00.126113267 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<processing_bin_0> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126158555 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_bin> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126176717 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126192571 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin_sink1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126208712 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_sub_bin_sink1> skipping transition from NULL to NULL
0:00:00.126223575 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_sub_bin1> child ‘sink_sub_bin_sink1’ changed state to 1(NULL) successfully
0:00:00.126236552 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_sub_bin_cap_filter1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126247346 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_sub_bin_cap_filter1> skipping transition from NULL to NULL
0:00:00.126259034 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_sub_bin1> child ‘sink_sub_bin_cap_filter1’ changed state to 1(NULL) successfully
0:00:00.126271230 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<render_queue1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126281330 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<render_queue1> skipping transition from NULL to NULL
0:00:00.126293124 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_sub_bin1> child ‘render_queue1’ changed state to 1(NULL) successfully
0:00:00.126307170 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<sink_sub_bin1> completed state change to NULL
0:00:00.126319140 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_bin> child ‘sink_sub_bin1’ changed state to 1(NULL) successfully
0:00:00.126331297 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_bin_tee> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126341472 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_bin_tee> skipping transition from NULL to NULL
0:00:00.126352253 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_bin> child ‘sink_bin_tee’ changed state to 1(NULL) successfully
0:00:00.126364052 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<sink_bin_queue> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126373798 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<sink_bin_queue> skipping transition from NULL to NULL
0:00:00.126384098 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<sink_bin> child ‘sink_bin_queue’ changed state to 1(NULL) successfully
0:00:00.126394627 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<sink_bin> completed state change to NULL
0:00:00.126405983 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<processing_bin_0> child ‘sink_bin’ changed state to 1(NULL) successfully
0:00:00.126418047 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<osd_bin> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126434565 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126444595 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126454898 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<osd_bin> child ‘nvosd0’ changed state to 1(NULL) successfully
0:00:00.126466663 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<osd_conv> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126476466 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<osd_conv> skipping transition from NULL to NULL
0:00:00.126487285 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<osd_bin> child ‘osd_conv’ changed state to 1(NULL) successfully
0:00:00.126498816 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<osd_queue> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126509938 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<osd_queue> skipping transition from NULL to NULL
0:00:00.126520348 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<osd_bin> child ‘osd_queue’ changed state to 1(NULL) successfully
0:00:00.126530607 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<osd_bin> completed state change to NULL
0:00:00.126541834 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<processing_bin_0> child ‘osd_bin’ changed state to 1(NULL) successfully
0:00:00.126552202 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<processing_bin_0> completed state change to NULL
0:00:00.126564271 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func: child ‘processing_bin_0’ changed state to 1(NULL) successfully
0:00:00.126575389 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<multi_src_bin> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126599677 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_bin_muxer> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126609604 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<src_bin_muxer> skipping transition from NULL to NULL
0:00:00.126620355 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<multi_src_bin> child ‘src_bin_muxer’ changed state to 1(NULL) successfully
0:00:00.126631499 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_sub_bin0> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126647933 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_fakesink> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126657703 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<src_fakesink> skipping transition from NULL to NULL
0:00:00.126667925 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin0> child ‘src_fakesink’ changed state to 1(NULL) successfully
0:00:00.126679302 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126689333 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126699331 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin0> child ‘fakequeue’ changed state to 1(NULL) successfully
0:00:00.126711391 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126720966 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126731204 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin0> child ‘queue’ changed state to 1(NULL) successfully
0:00:00.126742273 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126752013 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126762360 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin0> child ‘tee0’ changed state to 1(NULL) successfully
0:00:00.126774068 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_elem> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126787192 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_elem> completed state change to NULL
0:00:00.126798241 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin0> child ‘src_elem’ changed state to 1(NULL) successfully
0:00:00.126808555 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_sub_bin0> completed state change to NULL
0:00:00.126819953 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<multi_src_bin> child ‘src_sub_bin0’ changed state to 1(NULL) successfully
0:00:00.126831031 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_sub_bin1> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126846843 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_fakesink> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126856767 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<src_fakesink> skipping transition from NULL to NULL
0:00:00.126867001 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin1> child ‘src_fakesink’ changed state to 1(NULL) successfully
0:00:00.126878404 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126886098 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126894021 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin1> child ‘fakequeue’ changed state to 1(NULL) successfully
0:00:00.126903916 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126911272 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126919264 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin1> child ‘queue’ changed state to 1(NULL) successfully
0:00:00.126927935 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.126935665 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.126943284 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin1> child ‘tee1’ changed state to 1(NULL) successfully
0:00:00.126955064 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_elem> current NULL pending VOID_PENDING, desired next NULL
0:00:00.126966775 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_elem> completed state change to NULL
0:00:00.126977675 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin1> child ‘src_elem’ changed state to 1(NULL) successfully
0:00:00.126988252 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_sub_bin1> completed state change to NULL
0:00:00.126999473 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<multi_src_bin> child ‘src_sub_bin1’ changed state to 1(NULL) successfully
0:00:00.127011276 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_sub_bin2> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127027217 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_fakesink> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127036963 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<src_fakesink> skipping transition from NULL to NULL
0:00:00.127047067 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin2> child ‘src_fakesink’ changed state to 1(NULL) successfully
0:00:00.127058503 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127068254 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127078787 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin2> child ‘fakequeue’ changed state to 1(NULL) successfully
0:00:00.127090738 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127100287 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127114491 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin2> child ‘queue’ changed state to 1(NULL) successfully
0:00:00.127125633 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127135583 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127145633 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin2> child ‘tee2’ changed state to 1(NULL) successfully
0:00:00.127157050 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_elem> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127168575 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_elem> completed state change to NULL
0:00:00.127177398 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin2> child ‘src_elem’ changed state to 1(NULL) successfully
0:00:00.127188054 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_sub_bin2> completed state change to NULL
0:00:00.127199420 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<multi_src_bin> child ‘src_sub_bin2’ changed state to 1(NULL) successfully
0:00:00.127210283 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_sub_bin3> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127226348 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_fakesink> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127236921 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<src_fakesink> skipping transition from NULL to NULL
0:00:00.127247107 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin3> child ‘src_fakesink’ changed state to 1(NULL) successfully
0:00:00.127258677 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127266235 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127274133 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin3> child ‘fakequeue’ changed state to 1(NULL) successfully
0:00:00.127286289 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127297274 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127307402 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin3> child ‘queue’ changed state to 1(NULL) successfully
0:00:00.127318514 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state: current NULL pending VOID_PENDING, desired next NULL
0:00:00.127328565 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state: skipping transition from NULL to NULL
0:00:00.127338688 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin3> child ‘tee3’ changed state to 1(NULL) successfully
0:00:00.127349968 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<src_elem> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127362053 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_elem> completed state change to NULL
0:00:00.127373036 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<src_sub_bin3> child ‘src_elem’ changed state to 1(NULL) successfully
0:00:00.127383841 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<src_sub_bin3> completed state change to NULL
0:00:00.127394754 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<multi_src_bin> child ‘src_sub_bin3’ changed state to 1(NULL) successfully
0:00:00.127405053 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<multi_src_bin> completed state change to NULL
0:00:00.127414062 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func: child ‘multi_src_bin’ changed state to 1(NULL) successfully
0:00:00.127427502 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<tiled_display_bin> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127442657 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<tiled_display_tiler> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127453471 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<tiled_display_tiler> skipping transition from NULL to NULL
0:00:00.127464060 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<tiled_display_bin> child ‘tiled_display_tiler’ changed state to 1(NULL) successfully
0:00:00.127475853 2262 0xfc0a00 INFO GST_STATES gstbin.c:2504:gst_bin_element_set_state:<tiled_display_queue> current NULL pending VOID_PENDING, desired next NULL
0:00:00.127485849 2262 0xfc0a00 INFO GST_STATES gstbin.c:2621:gst_bin_element_set_state:<tiled_display_queue> skipping transition from NULL to NULL
0:00:00.127496223 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func:<tiled_display_bin> child ‘tiled_display_queue’ changed state to 1(NULL) successfully
0:00:00.127506694 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state:<tiled_display_bin> completed state change to NULL
0:00:00.127518177 2262 0xfc0a00 INFO GST_STATES gstbin.c:2952:gst_bin_change_state_func: child ‘tiled_display_bin’ changed state to 1(NULL) successfully
0:00:00.127528996 2262 0xfc0a00 INFO GST_STATES gstelement.c:2676:gst_element_continue_state: completed state change to NULL
0:00:01.026105790 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad nvosd0:sink
0:00:01.026223294 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tiled_display_bin:src(0x127bda0) and processing_bin_0:sink(0x127b8a0)
0:00:01.026268853 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tiled_display_bin:src and processing_bin_0:sink
0:00:01.026297722 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func: removed child “tiled_display_bin”
0:00:01.026350991 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tiled_display_queue:src(0x12a8c30) and tiled_display_tiler:sink(0x12a8e80)
0:00:01.026380536 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tiled_display_queue:src and tiled_display_tiler:sink
0:00:01.026410511 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tiled_display_tiler:src(0x12a90d0) and src:proxypad11(0x1295ad0)
0:00:01.026435422 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tiled_display_tiler:src and src:proxypad11
0:00:01.026457843 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<tiled_display_bin> removed child “tiled_display_tiler”
0:00:01.026483992 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<tiled_display_tiler> 0x13030d0 dispose
0:00:01.026502969 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_tiler> removing pad ‘sink’
0:00:01.026542157 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_tiler> removing pad ‘src’
0:00:01.026564197 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<tiled_display_tiler> 0x13030d0 parent class dispose
0:00:01.026585780 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<tiled_display_tiler> 0x13030d0 finalize
0:00:01.026603217 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<tiled_display_tiler> 0x13030d0 finalize parent
0:00:01.026632865 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink:proxypad10(0x1295870) and tiled_display_queue:sink(0x12a89e0)
0:00:01.026654463 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink:proxypad10 and tiled_display_queue:sink
0:00:01.026674033 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<tiled_display_bin> removed child “tiled_display_queue”
0:00:01.026697291 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<tiled_display_queue> 0x129e470 dispose
0:00:01.026715607 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_queue> removing pad ‘sink’
0:00:01.026738105 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_queue> removing pad ‘src’
0:00:01.026760296 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<tiled_display_queue> 0x129e470 parent class dispose
0:00:01.026783875 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<tiled_display_queue> 0x129e470 finalize
0:00:01.026801996 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<tiled_display_queue> 0x129e470 finalize parent
0:00:01.026821074 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<tiled_display_bin> 0x12ac090 dispose
0:00:01.026838555 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_bin> removing pad ‘sink’
0:00:01.026856534 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<tiled_display_bin> removing pad ‘src’
0:00:01.026880591 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<tiled_display_bin> 0x12ac090 parent class dispose
0:00:01.026898461 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<tiled_display_bin> 0x12ac090 finalize
0:00:01.026915633 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<tiled_display_bin> 0x12ac090 finalize parent
0:00:01.026952725 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func: removed child “processing_bin_0”
0:00:01.027030408 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink:proxypad9(0x1295610) and osd_bin:sink(0x127b3a0)
0:00:01.027052399 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink:proxypad9 and osd_bin:sink
0:00:01.027075274 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking osd_bin:src(0x127b620) and sink_bin:sink(0x127aea0)
0:00:01.027099798 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked osd_bin:src and sink_bin:sink
0:00:01.027121940 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<processing_bin_0> removed child “osd_bin”
0:00:01.027163045 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking osd_conv:src(0x1299d60) and nvosd0:sink(0x12a8540)
0:00:01.027187538 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked osd_conv:src and nvosd0:sink
0:00:01.027214618 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking nvosd0:src(0x12a8790) and src:proxypad8(0x12953b0)
0:00:01.027238611 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked nvosd0:src and src:proxypad8
0:00:01.027259502 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<osd_bin> removed child “nvosd0”
0:00:01.027282797 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12bca30 dispose
0:00:01.027299803 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.027320360 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.027341628 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12bca30 parent class dispose
0:00:01.027367487 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12bca30 finalize
0:00:01.027385457 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12bca30 finalize parent
0:00:01.027411883 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking osd_queue:src(0x12a82f0) and osd_conv:sink(0x1299b10)
0:00:01.027436774 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked osd_queue:src and osd_conv:sink
0:00:01.027460076 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<osd_bin> removed child “osd_conv”
0:00:01.027483482 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<osd_conv> 0x12aed30 dispose
0:00:01.027500903 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_conv> removing pad ‘sink’
0:00:01.027520708 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_conv> removing pad ‘src’
0:00:01.027541246 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<osd_conv> 0x12aed30 parent class dispose
0:00:01.027559487 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<osd_conv> 0x12aed30 finalize
0:00:01.027576788 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<osd_conv> 0x12aed30 finalize parent
0:00:01.027603695 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink:proxypad7(0x1295150) and osd_queue:sink(0x12a80a0)
0:00:01.027647456 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink:proxypad7 and osd_queue:sink
0:00:01.027666555 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<osd_bin> removed child “osd_queue”
0:00:01.027689863 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<osd_queue> 0x129e170 dispose
0:00:01.027706746 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_queue> removing pad ‘sink’
0:00:01.027727375 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_queue> removing pad ‘src’
0:00:01.027749287 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<osd_queue> 0x129e170 parent class dispose
0:00:01.027767900 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<osd_queue> 0x129e170 finalize
0:00:01.027785173 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<osd_queue> 0x129e170 finalize parent
0:00:01.027802694 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<osd_bin> 0x1206d40 dispose
0:00:01.027819139 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_bin> removing pad ‘sink’
0:00:01.027841728 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<osd_bin> removing pad ‘src’
0:00:01.027864274 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<osd_bin> 0x1206d40 parent class dispose
0:00:01.027882041 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<osd_bin> 0x1206d40 finalize
0:00:01.027899231 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<osd_bin> 0x1206d40 finalize parent
0:00:01.027930325 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<processing_bin_0> removed child “sink_bin”
0:00:01.027987229 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink_bin_tee:src_0(0x1294ee0) and sink_sub_bin1:sink(0x127b120)
0:00:01.028012844 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink_bin_tee:src_0 and sink_sub_bin1:sink
0:00:01.028035593 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_bin> removed child “sink_sub_bin1”
0:00:01.028078182 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink_sub_bin_cap_filter1:src(0x1299420) and sink_sub_bin_sink1:sink(0x1298f80)
0:00:01.028102643 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink_sub_bin_cap_filter1:src and sink_sub_bin_sink1:sink
0:00:01.028125595 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_sub_bin1> removed child “sink_sub_bin_sink1”
0:00:01.028148187 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_sub_bin_sink1> 0x12a2470 dispose
0:00:01.028165535 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_sub_bin_sink1> removing pad ‘sink’
0:00:01.028186727 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_sub_bin_sink1> 0x12a2470 parent class dispose
0:00:01.028211283 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_sub_bin_sink1> 0x12a2470 finalize
0:00:01.028228837 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_sub_bin_sink1> 0x12a2470 finalize parent
0:00:01.028253987 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink:proxypad6(0x1294c90) and render_queue1:sink(0x1299670)
0:00:01.028275009 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink:proxypad6 and render_queue1:sink
0:00:01.028297134 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking render_queue1:src(0x12998c0) and sink_sub_bin_cap_filter1:sink(0x12991d0)
0:00:01.028320870 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked render_queue1:src and sink_sub_bin_cap_filter1:sink
0:00:01.028342319 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_sub_bin1> removed child “render_queue1”
0:00:01.028364368 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<render_queue1> 0x1277cb0 dispose
0:00:01.028381759 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<render_queue1> removing pad ‘sink’
0:00:01.028403064 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<render_queue1> removing pad ‘src’
0:00:01.028425031 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<render_queue1> 0x1277cb0 parent class dispose
0:00:01.028443699 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<render_queue1> 0x1277cb0 finalize
0:00:01.028461186 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<render_queue1> 0x1277cb0 finalize parent
0:00:01.028484559 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_sub_bin1> removed child “sink_sub_bin_cap_filter1”
0:00:01.028509293 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_sub_bin_cap_filter1> 0x12a40f0 dispose
0:00:01.028526302 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_sub_bin_cap_filter1> removing pad ‘sink’
0:00:01.028546790 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_sub_bin_cap_filter1> removing pad ‘src’
0:00:01.028567156 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_sub_bin_cap_filter1> 0x12a40f0 parent class dispose
0:00:01.028584976 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_sub_bin_cap_filter1> 0x12a40f0 finalize
0:00:01.028601370 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_sub_bin_cap_filter1> 0x12a40f0 finalize parent
0:00:01.028618675 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_sub_bin1> 0x1206ba0 dispose
0:00:01.028635078 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_sub_bin1> removing pad ‘sink’
0:00:01.028657695 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_sub_bin1> 0x1206ba0 parent class dispose
0:00:01.028674923 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_sub_bin1> 0x1206ba0 finalize
0:00:01.028691374 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_sub_bin1> 0x1206ba0 finalize parent
0:00:01.028715351 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink_bin_queue:src(0x1298ae0) and sink_bin_tee:sink(0x1298d30)
0:00:01.028740031 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink_bin_queue:src and sink_bin_tee:sink
0:00:01.028763448 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_bin> removed child “sink_bin_tee”
0:00:01.028787409 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_bin_tee> removing pad ‘src_0’
0:00:01.028809581 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_bin_tee> 0x1282540 dispose
0:00:01.028827023 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_bin_tee> removing pad ‘sink’
0:00:01.028847731 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_bin_tee> 0x1282540 parent class dispose
0:00:01.028865968 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_bin_tee> 0x1282540 finalize
0:00:01.028882720 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_bin_tee> 0x1282540 finalize parent
0:00:01.028908861 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking sink:proxypad5(0x1294a30) and sink_bin_queue:sink(0x1298890)
0:00:01.028929510 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked sink:proxypad5 and sink_bin_queue:sink
0:00:01.028947762 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<sink_bin> removed child “sink_bin_queue”
0:00:01.028969574 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_bin_queue> 0x12779b0 dispose
0:00:01.028986885 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_bin_queue> removing pad ‘sink’
0:00:01.029008702 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_bin_queue> removing pad ‘src’
0:00:01.029030307 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_bin_queue> 0x12779b0 parent class dispose
0:00:01.029049125 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_bin_queue> 0x12779b0 finalize
0:00:01.029066907 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_bin_queue> 0x12779b0 finalize parent
0:00:01.029084457 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<sink_bin> 0x1206a00 dispose
0:00:01.029101364 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<sink_bin> removing pad ‘sink’
0:00:01.029119319 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<sink_bin> 0x1206a00 parent class dispose
0:00:01.029136957 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<sink_bin> 0x1206a00 finalize
0:00:01.029153257 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<sink_bin> 0x1206a00 finalize parent
0:00:01.029170638 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<processing_bin_0> 0x1206860 dispose
0:00:01.029187131 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<processing_bin_0> removing pad ‘sink’
0:00:01.029209856 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<processing_bin_0> 0x1206860 parent class dispose
0:00:01.029227891 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<processing_bin_0> 0x1206860 finalize
0:00:01.029244675 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<processing_bin_0> 0x1206860 finalize parent
0:00:01.029299863 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func: removed child “multi_src_bin”
0:00:01.029430906 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking src_sub_bin3:src(0x127a9a0) and src_bin_muxer:sink_3(0x1298640)
0:00:01.029456794 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked src_sub_bin3:src and src_bin_muxer:sink_3
0:00:01.029478999 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<multi_src_bin> removed child “src_sub_bin3”
0:00:01.029527425 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee3:src_1(0x1294560) and fakequeue:sink(0x1289d20)
0:00:01.029551754 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee3:src_1 and fakequeue:sink
0:00:01.029577605 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking fakequeue:src(0x12981a0) and src_fakesink:sink(0x1289ad0)
0:00:01.029601363 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked fakequeue:src and src_fakesink:sink
0:00:01.029622629 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin3> removed child “fakequeue”
0:00:01.029645299 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12776b0 dispose
0:00:01.029662210 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.029683881 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.029705539 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12776b0 parent class dispose
0:00:01.029724381 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12776b0 finalize
0:00:01.029741549 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12776b0 finalize parent
0:00:01.029766255 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee3:src_0(0x1294300) and queue:sink(0x1289630)
0:00:01.029790308 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee3:src_0 and queue:sink
0:00:01.029812216 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin3> removed child “tee3”
0:00:01.029834913 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_0’
0:00:01.029856903 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_1’
0:00:01.029877406 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12823f0 dispose
0:00:01.029894346 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.029914930 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12823f0 parent class dispose
0:00:01.029932623 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12823f0 finalize
0:00:01.029948978 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12823f0 finalize parent
0:00:01.029969547 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin3> removed child “src_fakesink”
0:00:01.029991686 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_fakesink> 0x1293200 dispose
0:00:01.030006297 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_fakesink> removing pad ‘sink’
0:00:01.030026829 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_fakesink> 0x1293200 parent class dispose
0:00:01.030044335 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_fakesink> 0x1293200 finalize
0:00:01.030061277 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_fakesink> 0x1293200 finalize parent
0:00:01.030086025 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking queue:src(0x1289880) and src:proxypad3(0x12940b0)
0:00:01.030109560 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked queue:src and src:proxypad3
0:00:01.030130380 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin3> removed child “queue”
0:00:01.030152305 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12773b0 dispose
0:00:01.030169029 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.030190555 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.030211972 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12773b0 parent class dispose
0:00:01.030230598 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12773b0 finalize
0:00:01.030247438 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12773b0 finalize parent
0:00:01.030270660 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin3> removed child “src_elem”
0:00:01.030296240 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_elem> 0x1271ca0 dispose
0:00:01.030313606 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_elem> 0x1271ca0 parent class dispose
0:00:01.030337991 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_elem> 0x1271ca0 finalize
0:00:01.030354818 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_elem> 0x1271ca0 finalize parent
0:00:01.030371979 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_sub_bin3> 0x12066c0 dispose
0:00:01.030388563 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_sub_bin3> removing pad ‘src’
0:00:01.030412345 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_sub_bin3> 0x12066c0 parent class dispose
0:00:01.030429895 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_sub_bin3> 0x12066c0 finalize
0:00:01.030446852 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_sub_bin3> 0x12066c0 finalize parent
0:00:01.030477673 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking src_sub_bin2:src(0x127a720) and src_bin_muxer:sink_2(0x12893e0)
0:00:01.030502162 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked src_sub_bin2:src and src_bin_muxer:sink_2
0:00:01.030523084 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<multi_src_bin> removed child “src_sub_bin2”
0:00:01.030571414 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee2:src_1(0x1271a60) and fakequeue:sink(0x1288cf0)
0:00:01.030595706 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee2:src_1 and fakequeue:sink
0:00:01.030621656 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking fakequeue:src(0x1288f40) and src_fakesink:sink(0x1288aa0)
0:00:01.030644626 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked fakequeue:src and src_fakesink:sink
0:00:01.030665775 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin2> removed child “fakequeue”
0:00:01.030687603 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12770b0 dispose
0:00:01.030704683 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.030725838 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.030748105 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12770b0 parent class dispose
0:00:01.030766798 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12770b0 finalize
0:00:01.030784615 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12770b0 finalize parent
0:00:01.030809260 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee2:src_0(0x1271800) and queue:sink(0x1288600)
0:00:01.030833236 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee2:src_0 and queue:sink
0:00:01.030854505 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin2> removed child “tee2”
0:00:01.030877310 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_0’
0:00:01.030898283 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_1’
0:00:01.030918403 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12822a0 dispose
0:00:01.030934849 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.030955960 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12822a0 parent class dispose
0:00:01.030974006 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12822a0 finalize
0:00:01.030990822 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12822a0 finalize parent
0:00:01.031010596 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin2> removed child “src_fakesink”
0:00:01.031032459 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_fakesink> 0x128eb40 dispose
0:00:01.031048658 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_fakesink> removing pad ‘sink’
0:00:01.031068765 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_fakesink> 0x128eb40 parent class dispose
0:00:01.031086171 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_fakesink> 0x128eb40 finalize
0:00:01.031103226 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_fakesink> 0x128eb40 finalize parent
0:00:01.031127129 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking queue:src(0x1288850) and src:proxypad2(0x12715b0)
0:00:01.031151296 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked queue:src and src:proxypad2
0:00:01.031171756 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin2> removed child “queue”
0:00:01.031194468 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x1276db0 dispose
0:00:01.031211237 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.031233680 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.031254695 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x1276db0 parent class dispose
0:00:01.031273669 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x1276db0 finalize
0:00:01.031290035 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x1276db0 finalize parent
0:00:01.031313308 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin2> removed child “src_elem”
0:00:01.031338427 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_elem> 0x1271320 dispose
0:00:01.031356189 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_elem> 0x1271320 parent class dispose
0:00:01.031380139 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_elem> 0x1271320 finalize
0:00:01.031396931 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_elem> 0x1271320 finalize parent
0:00:01.031414208 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_sub_bin2> 0x1206520 dispose
0:00:01.031430634 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_sub_bin2> removing pad ‘src’
0:00:01.031453311 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_sub_bin2> 0x1206520 parent class dispose
0:00:01.031470897 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_sub_bin2> 0x1206520 finalize
0:00:01.031487781 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_sub_bin2> 0x1206520 finalize parent
0:00:01.031518325 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking src_sub_bin1:src(0x127a4a0) and src_bin_muxer:sink_1(0x12883b0)
0:00:01.031542145 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked src_sub_bin1:src and src_bin_muxer:sink_1
0:00:01.031563277 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<multi_src_bin> removed child “src_sub_bin1”
0:00:01.031621715 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee1:src_1(0x12710e0) and fakequeue:sink(0x1269b20)
0:00:01.031645845 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee1:src_1 and fakequeue:sink
0:00:01.031671646 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking fakequeue:src(0x1269d70) and src_fakesink:sink(0x12698d0)
0:00:01.031695454 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked fakequeue:src and src_fakesink:sink
0:00:01.031715866 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin1> removed child “fakequeue”
0:00:01.031739651 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x1276ab0 dispose
0:00:01.031756478 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.031777436 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.031798586 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x1276ab0 parent class dispose
0:00:01.031817365 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x1276ab0 finalize
0:00:01.031834341 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x1276ab0 finalize parent
0:00:01.031858901 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking tee1:src_0(0x1270e80) and queue:sink(0x1269430)
0:00:01.031882483 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked tee1:src_0 and queue:sink
0:00:01.031903472 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin1> removed child “tee1”
0:00:01.031926005 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_0’
0:00:01.031947180 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src_1’
0:00:01.031968822 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x1282150 dispose
0:00:01.031985405 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.032005521 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x1282150 parent class dispose
0:00:01.032023640 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x1282150 finalize
0:00:01.032040022 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x1282150 finalize parent
0:00:01.032060037 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin1> removed child “src_fakesink”
0:00:01.032081994 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_fakesink> 0x12871c0 dispose
0:00:01.032098528 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_fakesink> removing pad ‘sink’
0:00:01.032118387 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_fakesink> 0x12871c0 parent class dispose
0:00:01.032136167 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_fakesink> 0x12871c0 finalize
0:00:01.032152720 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_fakesink> 0x12871c0 finalize parent
0:00:01.032177273 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2134:gst_pad_unlink: unlinking queue:src(0x1269680) and src:proxypad1(0x1270c30)
0:00:01.032200779 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstpad.c:2188:gst_pad_unlink: unlinked queue:src and src:proxypad1
0:00:01.032221669 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin1> removed child “queue”
0:00:01.032243305 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose: 0x12767b0 dispose
0:00:01.032260574 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘sink’
0:00:01.032281419 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad: removing pad ‘src’
0:00:01.032302512 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose: 0x12767b0 parent class dispose
0:00:01.032320421 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize: 0x12767b0 finalize
0:00:01.032337401 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize: 0x12767b0 finalize parent
0:00:01.032360449 2262 0xfc0a00 INFO GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<src_sub_bin1> removed child “src_elem”
0:00:01.032385855 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_elem> 0x12709a0 dispose
0:00:01.032403062 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_elem> 0x12709a0 parent class dispose
0:00:01.032425148 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_elem> 0x12709a0 finalize
0:00:01.032442138 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<src_elem> 0x12709a0 finalize parent
0:00:01.032459691 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<src_sub_bin1> 0x1206380 dispose
0:00:01.032475950 2262 0xfc0a00 INFO GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<src_sub_bin1> removing pad ‘src’
0:00:01.032499292 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<src_sub_bin1> 0x1206380 parent class dispose
0:00:01.032517018 2262 0xfc0a00 INFO GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<src_sub_bin1

ldd /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvdsexample.so

linux-vdso.so.1 (0x00007ffdcf353000)
	libcudart.so.10.0 => /usr/local/cuda-10.0/targets/x86_64-linux/lib/libcudart.so.10.0 (0x00007f35d14ce000)
	libnppc.so.10.0 => /usr/local/cuda-10.0/targets/x86_64-linux/lib/libnppc.so.10.0 (0x00007f35d1246000)
	libnppig.so.10.0 => /usr/local/cuda-10.0/targets/x86_64-linux/lib/libnppig.so.10.0 (0x00007f35cf85f000)
	libnppicc.so.10.0 => /usr/local/cuda-10.0/targets/x86_64-linux/lib/libnppicc.so.10.0 (0x00007f35cf295000)
	libnppidei.so.10.0 => /usr/local/cuda-10.0/targets/x86_64-linux/lib/libnppidei.so.10.0 (0x00007f35ce98a000)
	libnvdsgst_helper.so => /usr/local/deepstream/libnvdsgst_helper.so (0x00007f35ce787000)
	libnvdsgst_meta.so => /usr/local/deepstream/libnvdsgst_meta.so (0x00007f35ce583000)
	libgstvideo-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0 (0x00007f35ce2eb000)
	libgstbase-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 (0x00007f35ce076000)
	libgstreamer-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 (0x00007f35cdd3b000)
	libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f35cdae7000)
	libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f35cd7d1000)
	libopencv_core.so.3.2 => /usr/lib/x86_64-linux-gnu/libopencv_core.so.3.2 (0x00007f35cd396000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f35cd00d000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f35ccdf5000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f35cca04000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f35cc800000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f35cc5e1000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f35cc3d9000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f35cc03b000)
	liborc-0.4.so.0 => /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0 (0x00007f35cbdbf000)
	libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f35cbbbb000)
	libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f35cb9b3000)
	libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f35cb741000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f35cb524000)
	libtbb.so.2 => /usr/lib/x86_64-linux-gnu/libtbb.so.2 (0x00007f35cb2e8000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f35d1951000)

I dont see anything specifically wrong in the logs. So after the fresh install, dsexample is no longer blacklisted right ?

If yes, have you tried clearing gstreamer cache after that ? If not, can you clear cache and run “$ gst-inspect-1.0 dsexample”

You should be seeing the output below

$ gst-inspect-1.0 dsexample
Factory Details:
  Rank                     primary (256)
  Long-name                DsExample plugin
  Klass                    DsExample Plugin
  Description              Process a 3rdparty example algorithm on objects / full frame
  Author                   NVIDIA Corporation. Post on Deepstream for Tesla forum for any queries @ https://devtalk.nvidia.com/default/board/209/

Plugin Details:
  Name                     dsexample
  Description              NVIDIA example plugin for integration with DeepStream on DGPU
  Filename                 /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvdsexample.so
  Version                  3.0
  License                  Proprietary
  Source module            dsexample
  Binary package           NVIDIA DeepStream 3rdparty IP integration example plugin
  Origin URL               http://nvidia.com/

GObject
 +----GInitiallyUnowned
       +----GstObject
             +----GstElement
                   +----GstBaseTransform
                         +----GstDsExample

Pad Templates:
  SINK template: 'sink'
    Availability: Always
    Capabilities:
      video/x-raw(memory:NVMM)
                 format: { NV12, RGBA }
                  width: [ 1, 2147483647 ]
                 height: [ 1, 2147483647 ]
              framerate: [ 0/1, 2147483647/1 ]

  SRC template: 'src'
    Availability: Always
    Capabilities:
      video/x-raw(memory:NVMM)
                 format: { NV12, RGBA }
                  width: [ 1, 2147483647 ]
                 height: [ 1, 2147483647 ]
              framerate: [ 0/1, 2147483647/1 ]


Element Flags:
  no flags set

Element Implementation:
  Has change_state() function: gst_element_change_state_func

Element has no clocking capabilities.
Element has no URI handling capabilities.

Pads:
  SINK: 'sink'
    Pad Template: 'sink'
  SRC: 'src'
    Pad Template: 'src'

Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: "dsexample0"
  parent              : The parent of the object
                        flags: readable, writable
                        Object of type "GstObject"
  qos                 : Handle Quality-of-Service events
                        flags: readable, writable
                        Boolean. Default: false
  unique-id           : Unique ID for the element. Can be used to identify output of the element
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 4294967295 Default: 15
  processing-width    : Width of the input buffer to algorithm
                        flags: readable, writable
                        Integer. Range: 1 - 2147483647 Default: 640
  processing-height   : Height of the input buffer to algorithm
                        flags: readable, writable
                        Integer. Range: 1 - 2147483647 Default: 480
  full-frame          : Enable to process full frame or disable to process objects detectedby primary detector
                        flags: readable, writable
                        Boolean. Default: true
  gpu-id              : Set GPU Device ID
                        flags: readable, writable, changeable only in NULL or READY state
                        Unsigned Integer. Range: 0 - 4294967295 Default: 0

Hello. It still wasn’t happening for me. So I decided to restart and downgrade everything notch. I installed Deepstream SDK 2.0 with TensorRT 4 and CUDA 9.2

I can get the ds-example plugin to work now. Cheers!

But, there’s slight problems with vat-nvidia deepstream plugins. Im trying to run the deepstream-yolo app, but this is what I’m getting :

deepstream-yolo-app sample_720p.h264

Now playing: sample_720p.h264
File does not exist : sources/lib/models/yolov3-tiny-kFLOAT-batch1.engine
Unable to find cached TensorRT engine for network : yolov3-tiny precision : kFLOAT and batch size :1
Creating a new TensorRT Engine
Loading pre-trained weights...
Loading complete!
Total Number of weights read : 8858734
terminate called after throwing an instance of 'std::out_of_range'
  what():  map::at
Aborted (core dumped)

Also, I hope you don’t mind me saying this, but having the issues tab on the vat-nvidia page would be so much more convenient than having to go through all the Tesla related issues here.

Glad to hear to you got it working and thank you for the feedback. If you are working with dGPU’s, we have already released DS3.0 for that platform which you might be interested in.

Regarding the error, can you provide the full repro steps ? Are you trying to run custom yolo network or is this the standard model referred to in the repo ?