gst_pipeline_set_clock() doesn't take effect

Halley Zhao aihua.halley.zhao at gmail.com
Mon May 20 02:17:49 UTC 2019


Hi Expert:
  I created my customized pipeline as
"appsrc-->h264parse-->v4l2h264dec-->waylandsink".
  then I try to use my customized clock to control the video playback (in
fact, I used the above pipeline inside a bigger/complete pipeline).
however, I found gst_pipeline_set_clock() doens't work for me.

  I call gst_pipeline_set_clock() before setting the pipeline to PLAYING
state, and gst logs shows it take effect (the clock is set to each
element); but when the pipeline changed state to
PAUSED, gst_bin_provide_clock_func() return NULL (it is strange),
and gst_system_clock_obtain() is called to update the clock.

  I'm not sure whether there is something wrong in my code, or potential
mistake in gst base code.
here is my sample code and gst logs(GST_DEBUG=*:6).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190520/37ab8e78/attachment-0001.html>
-------------- next part --------------
0:00:00.000309625  8744     0x3d0a0600 INFO                GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.14.0
0:00:00.000621000  8744     0x3d0a0600 INFO                GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib
0:00:00.000678875  8744     0x3d0a0600 INFO                GST_INIT gst.c:607:init_pre: Linux localhost 4.14.78-imx_4.14.78_1.0.0_ga #1 SMP PREEMPT Wed Apr 24 11:22:15 CST 2019 aarch64
0:00:00.001027750  8744     0x3d0a0600 DEBUG             GST_MEMORY gstallocator.c:593:_priv_gst_allocator_initialize: memory alignment: 7
0:00:00.001565625  8744     0x3d0a0600 DEBUG             GST_MEMORY gstallocator.c:569:gst_allocator_sysmem_init: init allocator 0x3d0a8840
0:00:00.001797125  8744     0x3d0a0600 DEBUG             GST_MEMORY gstallocator.c:211:gst_allocator_register: registering allocator 0x3d0a8840 with name "SystemMemory"
0:00:00.002132000  8744     0x3d0a0600 INFO                GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.002528625  8744     0x3d0a0600 DEBUG       GST_ELEMENT_PADS gstelement.c:302:gst_element_base_class_init: type GstElement : factory (nil)
0:00:00.002649500  8744     0x3d0a0600 DEBUG                default gstelement.c:195:gst_element_setup_thread_pool: creating element thread pool
0:00:00.002837750  8744     0x3d0a0600 DEBUG       GST_ELEMENT_PADS gstelement.c:302:gst_element_base_class_init: type GstBin : factory (nil)
0:00:00.004262750  8744     0x3d0a0600 INFO                GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.005027125  8744     0x3d0a0600 INFO      GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.005160500  8744     0x3d0a0600 LOG       GST_PLUGIN_LOADING gstplugin.c:222:gst_plugin_register_static: attempting to load static plugin "staticelements" now...
0:00:00.005294625  8744     0x3d0a0600 LOG       GST_PLUGIN_LOADING gstplugin.c:506:gst_plugin_register_func: plugin "(NULL)" looks good
0:00:00.005547000  8744     0x3d0a0600 LOG      GST_ELEMENT_FACTORY gstelementfactory.c:236:gst_element_register:<bin> Created new elementfactory for type GstBin
0:00:00.005649250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c6040 (bin)
0:00:00.005707750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<bin> set parent (ref and sink)
0:00:00.005748125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for bin
0:00:00.005860375  8744     0x3d0a0600 LOG      GST_ELEMENT_FACTORY gstelementfactory.c:236:gst_element_register:<pipeline> Created new elementfactory for type GstPipeline
0:00:00.005917125  8744     0x3d0a0600 DEBUG       GST_ELEMENT_PADS gstelement.c:302:gst_element_base_class_init: type GstPipeline : factory 0x3d0c6120
0:00:00.006033000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c6120 (pipeline)
0:00:00.006085750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pipeline> set parent (ref and sink)
0:00:00.006124250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pipeline
0:00:00.006159375  8744     0x3d0a0600 LOG       GST_PLUGIN_LOADING gstplugin.c:533:gst_plugin_register_func: plugin "(NULL)" initialised
0:00:00.006192125  8744     0x3d0a0600 INFO      GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin "staticelements"
0:00:00.006232000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5060 for filename "(NULL)"
0:00:00.006279500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "(NULL)"
0:00:00.006315375  8744     0x3d0a0600 INFO      GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin "staticelements", result: 1
0:00:00.008958625  8744     0x3d0a0600 INFO            GST_REGISTRY gstregistry.c:1727:ensure_current_registry: reading registry cache: /root/.cache/gstreamer-1.0/registry.aarch64.bin
0:00:00.009105500  8744     0x3d0a0600 LOG                GST_DEBUG gstinfo.c:1595:gst_debug_reset_threshold: category GST_DEVICE_PROVIDER_FACTORY matches pattern 0x3d0a0430 - gets set to level 6
0:00:00.009188000  8744     0x3d0a0600 LOG                GST_DEBUG gstinfo.c:1595:gst_debug_reset_threshold: category GST_DYNAMIC_TYPE_FACTORY matches pattern 0x3d0a0430 - gets set to level 6
0:00:00.009325375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:564:priv_gst_registry_binary_read_cache: File data at address 0xffffb46d3000
0:00:00.009368625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:473:gst_registry_binary_check_magic: Reading/casting for GstBinaryRegistryMagic at address 0xffffb46d3000
0:00:00.009426625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:938:_priv_gst_registry_chunks_load_global_header: Reading/casting for GstRegistryChunkGlobalHeader at 0xffffb46d3048
0:00:00.009462500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 76(4c)/405909
0:00:00.009502250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46d3050
0:00:00.009619625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='rtp'
0:00:00.009661500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Real-time protocol plugins'
0:00:00.009693500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtp.so'
0:00:00.009725625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.009756250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.009786250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.009817875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.009849500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.009880875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.009931875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5190 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtp.so"
0:00:00.009986375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtp.so"
0:00:00.010023375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'rtp' plugin with 93 features from binary registry
0:00:00.010063500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpac3depay' typename : 'GstElementFactory'
0:00:00.010148625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3140
0:00:00.010265250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.010329625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.010383375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.010419875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.010463250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.010496875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.010538875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.010572625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.010609125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.010643250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3248
0:00:00.010697000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.010733500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3260
0:00:00.010771250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.010817500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c6200 (rtpac3depay)
0:00:00.010865625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpac3depay> set parent (ref and sink)
0:00:00.010904000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpac3depay
0:00:00.010938500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpac3depay, plugin 0x3d0c5190 rtp
0:00:00.010978125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpac3pay' typename : 'GstElementFactory'
0:00:00.011059875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d32f8
0:00:00.011106875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.011142375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.011181375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.011215875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.011253750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.011287625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.011327125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.011388625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.011429000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.011463125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3400
0:00:00.011501000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.011532625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3498
0:00:00.011567250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.011611125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c62e0 (rtpac3pay)
0:00:00.011659500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpac3pay> set parent (ref and sink)
0:00:00.011697500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpac3pay
0:00:00.011732125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpac3pay, plugin 0x3d0c5190 rtp
0:00:00.011769250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpbvdepay' typename : 'GstElementFactory'
0:00:00.011847375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d34e0
0:00:00.011895125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.011928875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.011966625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.012000250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012038250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.012070625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012109125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.012143625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012180500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.012214625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3600
0:00:00.012251750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.012284875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3630
0:00:00.012322500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.012366125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c63c0 (rtpbvdepay)
0:00:00.012441375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpbvdepay> set parent (ref and sink)
0:00:00.012481625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpbvdepay
0:00:00.012516500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpbvdepay, plugin 0x3d0c5190 rtp
0:00:00.012554000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpbvpay' typename : 'GstElementFactory'
0:00:00.012631250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3710
0:00:00.012676875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.012710625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012748250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.012781625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012819750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.012852375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012891250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.012925625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.012962500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.012995625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3830
0:00:00.013030500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.013171500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3860
0:00:00.013216125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.013261375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c64a0 (rtpbvpay)
0:00:00.013309125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpbvpay> set parent (ref and sink)
0:00:00.013347000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpbvpay
0:00:00.013381875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpbvpay, plugin 0x3d0c5190 rtp
0:00:00.013421125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpceltdepay' typename : 'GstElementFactory'
0:00:00.013502250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3978
0:00:00.013549750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.013613625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.013656375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.013689750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.013726625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.013759000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.013797250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.013831375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.013868000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.013901750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3a70
0:00:00.013938375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.013972625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3a90
0:00:00.014009500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.014053500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c6580 (rtpceltdepay)
0:00:00.014099750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpceltdepay> set parent (ref and sink)
0:00:00.014137125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpceltdepay
0:00:00.014171875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpceltdepay, plugin 0x3d0c5190 rtp
0:00:00.014211500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpceltpay' typename : 'GstElementFactory'
0:00:00.014311750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3b20
0:00:00.014361000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.014395625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.014433375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.014467125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.014503250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.014535500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.014573625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.014607125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.014672125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.014708375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3c20
0:00:00.014745500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.014777500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3c90
0:00:00.014815250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.014861500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c6660 (rtpceltpay)
0:00:00.014912000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpceltpay> set parent (ref and sink)
0:00:00.014951500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpceltpay
0:00:00.014986750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpceltpay, plugin 0x3d0c5190 rtp
0:00:00.015023500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpdvdepay' typename : 'GstElementFactory'
0:00:00.015105125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3d38
0:00:00.015153500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.015187750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.015225750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.015260000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.015296875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.015329750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.015367750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.015401125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.015438250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.015470250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3e68
0:00:00.015505375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.015536875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d3e80
0:00:00.015599125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.015649125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd0b0 (rtpdvdepay)
0:00:00.015724000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpdvdepay> set parent (ref and sink)
0:00:00.015763500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpdvdepay
0:00:00.015798000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpdvdepay, plugin 0x3d0c5190 rtp
0:00:00.015836375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpdvpay' typename : 'GstElementFactory'
0:00:00.015917500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d3fd8
0:00:00.015964625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.015998375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016035250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.016068625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016104625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.016137250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016174500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.016207250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016243625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.016275125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4100
0:00:00.016308500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.016339500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4118
0:00:00.016382250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.016425250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd190 (rtpdvpay)
0:00:00.016472125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpdvpay> set parent (ref and sink)
0:00:00.016509875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpdvpay
0:00:00.016543875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpdvpay, plugin 0x3d0c5190 rtp
0:00:00.016582125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpgstdepay' typename : 'GstElementFactory'
0:00:00.016658625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d4290
0:00:00.016704000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.016737250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016800625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.016836625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016872750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.016905000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.016943125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.016977750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.017014250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.017079000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4390
0:00:00.017128375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.017162625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d43a0
0:00:00.017200250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.017249125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd270 (rtpgstdepay)
0:00:00.017296000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpgstdepay> set parent (ref and sink)
0:00:00.017334500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpgstdepay
0:00:00.017369250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpgstdepay, plugin 0x3d0c5190 rtp
0:00:00.017406500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpgstpay' typename : 'GstElementFactory'
0:00:00.017498250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d4430
0:00:00.017543750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.017577750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.017614875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.017648125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.017684875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.017717125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.017755125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.017789500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.017826125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.017895625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4530
0:00:00.017938125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.017971250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d45b8
0:00:00.018005125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.018048125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd350 (rtpgstpay)
0:00:00.018094125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpgstpay> set parent (ref and sink)
0:00:00.018132250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpgstpay
0:00:00.018166750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpgstpay, plugin 0x3d0c5190 rtp
0:00:00.018205500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpilbcpay' typename : 'GstElementFactory'
0:00:00.018282000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d45e8
0:00:00.018328000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.018361625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.018398625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.018431750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.018468250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.018500625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.018538625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.018573375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.018609250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.018641250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d46f8
0:00:00.018676500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.018708000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4728
0:00:00.018757625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.018806000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd430 (rtpilbcpay)
0:00:00.018850500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpilbcpay> set parent (ref and sink)
0:00:00.018916375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpilbcpay
0:00:00.018953000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpilbcpay, plugin 0x3d0c5190 rtp
0:00:00.018991375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpilbcdepay' typename : 'GstElementFactory'
0:00:00.019071250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d47e0
0:00:00.019117375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.019151000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.019187875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.019221000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.019256875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.019289000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.019327125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.019361375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.019427125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.019463875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d48f8
0:00:00.019498375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.019529625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4928
0:00:00.019566125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.019610000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd510 (rtpilbcdepay)
0:00:00.019657250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpilbcdepay> set parent (ref and sink)
0:00:00.019694625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpilbcdepay
0:00:00.019729000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpilbcdepay, plugin 0x3d0c5190 rtp
0:00:00.019767875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg722depay' typename : 'GstElementFactory'
0:00:00.019865250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d49b0
0:00:00.019912750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.019946250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020010625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.020046875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020083500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.020115750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020153500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.020187875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020224125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.020257875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4aa8
0:00:00.020295125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.020328500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4b00
0:00:00.020373875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.020420500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd5f0 (rtpg722depay)
0:00:00.020466000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg722depay> set parent (ref and sink)
0:00:00.020504125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg722depay
0:00:00.020538750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg722depay, plugin 0x3d0c5190 rtp
0:00:00.020577375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg722pay' typename : 'GstElementFactory'
0:00:00.020653375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d4be0
0:00:00.020699250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.020733125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020770500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.020804250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020840875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.020873125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020911375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.020946125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.020981625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.021041000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4ce8
0:00:00.021128750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.021161500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4e08
0:00:00.021197250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.021244375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0cd6d0 (rtpg722pay)
0:00:00.021289250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg722pay> set parent (ref and sink)
0:00:00.021327000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg722pay
0:00:00.021361125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg722pay, plugin 0x3d0c5190 rtp
0:00:00.021399750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg723depay' typename : 'GstElementFactory'
0:00:00.021478250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d4e68
0:00:00.021525250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.021559500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.021597625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.021631375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.021669625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.021702125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.021741125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.021775500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.021810750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.021843500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4f70
0:00:00.021878500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.021910375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d4fa8
0:00:00.021948125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.021992250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0820 (rtpg723depay)
0:00:00.022052625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg723depay> set parent (ref and sink)
0:00:00.022090625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg723depay
0:00:00.022152000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg723depay, plugin 0x3d0c5190 rtp
0:00:00.022192625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg723pay' typename : 'GstElementFactory'
0:00:00.022268875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d5080
0:00:00.022314500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.022347875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.022385125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.022418375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.022455250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.022487250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.022524625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.022559000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.022595250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.022628375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5178
0:00:00.022663875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.022696625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d51b8
0:00:00.022736375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.022782125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0900 (rtpg723pay)
0:00:00.022828500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg723pay> set parent (ref and sink)
0:00:00.022865625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg723pay
0:00:00.022899875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg723pay, plugin 0x3d0c5190 rtp
0:00:00.022938750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg726depay' typename : 'GstElementFactory'
0:00:00.023016500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d52c0
0:00:00.023062750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.023095875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023133000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.023203000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023244125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.023276500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023313250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.023345625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023380875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.023413500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d53c8
0:00:00.023451125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.023482750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5468
0:00:00.023520125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.023565625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d09e0 (rtpg726depay)
0:00:00.023611500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg726depay> set parent (ref and sink)
0:00:00.023649375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg726depay
0:00:00.023684250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg726depay, plugin 0x3d0c5190 rtp
0:00:00.023720250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg726pay' typename : 'GstElementFactory'
0:00:00.023797000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d5550
0:00:00.023842375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.023875500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023912500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.023945375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.023982500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.024014500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024052750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.024087250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024123375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.024156000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5658
0:00:00.024219250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.024254375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d56d8
0:00:00.024294750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.024339750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0ac0 (rtpg726pay)
0:00:00.024387750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg726pay> set parent (ref and sink)
0:00:00.024425375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg726pay
0:00:00.024459875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg726pay, plugin 0x3d0c5190 rtp
0:00:00.024498125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg729depay' typename : 'GstElementFactory'
0:00:00.024575250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d57d0
0:00:00.024624000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.024658000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024695375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.024729250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024765875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.024798625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024837500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.024871625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.024907875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.024940875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d58d8
0:00:00.024976875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.025008375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5910
0:00:00.025079750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.025136000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0ba0 (rtpg729depay)
0:00:00.025183000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg729depay> set parent (ref and sink)
0:00:00.025220500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg729depay
0:00:00.025283375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg729depay, plugin 0x3d0c5190 rtp
0:00:00.025324625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpg729pay' typename : 'GstElementFactory'
0:00:00.025420875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d59e8
0:00:00.025469375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.025503625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.025541375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.025575500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.025612375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.025645250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.025683500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.025716125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.025752000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.025784250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5ae8
0:00:00.025838125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.025873875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5b28
0:00:00.025915375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.025961000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0c80 (rtpg729pay)
0:00:00.026006250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpg729pay> set parent (ref and sink)
0:00:00.026043625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpg729pay
0:00:00.026078750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpg729pay, plugin 0x3d0c5190 rtp
0:00:00.026116375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpgsmdepay' typename : 'GstElementFactory'
0:00:00.026192500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d5c30
0:00:00.026239875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.026273750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.026311000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.026370625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.026411125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.026443250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.026481125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.026514250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.026549750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.026581500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5d20
0:00:00.026617375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.026649250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5d60
0:00:00.026686250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.026730375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0d60 (rtpgsmdepay)
0:00:00.026775500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpgsmdepay> set parent (ref and sink)
0:00:00.026812625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpgsmdepay
0:00:00.026846875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpgsmdepay, plugin 0x3d0c5190 rtp
0:00:00.026905375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpgsmpay' typename : 'GstElementFactory'
0:00:00.026981875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d5e30
0:00:00.027027250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.027060625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027097625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.027131125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027167250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.027199375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027237125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.027270375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027305250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.027337250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5f28
0:00:00.027398500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.027432750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d5f68
0:00:00.027471375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.027515250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d0e40 (rtpgsmpay)
0:00:00.027559750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpgsmpay> set parent (ref and sink)
0:00:00.027596750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpgsmpay
0:00:00.027630625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpgsmpay, plugin 0x3d0c5190 rtp
0:00:00.027666375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpamrdepay' typename : 'GstElementFactory'
0:00:00.027741625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d6070
0:00:00.027787125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.027820500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027857500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.027890375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027926250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.027958625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.027997250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.028030500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.028066000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.028098125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6180
0:00:00.028134500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.028166000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d61e8
0:00:00.028204500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.028247625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d3050 (rtpamrdepay)
0:00:00.028291750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpamrdepay> set parent (ref and sink)
0:00:00.028328750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpamrdepay
0:00:00.028362125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpamrdepay, plugin 0x3d0c5190 rtp
0:00:00.028423625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpamrpay' typename : 'GstElementFactory'
0:00:00.028503000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d62f8
0:00:00.028548500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.028581875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.028618750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.028651500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.028687375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.028719500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.028758125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.028791250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.028826625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.028858625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6410
0:00:00.028907250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.028938500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6748
0:00:00.028973000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.029016000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d3130 (rtpamrpay)
0:00:00.029841500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpamrpay> set parent (ref and sink)
0:00:00.029872250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpamrpay
0:00:00.029893500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpamrpay, plugin 0x3d0c5190 rtp
0:00:00.029915250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtppcmadepay' typename : 'GstElementFactory'
0:00:00.029973500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d67d0
0:00:00.030001500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.030021375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030043375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.030062500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030101875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.030122125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030143875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.030162625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030183875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.030202500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d68f0
0:00:00.030223625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.030241625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6938
0:00:00.030273250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.030301375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d3210 (rtppcmadepay)
0:00:00.030326875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtppcmadepay> set parent (ref and sink)
0:00:00.030347625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtppcmadepay
0:00:00.030367000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtppcmadepay, plugin 0x3d0c5190 rtp
0:00:00.030388375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtppcmudepay' typename : 'GstElementFactory'
0:00:00.030432500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d6a18
0:00:00.030458750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.030478000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030499125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.030518000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030538625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.030556875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030578250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.030596625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030617500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.030635500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6b38
0:00:00.030661000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.030695500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6b80
0:00:00.030719625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.030745000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d32f0 (rtppcmudepay)
0:00:00.030770375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtppcmudepay> set parent (ref and sink)
0:00:00.030791375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtppcmudepay
0:00:00.030810875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtppcmudepay, plugin 0x3d0c5190 rtp
0:00:00.030832000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtppcmupay' typename : 'GstElementFactory'
0:00:00.030886625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d6c60
0:00:00.030914500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.030933875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030955000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.030973875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.030994375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.031012750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031034375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.031053125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031073250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.031091750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6d60
0:00:00.031112500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.031130625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6da0
0:00:00.031153250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.031178250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d33d0 (rtppcmupay)
0:00:00.031203750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtppcmupay> set parent (ref and sink)
0:00:00.031225000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtppcmupay
0:00:00.031244500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtppcmupay, plugin 0x3d0c5190 rtp
0:00:00.031281750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtppcmapay' typename : 'GstElementFactory'
0:00:00.031329375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d6eb8
0:00:00.031355625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.031374750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031395875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.031414750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031435375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.031453625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031475000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.031493500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031513250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.031531000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6fb8
0:00:00.031551125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.031569000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d6ff8
0:00:00.031590875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.031615500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d34b0 (rtppcmapay)
0:00:00.031641250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtppcmapay> set parent (ref and sink)
0:00:00.031662375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtppcmapay
0:00:00.031682000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtppcmapay, plugin 0x3d0c5190 rtp
0:00:00.031702250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmpadepay' typename : 'GstElementFactory'
0:00:00.031744500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7110
0:00:00.031770375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.031789375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031810500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.031829625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031850375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.031883750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031908125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.031927000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.031947250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.031965750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7220
0:00:00.031993625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.032011750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7250
0:00:00.032033500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.032058750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d3590 (rtpmpadepay)
0:00:00.032088375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmpadepay> set parent (ref and sink)
0:00:00.032110250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmpadepay
0:00:00.032130000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmpadepay, plugin 0x3d0c5190 rtp
0:00:00.032150875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmpapay' typename : 'GstElementFactory'
0:00:00.032194375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7330
0:00:00.032221250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.032240125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032261250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.032280000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032300375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.032318750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032340375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.032359125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032379250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.032397625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7438
0:00:00.032420250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.032453500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7508
0:00:00.032475375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.032501125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d3670 (rtpmpapay)
0:00:00.032526750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmpapay> set parent (ref and sink)
0:00:00.032548000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmpapay
0:00:00.032567500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmpapay, plugin 0x3d0c5190 rtp
0:00:00.032588625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmparobustdepay' typename : 'GstElementFactory'
0:00:00.032632000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7558
0:00:00.032658250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.032677375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032698750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.032717875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032738250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.032756375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032777875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.032796625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.032816875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.032835125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7678
0:00:00.032854625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.032872125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d76a8
0:00:00.032895250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.032926500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d80b0 (rtpmparobustdepay)
0:00:00.032953125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmparobustdepay> set parent (ref and sink)
0:00:00.032974500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmparobustdepay
0:00:00.032994000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmparobustdepay, plugin 0x3d0c5190 rtp
0:00:00.033014750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmpvdepay' typename : 'GstElementFactory'
0:00:00.033093000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7808
0:00:00.033122875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.033142250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033163625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.033182625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033203125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.033221500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033243000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.033261750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033282125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.033300250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7918
0:00:00.033320375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.033338250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7960
0:00:00.033359375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.033384375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d8190 (rtpmpvdepay)
0:00:00.033410125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmpvdepay> set parent (ref and sink)
0:00:00.033431125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmpvdepay
0:00:00.033450625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmpvdepay, plugin 0x3d0c5190 rtp
0:00:00.033471500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmpvpay' typename : 'GstElementFactory'
0:00:00.033514750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7a38
0:00:00.033562250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.033584125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033605875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.033625000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033646000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.033679625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033703500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.033721875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.033741625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.033760000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7b50
0:00:00.033779625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.033797500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7ba0
0:00:00.033819625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.033845125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d8270 (rtpmpvpay)
0:00:00.033870625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmpvpay> set parent (ref and sink)
0:00:00.033891375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmpvpay
0:00:00.033910625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmpvpay, plugin 0x3d0c5190 rtp
0:00:00.033931375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpopusdepay' typename : 'GstElementFactory'
0:00:00.033986000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7cb0
0:00:00.034013875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.034033000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034054250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.034073250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034094375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.034112875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034134125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.034152500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034172875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.034191125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7dd0
0:00:00.034211000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.034228875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7e08
0:00:00.034265750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.034292250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d8350 (rtpopusdepay)
0:00:00.034318625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpopusdepay> set parent (ref and sink)
0:00:00.034340000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpopusdepay
0:00:00.034359625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpopusdepay, plugin 0x3d0c5190 rtp
0:00:00.034380250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpopuspay' typename : 'GstElementFactory'
0:00:00.034423625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d7ec8
0:00:00.034462375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.034483750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034504625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.034523375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034544250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.034562625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034583500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.034601875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034622250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.034640375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d7fd0
0:00:00.034662500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.034680500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8090
0:00:00.034700500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.034725875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d8430 (rtpopuspay)
0:00:00.034751625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpopuspay> set parent (ref and sink)
0:00:00.034772750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpopuspay
0:00:00.034791875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpopuspay, plugin 0x3d0c5190 rtp
0:00:00.034812875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph261pay' typename : 'GstElementFactory'
0:00:00.034871875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8100
0:00:00.034898750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.034918125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034939500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.034958500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.034979250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.034997625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035018750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.035037375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035057000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.035075375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8210
0:00:00.035097375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.035115375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8300
0:00:00.035135000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.035159625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d8510 (rtph261pay)
0:00:00.035184625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph261pay> set parent (ref and sink)
0:00:00.035205500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph261pay
0:00:00.035224750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph261pay, plugin 0x3d0c5190 rtp
0:00:00.035245250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph261depay' typename : 'GstElementFactory'
0:00:00.035288125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8340
0:00:00.035314625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.035333625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035354625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.035373500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035394500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.035412875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035450125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.035470375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035490500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.035508750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8448
0:00:00.035528000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.035545750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8468
0:00:00.035567375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.035591750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d85f0 (rtph261depay)
0:00:00.035617750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph261depay> set parent (ref and sink)
0:00:00.035638750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph261depay
0:00:00.035658000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph261depay, plugin 0x3d0c5190 rtp
0:00:00.035678625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph263ppay' typename : 'GstElementFactory'
0:00:00.035721125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8578
0:00:00.035747125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.035765875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035787125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.035805875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035826375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.035844750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035866375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.035885125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.035905250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.035923500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8688
0:00:00.035946375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.035964250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8788
0:00:00.036011125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.036041125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0d86d0 (rtph263ppay)
0:00:00.036067750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph263ppay> set parent (ref and sink)
0:00:00.036089500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph263ppay
0:00:00.036108750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph263ppay, plugin 0x3d0c5190 rtp
0:00:00.036130000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph263pdepay' typename : 'GstElementFactory'
0:00:00.036174250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d87d8
0:00:00.036200750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.036220000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036241250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.036260500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036281875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.036300500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036322500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.036341375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036361500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.036380250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d88e8
0:00:00.036399875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.036417875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8918
0:00:00.036440375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.036465500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc030 (rtph263pdepay)
0:00:00.036491125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph263pdepay> set parent (ref and sink)
0:00:00.036512500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph263pdepay
0:00:00.036531625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph263pdepay, plugin 0x3d0c5190 rtp
0:00:00.036552875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph263depay' typename : 'GstElementFactory'
0:00:00.036617500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8a20
0:00:00.036644875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.036664375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036686000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.036705000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036725750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.036744500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036766250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.036785250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.036806625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.036824875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8b60
0:00:00.036845250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.036863250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8ba8
0:00:00.036884500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.036909875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc110 (rtph263depay)
0:00:00.036935375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph263depay> set parent (ref and sink)
0:00:00.036956375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph263depay
0:00:00.036975625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph263depay, plugin 0x3d0c5190 rtp
0:00:00.036996125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph263pay' typename : 'GstElementFactory'
0:00:00.037070000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8c80
0:00:00.037102500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.037122250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037143875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.037163125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037184250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.037203000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037249625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.037270375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037291625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.037310375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8dc0
0:00:00.037333500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.037351750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d8eb0
0:00:00.037371375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.037396750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc1f0 (rtph263pay)
0:00:00.037423125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph263pay> set parent (ref and sink)
0:00:00.037444750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph263pay
0:00:00.037464250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph263pay, plugin 0x3d0c5190 rtp
0:00:00.037485500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph264depay' typename : 'GstElementFactory'
0:00:00.037529625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d8f18
0:00:00.037555750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.037574625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037595875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.037614875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037635875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.037654875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037676125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.037694875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.037715000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.037733375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9020
0:00:00.037754875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.037772875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d90c0
0:00:00.037793500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.037842250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc2d0 (rtph264depay)
0:00:00.037869500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph264depay> set parent (ref and sink)
0:00:00.037890500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph264depay
0:00:00.037909750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph264depay, plugin 0x3d0c5190 rtp
0:00:00.037930000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph264pay' typename : 'GstElementFactory'
0:00:00.037973750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9148
0:00:00.037999875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.038018875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038039875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.038058750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038079250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.038097500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038118750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.038137375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038157125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.038175250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9250
0:00:00.038210500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.038231375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d92d0
0:00:00.038251500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.038276375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc3b0 (rtph264pay)
0:00:00.038302000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph264pay> set parent (ref and sink)
0:00:00.038323500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph264pay
0:00:00.038343125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph264pay, plugin 0x3d0c5190 rtp
0:00:00.038366375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph265depay' typename : 'GstElementFactory'
0:00:00.038409625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9390
0:00:00.038451375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.038472000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038493000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.038511875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038532375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.038550625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038572250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.038590875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038611125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.038629625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d94a0
0:00:00.038651750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.038669625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9540
0:00:00.038690125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.038715375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc490 (rtph265depay)
0:00:00.038741000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph265depay> set parent (ref and sink)
0:00:00.038762250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph265depay
0:00:00.038781750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph265depay, plugin 0x3d0c5190 rtp
0:00:00.038802500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtph265pay' typename : 'GstElementFactory'
0:00:00.038845125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d95c8
0:00:00.038871375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.038890375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038911375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.038930375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038950750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.038969125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.038990750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.039024625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039047125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.039065375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d96d8
0:00:00.039086500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.039104500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9758
0:00:00.039124375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.039149500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc570 (rtph265pay)
0:00:00.039190125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtph265pay> set parent (ref and sink)
0:00:00.039213250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtph265pay
0:00:00.039233000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtph265pay, plugin 0x3d0c5190 rtp
0:00:00.039254000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpj2kdepay' typename : 'GstElementFactory'
0:00:00.039297375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9818
0:00:00.039324000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.039343500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039365125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.039384625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039405875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.039424625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039446625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.039465375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039485625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.039504000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9930
0:00:00.039524375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.039542500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9978
0:00:00.039566375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.039607875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0dc650 (rtpj2kdepay)
0:00:00.039634750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpj2kdepay> set parent (ref and sink)
0:00:00.039656000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpj2kdepay
0:00:00.039675625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpj2kdepay, plugin 0x3d0c5190 rtp
0:00:00.039696375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpj2kpay' typename : 'GstElementFactory'
0:00:00.039738875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9b00
0:00:00.039765000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.039784000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039805125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.039824125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039844875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.039863250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039885375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.039904250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.039924375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.039942625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9c18
0:00:00.039965000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.039982875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9d10
0:00:00.040003625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.040028625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df090 (rtpj2kpay)
0:00:00.040053500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpj2kpay> set parent (ref and sink)
0:00:00.040074625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpj2kpay
0:00:00.040093625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpj2kpay, plugin 0x3d0c5190 rtp
0:00:00.040113750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpjpegdepay' typename : 'GstElementFactory'
0:00:00.040157125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9dc0
0:00:00.040199000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.040219625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.040240875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.040259750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.040280375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.040298750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.040320000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.040338750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.040358625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.040377000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9ec8
0:00:00.040398750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.040417000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46d9ee0
0:00:00.040438750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.040486500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df170 (rtpjpegdepay)
0:00:00.040515625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpjpegdepay> set parent (ref and sink)
0:00:00.040537000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpjpegdepay
0:00:00.040556500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpjpegdepay, plugin 0x3d0c5190 rtp
0:00:00.040578250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpjpegpay' typename : 'GstElementFactory'
0:00:00.040623125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46d9fb8
0:00:00.040649500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.040668625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041416625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.041435500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041453000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.041468375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041486625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.041502750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041535375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.041553000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da0d0
0:00:00.041573625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.041589375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da228
0:00:00.041606625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.041630000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df250 (rtpjpegpay)
0:00:00.041651875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpjpegpay> set parent (ref and sink)
0:00:00.041669875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpjpegpay
0:00:00.041686250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpjpegpay, plugin 0x3d0c5190 rtp
0:00:00.041704125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpklvdepay' typename : 'GstElementFactory'
0:00:00.041742750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46da270
0:00:00.041764875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.041780625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041797625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.041812875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041829875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.041844875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041862625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.041878500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.041895875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.041911625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da388
0:00:00.041928625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.041944125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da3b8
0:00:00.041961375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.041982375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df330 (rtpklvdepay)
0:00:00.042018625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpklvdepay> set parent (ref and sink)
0:00:00.042037250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpklvdepay
0:00:00.042053375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpklvdepay, plugin 0x3d0c5190 rtp
0:00:00.042071375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpklvpay' typename : 'GstElementFactory'
0:00:00.042108625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46da458
0:00:00.042130875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.042146875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042164250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.042180000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042197000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.042212250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042230125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.042246250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042263500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.042279125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da570
0:00:00.042305625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.042322375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da5f0
0:00:00.042338375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.042359000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df410 (rtpklvpay)
0:00:00.042380500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpklvpay> set parent (ref and sink)
0:00:00.042397750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpklvpay
0:00:00.042413625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpklvpay, plugin 0x3d0c5190 rtp
0:00:00.042431250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL8pay' typename : 'GstElementFactory'
0:00:00.042468250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46da640
0:00:00.042490625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.042519000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042537875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.042553500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042570375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.042585375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042602750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.042618625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042636500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.042652375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da788
0:00:00.042671000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.042686375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46da838
0:00:00.042703500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.042724375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df4f0 (rtpL8pay)
0:00:00.042746000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL8pay> set parent (ref and sink)
0:00:00.042763625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL8pay
0:00:00.042779625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL8pay, plugin 0x3d0c5190 rtp
0:00:00.042796875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL8depay' typename : 'GstElementFactory'
0:00:00.042839375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46da8e0
0:00:00.042862500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.042878625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042895875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.042911500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042928375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.042943375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.042960875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.042976750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043007375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.043024250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46daa38
0:00:00.043041375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.043055875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46daac0
0:00:00.043073250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.043094250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df5d0 (rtpL8depay)
0:00:00.043116375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL8depay> set parent (ref and sink)
0:00:00.043133750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL8depay
0:00:00.043149625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL8depay, plugin 0x3d0c5190 rtp
0:00:00.043167250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL16pay' typename : 'GstElementFactory'
0:00:00.043204125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dab50
0:00:00.043228250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.043244250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043261625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.043277250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043294125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.043309375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043327125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.043343000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043360000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.043375500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dac58
0:00:00.043396250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.043411375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dade0
0:00:00.043429125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.043449875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0df6b0 (rtpL16pay)
0:00:00.043484500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL16pay> set parent (ref and sink)
0:00:00.043502500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL16pay
0:00:00.043518750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL16pay, plugin 0x3d0c5190 rtp
0:00:00.043536625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL16depay' typename : 'GstElementFactory'
0:00:00.043586750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dae88
0:00:00.043610000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.043626125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043643625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.043659500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043676500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.043691750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043709375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.043724875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.043742000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.043757125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dafa8
0:00:00.043774000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.043788625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db030
0:00:00.043806750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.043827750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5820 (rtpL16depay)
0:00:00.043848750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL16depay> set parent (ref and sink)
0:00:00.043866125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL16depay
0:00:00.043881875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL16depay, plugin 0x3d0c5190 rtp
0:00:00.043898625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL24pay' typename : 'GstElementFactory'
0:00:00.043935250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46db128
0:00:00.043957500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.043973625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044003750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.044020875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044038125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.044053375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044071125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.044086625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044104000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.044119250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db270
0:00:00.044137125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.044151750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db320
0:00:00.044169500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.044190500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5900 (rtpL24pay)
0:00:00.044212250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL24pay> set parent (ref and sink)
0:00:00.044229375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL24pay
0:00:00.044245125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL24pay, plugin 0x3d0c5190 rtp
0:00:00.044262875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpL24depay' typename : 'GstElementFactory'
0:00:00.044300250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46db3c8
0:00:00.044322750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.044338375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044355500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.044370875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044387625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.044402750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044419750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.044434875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044452375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.044480250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db520
0:00:00.044498875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.044513500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db5a8
0:00:00.044530375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.044557000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e59e0 (rtpL24depay)
0:00:00.044579750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpL24depay> set parent (ref and sink)
0:00:00.044597000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpL24depay
0:00:00.044613250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpL24depay, plugin 0x3d0c5190 rtp
0:00:00.044631125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'asteriskh263' typename : 'GstElementFactory'
0:00:00.044668250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46db640
0:00:00.044691000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.044706625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044724000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.044739500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044756375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.044771250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044789250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.044804375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.044820750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.044835625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db768
0:00:00.044852000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.044866500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db790
0:00:00.044894000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.044917125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5ac0 (asteriskh263)
0:00:00.044939000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<asteriskh263> set parent (ref and sink)
0:00:00.044969375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for asteriskh263
0:00:00.044986250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature asteriskh263, plugin 0x3d0c5190 rtp
0:00:00.045003875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp1sdepay' typename : 'GstElementFactory'
0:00:00.045055625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46db838
0:00:00.045083000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.045099125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045116875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.045132625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045149875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.045165250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045183375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.045199125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045215750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.045231125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db960
0:00:00.045247500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.045262000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46db998
0:00:00.045279750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.045300625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5ba0 (rtpmp1sdepay)
0:00:00.045327375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp1sdepay> set parent (ref and sink)
0:00:00.045345500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp1sdepay
0:00:00.045361625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp1sdepay, plugin 0x3d0c5190 rtp
0:00:00.045379000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp2tdepay' typename : 'GstElementFactory'
0:00:00.045414625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dba98
0:00:00.045436500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.045452000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045482250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.045499250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045516125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.045531375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045549375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.045565375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045582375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.045597500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dbbe0
0:00:00.045614625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.045629250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dbc30
0:00:00.045653500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.045674125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5c80 (rtpmp2tdepay)
0:00:00.045696000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp2tdepay> set parent (ref and sink)
0:00:00.045713250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp2tdepay
0:00:00.045729250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp2tdepay, plugin 0x3d0c5190 rtp
0:00:00.045746875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp2tpay' typename : 'GstElementFactory'
0:00:00.045782250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dbd30
0:00:00.045804125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.045820000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045837625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.045853250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045870250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.045885375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045903500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.045918750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.045934750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.045949875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dbe50
0:00:00.045978500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.045994375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dbea0
0:00:00.046019250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.046042000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5d60 (rtpmp2tpay)
0:00:00.046063750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp2tpay> set parent (ref and sink)
0:00:00.046081375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp2tpay
0:00:00.046097625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp2tpay, plugin 0x3d0c5190 rtp
0:00:00.046115250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4vpay' typename : 'GstElementFactory'
0:00:00.046159125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dbfb0
0:00:00.046182625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.046198375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046215875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.046231125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046247750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.046262875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046280500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.046295875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046312250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.046327500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc0c0
0:00:00.046345125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.046359625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc150
0:00:00.046377125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.046398750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0e5e40 (rtpmp4vpay)
0:00:00.046419750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4vpay> set parent (ref and sink)
0:00:00.046437375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4vpay
0:00:00.046466250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4vpay, plugin 0x3d0c5190 rtp
0:00:00.046491375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4vdepay' typename : 'GstElementFactory'
0:00:00.046528875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dc1c8
0:00:00.046550875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.046566500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046583875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.046599250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046616125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.046631000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046648625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.046664625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046681250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.046697000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc2d8
0:00:00.046716250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.046731125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc320
0:00:00.046752125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.046773625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb070 (rtpmp4vdepay)
0:00:00.046795625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4vdepay> set parent (ref and sink)
0:00:00.046813125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4vdepay
0:00:00.046829000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4vdepay, plugin 0x3d0c5190 rtp
0:00:00.046847250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4apay' typename : 'GstElementFactory'
0:00:00.046884500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dc3b8
0:00:00.046906500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.046922250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046939750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.046971375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.046990375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.047005500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047023500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.047039500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047056375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.047071875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc4c0
0:00:00.047090500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.047106250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc558
0:00:00.047123750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.047146000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb150 (rtpmp4apay)
0:00:00.047168375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4apay> set parent (ref and sink)
0:00:00.047186625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4apay
0:00:00.047203125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4apay, plugin 0x3d0c5190 rtp
0:00:00.047221500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4adepay' typename : 'GstElementFactory'
0:00:00.047264750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dc5c0
0:00:00.047287500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.047303125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047320625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.047336250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047353250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.047368625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047386375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.047402375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047420375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.047479625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc710
0:00:00.047551625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.047570000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc778
0:00:00.047588500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.047614750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb230 (rtpmp4adepay)
0:00:00.047639625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4adepay> set parent (ref and sink)
0:00:00.047658625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4adepay
0:00:00.047676250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4adepay, plugin 0x3d0c5190 rtp
0:00:00.047694875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4gdepay' typename : 'GstElementFactory'
0:00:00.047746625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dc810
0:00:00.047772500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.047790500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047810000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.047825625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047843500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.047858625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047877250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.047893750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.047910750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.047926500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc930
0:00:00.047945000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.047960000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dc9b8
0:00:00.047979000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.048002000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb310 (rtpmp4gdepay)
0:00:00.048025875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4gdepay> set parent (ref and sink)
0:00:00.048044375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4gdepay
0:00:00.048084500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4gdepay, plugin 0x3d0c5190 rtp
0:00:00.048105750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpmp4gpay' typename : 'GstElementFactory'
0:00:00.048146500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dcab0
0:00:00.048170250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.048186375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048204250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.048220000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048237375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.048252500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048270625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.048287000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048303625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.048319125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dcbc8
0:00:00.048338500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.048353500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dccd8
0:00:00.048370250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.048394125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb3f0 (rtpmp4gpay)
0:00:00.048416375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpmp4gpay> set parent (ref and sink)
0:00:00.048434875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpmp4gpay
0:00:00.048451250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpmp4gpay, plugin 0x3d0c5190 rtp
0:00:00.048468875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpqcelpdepay' typename : 'GstElementFactory'
0:00:00.048525625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dcd80
0:00:00.048551375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.048567875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048585500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.048622500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048641625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.048656750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048675125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.048692125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048708750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.048724125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dce98
0:00:00.048742000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.048756875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dced8
0:00:00.048776000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.048799125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb4d0 (rtpqcelpdepay)
0:00:00.048821125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpqcelpdepay> set parent (ref and sink)
0:00:00.048838375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpqcelpdepay
0:00:00.048855375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpqcelpdepay, plugin 0x3d0c5190 rtp
0:00:00.048873875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpqdm2depay' typename : 'GstElementFactory'
0:00:00.048930250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dcfb0
0:00:00.048965000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.048981875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.048999875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.049015375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049032875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.049090250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049115500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.049131500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049148750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.049164500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd0b8
0:00:00.049202125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.049219500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd0d8
0:00:00.049237125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.049267500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb5b0 (rtpqdm2depay)
0:00:00.049289875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpqdm2depay> set parent (ref and sink)
0:00:00.049308500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpqdm2depay
0:00:00.049324875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpqdm2depay, plugin 0x3d0c5190 rtp
0:00:00.049343375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpsbcdepay' typename : 'GstElementFactory'
0:00:00.049387500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dd148
0:00:00.049411500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.049428000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049446500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.049462250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049479250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.049495875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049513750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.049531750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049548875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.049564375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd250
0:00:00.049584875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.049599625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd358
0:00:00.049617875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.049642875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eb690 (rtpsbcdepay)
0:00:00.049665625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpsbcdepay> set parent (ref and sink)
0:00:00.049684000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpsbcdepay
0:00:00.049701250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpsbcdepay, plugin 0x3d0c5190 rtp
0:00:00.049744250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpsbcpay' typename : 'GstElementFactory'
0:00:00.049807875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dd410
0:00:00.049831000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.049847375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049865750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.049881375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049898875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.049914125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049931750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.049948500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.049965375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.049980875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd510
0:00:00.050008250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.050024625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd620
0:00:00.050041750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.050066000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0ed890 (rtpsbcpay)
0:00:00.050088750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpsbcpay> set parent (ref and sink)
0:00:00.050107500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpsbcpay
0:00:00.050123625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpsbcpay, plugin 0x3d0c5190 rtp
0:00:00.050142000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpsirenpay' typename : 'GstElementFactory'
0:00:00.050201625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dd6d8
0:00:00.050229125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.050246000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050267125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.050282875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050348750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.050370625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050389500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.050405750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050424375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.050440000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd7f0
0:00:00.050458875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.050474625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dd820
0:00:00.050498125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.050546250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0ed970 (rtpsirenpay)
0:00:00.050569500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpsirenpay> set parent (ref and sink)
0:00:00.050588125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpsirenpay
0:00:00.050604375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpsirenpay, plugin 0x3d0c5190 rtp
0:00:00.050622125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpsirendepay' typename : 'GstElementFactory'
0:00:00.050664250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dd8f0
0:00:00.050686000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.050701625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050719000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.050734250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050751375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.050766250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050783625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.050800125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.050816750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.050831625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dda00
0:00:00.050847875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.050876875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dda30
0:00:00.050896625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.050918375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eda50 (rtpsirendepay)
0:00:00.050939625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpsirendepay> set parent (ref and sink)
0:00:00.050957500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpsirendepay
0:00:00.050973375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpsirendepay, plugin 0x3d0c5190 rtp
0:00:00.050990875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpspeexpay' typename : 'GstElementFactory'
0:00:00.051026250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ddab8
0:00:00.051047875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.051063625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051080625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.051096375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051113250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.051128250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051146000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.051162250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051178625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.051193375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ddbb8
0:00:00.051210125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.051224625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ddc00
0:00:00.051243000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.051264625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0edb30 (rtpspeexpay)
0:00:00.051285500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpspeexpay> set parent (ref and sink)
0:00:00.051302625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpspeexpay
0:00:00.051318375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpspeexpay, plugin 0x3d0c5190 rtp
0:00:00.051348750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpspeexdepay' typename : 'GstElementFactory'
0:00:00.051386250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ddcc8
0:00:00.051408500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.051424125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051441375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.051456875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051474125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.051489750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051507375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.051523500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051539875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.051554750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dddc8
0:00:00.051571000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.051585500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ddde8
0:00:00.051602750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.051623000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0edc10 (rtpspeexdepay)
0:00:00.051645375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpspeexdepay> set parent (ref and sink)
0:00:00.051662375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpspeexdepay
0:00:00.051678375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpspeexdepay, plugin 0x3d0c5190 rtp
0:00:00.051696000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpsv3vdepay' typename : 'GstElementFactory'
0:00:00.051743125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dde80
0:00:00.051766250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.051782625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051799875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.051815250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051832750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.051857625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051877125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.051892500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.051909125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.051924500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ddf88
0:00:00.051957375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.051974875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ddfb8
0:00:00.051993000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.052014000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0edcf0 (rtpsv3vdepay)
0:00:00.052035250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpsv3vdepay> set parent (ref and sink)
0:00:00.052052500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpsv3vdepay
0:00:00.052069250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpsv3vdepay, plugin 0x3d0c5190 rtp
0:00:00.052087125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtptheoradepay' typename : 'GstElementFactory'
0:00:00.052124250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de080
0:00:00.052146875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.052162625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052180250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.052196000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052213125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.052228375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052246750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.052262875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052279375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.052294250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de198
0:00:00.052311875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.052341125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de208
0:00:00.052359375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.052381000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0eddd0 (rtptheoradepay)
0:00:00.052403125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtptheoradepay> set parent (ref and sink)
0:00:00.052420000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtptheoradepay
0:00:00.052436250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtptheoradepay, plugin 0x3d0c5190 rtp
0:00:00.052453625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtptheorapay' typename : 'GstElementFactory'
0:00:00.052488875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de248
0:00:00.052510375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.052525875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052542750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.052558375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052575750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.052591125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052609125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.052625125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052641500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.052656500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de360
0:00:00.052673625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.052688125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de3e8
0:00:00.052703500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.052725125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0edeb0 (rtptheorapay)
0:00:00.052745750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtptheorapay> set parent (ref and sink)
0:00:00.052763000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtptheorapay
0:00:00.052778750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtptheorapay, plugin 0x3d0c5190 rtp
0:00:00.052808750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvorbisdepay' typename : 'GstElementFactory'
0:00:00.052846125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de428
0:00:00.052868000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.052883500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052900500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.052915875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052933000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.052948250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052966000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.052982000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.052998625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.053013500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de538
0:00:00.053030875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.053291375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de5b0
0:00:00.053313500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.053339875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f1050 (rtpvorbisdepay)
0:00:00.053358500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvorbisdepay> set parent (ref and sink)
0:00:00.053372750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvorbisdepay
0:00:00.053386000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvorbisdepay, plugin 0x3d0c5190 rtp
0:00:00.053400250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvorbispay' typename : 'GstElementFactory'
0:00:00.053431500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de5f0
0:00:00.053449625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.053462625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053477125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.053489750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053504000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.053528500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053544750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.053557750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053571625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.053584250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de700
0:00:00.053599625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.053612125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de790
0:00:00.053625375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.053643750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f1130 (rtpvorbispay)
0:00:00.053660750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvorbispay> set parent (ref and sink)
0:00:00.053674875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvorbispay
0:00:00.053687500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvorbispay, plugin 0x3d0c5190 rtp
0:00:00.053701875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvp8depay' typename : 'GstElementFactory'
0:00:00.053731125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de7d0
0:00:00.053749000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.053761875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053775625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.053788375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053802375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.053814500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053828625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.053841750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.053854875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.053867000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de8c8
0:00:00.053881000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.053903125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46de948
0:00:00.053917750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.053935375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f1210 (rtpvp8depay)
0:00:00.053952500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvp8depay> set parent (ref and sink)
0:00:00.053966500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvp8depay
0:00:00.053979500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvp8depay, plugin 0x3d0c5190 rtp
0:00:00.053993625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvp8pay' typename : 'GstElementFactory'
0:00:00.054022250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46de980
0:00:00.054039875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.054052375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054066375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.054078750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054093875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.054107000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054121875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.054135500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054149125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.054161250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dea68
0:00:00.054174000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.054185750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dea88
0:00:00.054200250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.054222750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f12f0 (rtpvp8pay)
0:00:00.054240500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvp8pay> set parent (ref and sink)
0:00:00.054254125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvp8pay
0:00:00.054266750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvp8pay, plugin 0x3d0c5190 rtp
0:00:00.054280875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvp9depay' typename : 'GstElementFactory'
0:00:00.054328750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46deb28
0:00:00.054348000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.054360750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054374750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.054387250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054400750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.054412875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054427000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.054439250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054452250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.054464375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dec20
0:00:00.054483875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.054497250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46deca0
0:00:00.054510500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.054527500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f13d0 (rtpvp9depay)
0:00:00.054544625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvp9depay> set parent (ref and sink)
0:00:00.054558375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvp9depay
0:00:00.054571500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvp9depay, plugin 0x3d0c5190 rtp
0:00:00.054585375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvp9pay' typename : 'GstElementFactory'
0:00:00.054614000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46decd8
0:00:00.054635750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.054649375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054663625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.054676375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054690250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.054717250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054733125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.054745625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054758875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.054771000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dedc0
0:00:00.054783750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.054795500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dede0
0:00:00.054809500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.054826875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f14b0 (rtpvp9pay)
0:00:00.054843875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvp9pay> set parent (ref and sink)
0:00:00.054857500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvp9pay
0:00:00.054870250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvp9pay, plugin 0x3d0c5190 rtp
0:00:00.054884375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvrawdepay' typename : 'GstElementFactory'
0:00:00.054913375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dee80
0:00:00.054931125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.054943750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054957750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.054970500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.054984750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.054996875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055011125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.055028750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055042500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.055054750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46def90
0:00:00.055068125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.055079875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46defa8
0:00:00.055105500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.055124750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f1590 (rtpvrawdepay)
0:00:00.055142125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvrawdepay> set parent (ref and sink)
0:00:00.055156125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvrawdepay
0:00:00.055168875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvrawdepay, plugin 0x3d0c5190 rtp
0:00:00.055183250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpvrawpay' typename : 'GstElementFactory'
0:00:00.055212625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46df0b0
0:00:00.055230250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.055242875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055256750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.055269250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055283125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.055295750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055310125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.055322625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055336250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.055348375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df1b8
0:00:00.055364375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.055376500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df2f0
0:00:00.055391000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.055407500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f1670 (rtpvrawpay)
0:00:00.055424625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpvrawpay> set parent (ref and sink)
0:00:00.055438875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpvrawpay
0:00:00.055451875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpvrawpay, plugin 0x3d0c5190 rtp
0:00:00.055465625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpstreampay' typename : 'GstElementFactory'
0:00:00.055505375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46df3a8
0:00:00.055524000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.055536750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055550875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.055563375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055577000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.055589000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055603750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.055616125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055630125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.055642375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df4d0
0:00:00.055656875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.055668625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df548
0:00:00.055682250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.055698500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4880 (rtpstreampay)
0:00:00.055715500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpstreampay> set parent (ref and sink)
0:00:00.055729625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpstreampay
0:00:00.055742375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpstreampay, plugin 0x3d0c5190 rtp
0:00:00.055756000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpstreamdepay' typename : 'GstElementFactory'
0:00:00.055784000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46df5c8
0:00:00.055801875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.055814500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055828375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.055841000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055854500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.055866625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055896000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.055909625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.055923375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.055935500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df6f8
0:00:00.055949000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.055960625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df758
0:00:00.055981625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.056005250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4960 (rtpstreamdepay)
0:00:00.056023125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpstreamdepay> set parent (ref and sink)
0:00:00.056037000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpstreamdepay
0:00:00.056049750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpstreamdepay, plugin 0x3d0c5190 rtp
0:00:00.056064125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpredenc' typename : 'GstElementFactory'
0:00:00.056095750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46df7f0
0:00:00.056113750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.056126750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056141250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.056154000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056168125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.056180500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056195125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.056207750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056221875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.056234125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df920
0:00:00.056247375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.056259375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46df940
0:00:00.056290625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.056308625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4a40 (rtpredenc)
0:00:00.056325375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpredenc> set parent (ref and sink)
0:00:00.056339500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpredenc
0:00:00.056352375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpredenc, plugin 0x3d0c5190 rtp
0:00:00.056366125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpreddec' typename : 'GstElementFactory'
0:00:00.056403125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46df980
0:00:00.056422000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.056434750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056449000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.056461500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056475000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.056487125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056501250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.056513875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056527875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.056540125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfab0
0:00:00.056553000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.056565000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfad0
0:00:00.056577750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.056594250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4b20 (rtpreddec)
0:00:00.056611250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpreddec> set parent (ref and sink)
0:00:00.056625250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpreddec
0:00:00.056638125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpreddec, plugin 0x3d0c5190 rtp
0:00:00.056652500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpulpfecdec' typename : 'GstElementFactory'
0:00:00.056681375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dfb10
0:00:00.056709250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.056723000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056736875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.056749500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056763125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.056775250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056789250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.056801875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.056815250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.056827375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfbf8
0:00:00.056840000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.056851875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfc18
0:00:00.056864375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.056880875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4c00 (rtpulpfecdec)
0:00:00.056897625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpulpfecdec> set parent (ref and sink)
0:00:00.056911625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpulpfecdec
0:00:00.056924625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpulpfecdec, plugin 0x3d0c5190 rtp
0:00:00.056939375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpulpfecenc' typename : 'GstElementFactory'
0:00:00.056968125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dfc58
0:00:00.056985500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.056998125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057012000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.057024500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057038000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.057071625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057087500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.057111875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057127000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.057139375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfd40
0:00:00.057152250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.057164125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dfd60
0:00:00.057176750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.057196000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4ce0 (rtpulpfecenc)
0:00:00.057213125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpulpfecenc> set parent (ref and sink)
0:00:00.057227375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpulpfecenc
0:00:00.057240125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpulpfecenc, plugin 0x3d0c5190 rtp
0:00:00.057254000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtp' feature 'rtpstorage' typename : 'GstElementFactory'
0:00:00.057283500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46dfda0
0:00:00.057302750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.057315500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057329250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.057342375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057355750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.057369875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057386375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.057399000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057412625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.057424875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dff10
0:00:00.057437750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.057449750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46dff30
0:00:00.057462625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.057489500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4dc0 (rtpstorage)
0:00:00.057507375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpstorage> set parent (ref and sink)
0:00:00.057521125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpstorage
0:00:00.057533750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpstorage, plugin 0x3d0c5190 rtp
0:00:00.057548625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 53071(cf4f)/405909
0:00:00.057563500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46dff50
0:00:00.057598375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='ogg'
0:00:00.057612875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ogg stream manipulation (info about ogg: http://xiph.org)'
0:00:00.057625125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstogg.so'
0:00:00.057637000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.057648125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.057659125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.057670500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.057682625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.057694000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.057710875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c52c0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstogg.so"
0:00:00.057729000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstogg.so"
0:00:00.057742500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'ogg' plugin with 7 features from binary registry
0:00:00.057756375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'oggdemux' typename : 'GstElementFactory'
0:00:00.057784125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e0060
0:00:00.057801625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.057814500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057828375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.057852625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057867750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.057880125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057894625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.057907125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.057920500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.057932500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0150
0:00:00.057946625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.057958625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0198
0:00:00.057972625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src_%08x
0:00:00.057989250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f4ea0 (oggdemux)
0:00:00.058006000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<oggdemux> set parent (ref and sink)
0:00:00.058019750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for oggdemux
0:00:00.058032500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature oggdemux, plugin 0x3d0c52c0 ogg
0:00:00.058046250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'oggmux' typename : 'GstElementFactory'
0:00:00.058074750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e01c8
0:00:00.058092250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.058105000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058118750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.058131125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058144500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.058156750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058170875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.058183375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058196500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=4
0:00:00.058208625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e02b0
0:00:00.058233125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.058246375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e02e8
0:00:00.058260750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%u
0:00:00.058272625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0360
0:00:00.058286875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%u
0:00:00.058298750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e03d8
0:00:00.058312500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template subtitle_%u
0:00:00.058324375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46e0434
0:00:00.058342875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9810 (oggmux)
0:00:00.058371375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<oggmux> set parent (ref and sink)
0:00:00.058386625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for oggmux
0:00:00.058399625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature oggmux, plugin 0x3d0c52c0 ogg
0:00:00.058413375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'ogmaudioparse' typename : 'GstElementFactory'
0:00:00.058442875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e0460
0:00:00.058460750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.058473500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058487750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.058500375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058513875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.058526125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058540375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.058552875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058566500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.058578750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0570
0:00:00.058594500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.058617875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0598
0:00:00.058642875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.058659875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f98f0 (ogmaudioparse)
0:00:00.058676875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<ogmaudioparse> set parent (ref and sink)
0:00:00.058691125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for ogmaudioparse
0:00:00.058704000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature ogmaudioparse, plugin 0x3d0c52c0 ogg
0:00:00.058718000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'ogmvideoparse' typename : 'GstElementFactory'
0:00:00.058754500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e0a60
0:00:00.058772875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.058785500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058799750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.058812375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058826250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.058838500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058852875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.058865375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.058879000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.058891125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0b70
0:00:00.058904750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.058916875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e0b98
0:00:00.059028000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.059047875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f99d0 (ogmvideoparse)
0:00:00.059065375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<ogmvideoparse> set parent (ref and sink)
0:00:00.059079625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for ogmvideoparse
0:00:00.059093000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature ogmvideoparse, plugin 0x3d0c52c0 ogg
0:00:00.059118125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'ogmtextparse' typename : 'GstElementFactory'
0:00:00.059150000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e36e8
0:00:00.059167750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.059180875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059195250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.059208125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059222125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.059234875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059249250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.059261875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059275500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.059287750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e37f8
0:00:00.059301250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.059313375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3820
0:00:00.059326375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.059342625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9ab0 (ogmtextparse)
0:00:00.059359750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<ogmtextparse> set parent (ref and sink)
0:00:00.059373375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for ogmtextparse
0:00:00.059386125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature ogmtextparse, plugin 0x3d0c52c0 ogg
0:00:00.059400125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'oggparse' typename : 'GstElementFactory'
0:00:00.059428250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e3868
0:00:00.059445375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.059458000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059471875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.059484500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059498125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.059520750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059536875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.059549375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059562750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.059574750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3968
0:00:00.059588375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.059600250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3988
0:00:00.059612750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.059629250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9b90 (oggparse)
0:00:00.059646250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<oggparse> set parent (ref and sink)
0:00:00.059660375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for oggparse
0:00:00.059673125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature oggparse, plugin 0x3d0c52c0 ogg
0:00:00.059686750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ogg' feature 'oggaviparse' typename : 'GstElementFactory'
0:00:00.059714750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e39c8
0:00:00.059731875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.059744875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059759000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.059771625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059785250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.059797750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059812625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.059825125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.059838375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.059850500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3ad0
0:00:00.059871000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.059884750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3af8
0:00:00.059907875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.059925750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9c70 (oggaviparse)
0:00:00.059943125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<oggaviparse> set parent (ref and sink)
0:00:00.059957375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for oggaviparse
0:00:00.059970125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature oggaviparse, plugin 0x3d0c52c0 ogg
0:00:00.059984250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 68371(10b13)/405909
0:00:00.059998250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e3b18
0:00:00.060027625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='fieldanalysis'
0:00:00.060042125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Video field analysis'
0:00:00.060054000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfieldanalysis.so'
0:00:00.060065750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.060077125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.060088125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.060099625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.060111500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.060123125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.060138125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c53f0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfieldanalysis.so"
0:00:00.060155625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfieldanalysis.so"
0:00:00.060169000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'fieldanalysis' plugin with 1 features from binary registry
0:00:00.060182625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'fieldanalysis' feature 'fieldanalysis' typename : 'GstElementFactory'
0:00:00.060211000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e3c18
0:00:00.060228750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.060241375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060265875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.060279625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060293875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.060306250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060321125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.060333500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060346750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.060359000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3d50
0:00:00.060373625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.060385625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e3e08
0:00:00.060399250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.060415375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9d50 (fieldanalysis)
0:00:00.060432500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<fieldanalysis> set parent (ref and sink)
0:00:00.060446375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for fieldanalysis
0:00:00.060459125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature fieldanalysis, plugin 0x3d0c53f0 fieldanalysis
0:00:00.060473125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 69306(10eba)/405909
0:00:00.060487000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e3ec0
0:00:00.060516250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='interleave'
0:00:00.060530500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Audio interleaver/deinterleaver'
0:00:00.060542250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstinterleave.so'
0:00:00.060554125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.060565125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.060576125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.060587625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.060599250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.060620750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.060636875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5520 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstinterleave.so"
0:00:00.060654500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstinterleave.so"
0:00:00.060667625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'interleave' plugin with 2 features from binary registry
0:00:00.060681250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'interleave' feature 'interleave' typename : 'GstElementFactory'
0:00:00.060709500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e3fc8
0:00:00.060727875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.060741000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060755250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.060767875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060781750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.060794000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060808875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.060821000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.060835375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.060847375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4108
0:00:00.060865000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%u
0:00:00.060877000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4270
0:00:00.060893250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.060909250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0f9e30 (interleave)
0:00:00.060931375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<interleave> set parent (ref and sink)
0:00:00.060945125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for interleave
0:00:00.060957875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature interleave, plugin 0x3d0c5520 interleave
0:00:00.060971375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'interleave' feature 'deinterleave' typename : 'GstElementFactory'
0:00:00.061010875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e43f0
0:00:00.061034750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.061067000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061083125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.061096000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061110125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.061122500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061137000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.061149500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061164375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.061176625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4568
0:00:00.061197875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.061211000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e46c8
0:00:00.061228000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src_%u
0:00:00.061245000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc060 (deinterleave)
0:00:00.061262000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<deinterleave> set parent (ref and sink)
0:00:00.061276125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for deinterleave
0:00:00.061288750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature deinterleave, plugin 0x3d0c5520 interleave
0:00:00.061303125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 71725(1182d)/405909
0:00:00.061317000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e4830
0:00:00.061348125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='audioresample'
0:00:00.061362375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Resamples audio'
0:00:00.061373750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudioresample.so'
0:00:00.061385375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.061396375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.061418625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.061431500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.061442750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.061454000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.061469125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5650 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudioresample.so"
0:00:00.061486500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudioresample.so"
0:00:00.061499625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'audioresample' plugin with 1 features from binary registry
0:00:00.061513125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'audioresample' feature 'audioresample' typename : 'GstElementFactory'
0:00:00.061542250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e4930
0:00:00.061560125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.061573250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061587125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.061599625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061613375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.061627125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061641250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.061654125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.061668000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.061680000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4a18
0:00:00.061696250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.061708000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4b90
0:00:00.061723000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.061738875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc140 (audioresample)
0:00:00.061755750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audioresample> set parent (ref and sink)
0:00:00.061780750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audioresample
0:00:00.061794125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audioresample, plugin 0x3d0c5650 audioresample
0:00:00.061808375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 72963(11d03)/405909
0:00:00.061821875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e4d08
0:00:00.061851000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='yadif'
0:00:00.061865125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='YADIF deinterlacing filter'
0:00:00.061876500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstyadif.so'
0:00:00.061888250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.061899250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='GPL'
0:00:00.061910250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.061921500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins'
0:00:00.061932750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.061943875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.061958375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5780 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstyadif.so"
0:00:00.061975500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstyadif.so"
0:00:00.061988500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'yadif' plugin with 1 features from binary registry
0:00:00.062002250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'yadif' feature 'yadif' typename : 'GstElementFactory'
0:00:00.062030500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e4de8
0:00:00.062047875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.062060750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062074750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.062087375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062101000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.062113250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062138375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.062160750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062174625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.062186750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4ec8
0:00:00.062202000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.062213875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e4fb0
0:00:00.062228625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.062244750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc220 (yadif)
0:00:00.062261500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<yadif> set parent (ref and sink)
0:00:00.062275125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for yadif
0:00:00.062287750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature yadif, plugin 0x3d0c5780 yadif
0:00:00.062301500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 73849(12079)/405909
0:00:00.062315000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e5080
0:00:00.062343625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='flxdec'
0:00:00.062357625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='FLC/FLI/FLX video decoder'
0:00:00.062369500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstflxdec.so'
0:00:00.062381125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.062392125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.062403125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.062414500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.062426250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.062437625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.062452250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c58b0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstflxdec.so"
0:00:00.062469750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstflxdec.so"
0:00:00.062493250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'flxdec' plugin with 1 features from binary registry
0:00:00.062508000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'flxdec' feature 'flxdec' typename : 'GstElementFactory'
0:00:00.062536250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e5170
0:00:00.062553875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.062566625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062580625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.062593125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062606875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.062619125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062633125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.062645500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.062659750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.062671875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e5280
0:00:00.062685000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.062697250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e52a0
0:00:00.062711750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.062727875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc300 (flxdec)
0:00:00.062744375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<flxdec> set parent (ref and sink)
0:00:00.062758000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for flxdec
0:00:00.062770750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature flxdec, plugin 0x3d0c58b0 flxdec
0:00:00.062784500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 74549(12335)/405909
0:00:00.062798125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e5338
0:00:00.062826250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='smpte'
0:00:00.062840250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Apply the standard SMPTE transitions on video images'
0:00:00.062862500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmpte.so'
0:00:00.062875250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.062886375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.062897250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.062908500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.062920000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.062931250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.062945875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c59e0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmpte.so"
0:00:00.062965250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmpte.so"
0:00:00.062978625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'smpte' plugin with 2 features from binary registry
0:00:00.062992250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'smpte' feature 'smpte' typename : 'GstElementFactory'
0:00:00.063020750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e5440
0:00:00.063065000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.063080125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063094375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.063106875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063120625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.063134500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063149625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.063162000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063175500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=3
0:00:00.063188000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e5540
0:00:00.063202875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink1
0:00:00.063214875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e55d8
0:00:00.063228875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink2
0:00:00.063251250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e5670
0:00:00.063266375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.063283250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc3e0 (smpte)
0:00:00.063300500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<smpte> set parent (ref and sink)
0:00:00.063314750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for smpte
0:00:00.063327625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature smpte, plugin 0x3d0c59e0 smpte
0:00:00.063341375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'smpte' feature 'smptealpha' typename : 'GstElementFactory'
0:00:00.063370625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e5728
0:00:00.063388250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.063401500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063415500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.063428125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063442000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.063454125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063468750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.063481000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063498375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.063510500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e5830
0:00:00.063531875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.063544000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e5c08
0:00:00.063562750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.063579375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc4c0 (smptealpha)
0:00:00.063596625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<smptealpha> set parent (ref and sink)
0:00:00.063610875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for smptealpha
0:00:00.063623750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature smptealpha, plugin 0x3d0c59e0 smpte
0:00:00.063647875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 77509(12ec5)/405909
0:00:00.063663000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e5ec8
0:00:00.063692250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='alsa'
0:00:00.063706625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ALSA plugin library'
0:00:00.063718500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstalsa.so'
0:00:00.063730750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.063741875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.063753000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.063764375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.063776000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.063787375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.063802125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5b10 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstalsa.so"
0:00:00.063820750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstalsa.so"
0:00:00.063834625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'alsa' plugin with 3 features from binary registry
0:00:00.063849375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'alsa' feature 'alsasrc' typename : 'GstElementFactory'
0:00:00.063878000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e5fb0
0:00:00.063895000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.063907875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063922000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.063934875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063948625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.063961250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.063975750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.063988125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064019375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.064032750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6090
0:00:00.064048125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.064064625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc5a0 (alsasrc)
0:00:00.064082125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<alsasrc> set parent (ref and sink)
0:00:00.064095750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for alsasrc
0:00:00.064108500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature alsasrc, plugin 0x3d0c5b10 alsa
0:00:00.064122750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'alsa' feature 'alsasink' typename : 'GstElementFactory'
0:00:00.064152750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e6208
0:00:00.064170875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.064183750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064198000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.064210750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064224500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.064237000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064251250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.064264375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064278250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.064290875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e62e8
0:00:00.064315750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.064335500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0fc680 (alsasink)
0:00:00.064352875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<alsasink> set parent (ref and sink)
0:00:00.064367375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for alsasink
0:00:00.064380500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature alsasink, plugin 0x3d0c5b10 alsa
0:00:00.064394500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'alsa' feature 'alsamidisrc' typename : 'GstElementFactory'
0:00:00.064430750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e6550
0:00:00.064459625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.064473375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064487500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.064500125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064514000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.064526375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064540875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.064553750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064567500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.064580125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6628
0:00:00.064594125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.064611625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105830 (alsamidisrc)
0:00:00.064629125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<alsamidisrc> set parent (ref and sink)
0:00:00.064643500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for alsamidisrc
0:00:00.064656375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature alsamidisrc, plugin 0x3d0c5b10 alsa
0:00:00.064670500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 79431(13647)/405909
0:00:00.064684125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e6648
0:00:00.064723750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='equalizer'
0:00:00.064738875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='GStreamer audio equalizers'
0:00:00.064751625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstequalizer.so'
0:00:00.064763625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.064775000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.064786125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.064797625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.064809125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.064830750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.064846875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5c40 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstequalizer.so"
0:00:00.064865125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstequalizer.so"
0:00:00.064878750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'equalizer' plugin with 3 features from binary registry
0:00:00.064893750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'equalizer' feature 'equalizer-nbands' typename : 'GstElementFactory'
0:00:00.064924000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e6750
0:00:00.064941875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.064954625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064969000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.064981875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.064996125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.065010250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065024500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.065037625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065072000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.065085500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6858
0:00:00.065100500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.065112500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e68f8
0:00:00.065126000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.065137750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46e6996
0:00:00.065157875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105910 (equalizer-nbands)
0:00:00.065175500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<equalizer-nbands> set parent (ref and sink)
0:00:00.065189500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for equalizer-nbands
0:00:00.065202500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature equalizer-nbands, plugin 0x3d0c5c40 equalizer
0:00:00.065227875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'equalizer' feature 'equalizer-3bands' typename : 'GstElementFactory'
0:00:00.065259125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e69d8
0:00:00.065277250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.065290250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065304500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.065317000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065330625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.065343000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065356750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.065369000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065382125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.065394000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6ac0
0:00:00.065408750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.065420375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6b60
0:00:00.065436750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.065449375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46e6bfe
0:00:00.065468875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1059f0 (equalizer-3bands)
0:00:00.065486375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<equalizer-3bands> set parent (ref and sink)
0:00:00.065500125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for equalizer-3bands
0:00:00.065512875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature equalizer-3bands, plugin 0x3d0c5c40 equalizer
0:00:00.065527000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'equalizer' feature 'equalizer-10bands' typename : 'GstElementFactory'
0:00:00.065557250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e6c40
0:00:00.065575250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.065588000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065602250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.065630125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065645750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.065658125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065672750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.065685750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.065699500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.065712125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6d28
0:00:00.065726750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.065738500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e6dc8
0:00:00.065752000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.065763750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46e6e66
0:00:00.065782750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105ad0 (equalizer-10bands)
0:00:00.065800500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<equalizer-10bands> set parent (ref and sink)
0:00:00.065814625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for equalizer-10bands
0:00:00.065827750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature equalizer-10bands, plugin 0x3d0c5c40 equalizer
0:00:00.065841750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 81534(13e7e)/405909
0:00:00.065855500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e6e80
0:00:00.065886500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='multipart'
0:00:00.065901000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='multipart stream manipulation'
0:00:00.065913250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmultipart.so'
0:00:00.065925250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.065936375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.065947375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.065958875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.065970500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.065993000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.066009250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5d70 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmultipart.so"
0:00:00.066027750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmultipart.so"
0:00:00.066041125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'multipart' plugin with 2 features from binary registry
0:00:00.066056875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'multipart' feature 'multipartdemux' typename : 'GstElementFactory'
0:00:00.066087250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e6f88
0:00:00.066105500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.066118500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066132625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.066146500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066160375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.066176125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066190375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.066203375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066217875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.066230250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7088
0:00:00.066244375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.066256250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e70b0
0:00:00.066269750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src_%u
0:00:00.066285750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105bb0 (multipartdemux)
0:00:00.066303375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<multipartdemux> set parent (ref and sink)
0:00:00.066317375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for multipartdemux
0:00:00.066330250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature multipartdemux, plugin 0x3d0c5d70 multipart
0:00:00.066345125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'multipart' feature 'multipartmux' typename : 'GstElementFactory'
0:00:00.066386750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e70e8
0:00:00.066406000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.066418750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066432625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.066445125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066458750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.066471250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066484875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.066497250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066510375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.066522375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e71b0
0:00:00.066535500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.066547000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e71d8
0:00:00.066560000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%u
0:00:00.066577000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105c90 (multipartmux)
0:00:00.066594625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<multipartmux> set parent (ref and sink)
0:00:00.066608875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for multipartmux
0:00:00.066621875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature multipartmux, plugin 0x3d0c5d70 multipart
0:00:00.066635875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 82412(141ec)/405909
0:00:00.066649625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e71f0
0:00:00.066680875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='jp2kdecimator'
0:00:00.066695500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='JPEG2000 decimator'
0:00:00.066707250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjp2kdecimator.so'
0:00:00.066719250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.066730875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.066754375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.066767500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.066779875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.066791750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.066807250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d0c5ea0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjp2kdecimator.so"
0:00:00.066825250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjp2kdecimator.so"
0:00:00.066838500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'jp2kdecimator' plugin with 1 features from binary registry
0:00:00.066853125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'jp2kdecimator' feature 'jp2kdecimator' typename : 'GstElementFactory'
0:00:00.066882500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e72f0
0:00:00.066900625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.066914125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066928875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.066941750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066956000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.066970625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.066986125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.066998625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067012625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.067025250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7408
0:00:00.067039125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.067051125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7428
0:00:00.067063875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.067080000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105d70 (jp2kdecimator)
0:00:00.067100875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<jp2kdecimator> set parent (ref and sink)
0:00:00.067126375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for jp2kdecimator
0:00:00.067140125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature jp2kdecimator, plugin 0x3d0c5ea0 jp2kdecimator
0:00:00.067154250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 83008(14440)/405909
0:00:00.067167750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e7440
0:00:00.067196750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videomixer'
0:00:00.067211875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Video mixer'
0:00:00.067223750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideomixer.so'
0:00:00.067235375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.067246375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.067257375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.067268625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.067280500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.067291875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.067306500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106010 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideomixer.so"
0:00:00.067324875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideomixer.so"
0:00:00.067338250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videomixer' plugin with 1 features from binary registry
0:00:00.067352625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videomixer' feature 'videomixer' typename : 'GstElementFactory'
0:00:00.067388500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e7530
0:00:00.067407375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.067421000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067435375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.067448375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067462750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.067487625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067503500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.067516125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067530500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.067543125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7658
0:00:00.067559000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.067571000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7768
0:00:00.067585250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%u
0:00:00.067597000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46e787b
0:00:00.067616375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d105e50 (videomixer)
0:00:00.067634250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videomixer> set parent (ref and sink)
0:00:00.067648750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videomixer
0:00:00.067662000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videomixer, plugin 0x3d106010 videomixer
0:00:00.067676000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 84105(14889)/405909
0:00:00.067689625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46e7890
0:00:00.067718125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='avi'
0:00:00.067732500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='AVI stream handling'
0:00:00.067744250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstavi.so'
0:00:00.067755750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.067766750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.067777750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.067789250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.067801125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.067812625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.067827250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106140 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstavi.so"
0:00:00.067856375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstavi.so"
0:00:00.067870500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'avi' plugin with 3 features from binary registry
0:00:00.067885125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'avi' feature 'avidemux' typename : 'GstElementFactory'
0:00:00.067914625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46e7978
0:00:00.067932750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.067945625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067959625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.067972625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.067986000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.067998375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068012875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.068025625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068040750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=5
0:00:00.068053250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7ac0
0:00:00.068077375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%u
0:00:00.068089250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46e7f80
0:00:00.068180500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%u
0:00:00.068194500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eaaf0
0:00:00.068208125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template subtitle_%u
0:00:00.068220000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eab20
0:00:00.068233750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template subpicture_%u
0:00:00.068245500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eab48
0:00:00.068258625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.068275000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1090a0 (avidemux)
0:00:00.068314750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<avidemux> set parent (ref and sink)
0:00:00.068329875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for avidemux
0:00:00.068343000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature avidemux, plugin 0x3d106140 avi
0:00:00.068357500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'avi' feature 'avimux' typename : 'GstElementFactory'
0:00:00.068387125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eab80
0:00:00.068404250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.068417125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068431000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.068443625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068459250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.068471500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068485875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.068498625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068512625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=3
0:00:00.068524875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eac80
0:00:00.068538000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.068549875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eaca0
0:00:00.068566625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%u
0:00:00.068578625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eaf08
0:00:00.068610250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%u
0:00:00.068623875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46eb5b9
0:00:00.068642500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d109180 (avimux)
0:00:00.068660000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<avimux> set parent (ref and sink)
0:00:00.068673875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for avimux
0:00:00.068686625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature avimux, plugin 0x3d106140 avi
0:00:00.068714500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'avi' feature 'avisubtitle' typename : 'GstElementFactory'
0:00:00.068745250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eb5e8
0:00:00.068762375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.068775000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068789125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.068801750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068815375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.068827625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068841625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.068854375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.068868000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.068880375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb6d0
0:00:00.068893250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.068905250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb6f8
0:00:00.068919000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.068935500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d109260 (avisubtitle)
0:00:00.068953000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<avisubtitle> set parent (ref and sink)
0:00:00.068967250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for avisubtitle
0:00:00.068980000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature avisubtitle, plugin 0x3d106140 avi
0:00:00.068993750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 100123(1871b)/405909
0:00:00.069007250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46eb720
0:00:00.069038500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='encoding'
0:00:00.069072375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='various encoding-related elements'
0:00:00.069085000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstencoding.so'
0:00:00.069096625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.069118750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.069131250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.069142500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.069154250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.069165500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.069180625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106270 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstencoding.so"
0:00:00.069199000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstencoding.so"
0:00:00.069212250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'encoding' plugin with 1 features from binary registry
0:00:00.069226625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'encoding' feature 'encodebin' typename : 'GstElementFactory'
0:00:00.069256750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eb820
0:00:00.069274000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.069286875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069300875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.069313375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069327250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.069340125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069354625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.069367250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069381000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=4
0:00:00.069393500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb910
0:00:00.069407000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.069419250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb920
0:00:00.069432000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%u
0:00:00.069443500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb938
0:00:00.069466875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%u
0:00:00.069479750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eb950
0:00:00.069492750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template private_%u
0:00:00.069504625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46eb967
0:00:00.069529375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d109340 (encodebin)
0:00:00.069547000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<encodebin> set parent (ref and sink)
0:00:00.069561500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for encodebin
0:00:00.069574625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature encodebin, plugin 0x3d106270 encoding
0:00:00.069588750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 100725(18975)/405909
0:00:00.069602250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46eb978
0:00:00.069631000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='accurip'
0:00:00.069645875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Computes an AccurateRip CRC'
0:00:00.069658375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaccurip.so'
0:00:00.069670000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.069681000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.069692000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.069703375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.069714875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.069726375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.069740875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1063a0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaccurip.so"
0:00:00.069759000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaccurip.so"
0:00:00.069772625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'accurip' plugin with 1 features from binary registry
0:00:00.069787000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'accurip' feature 'accurip' typename : 'GstElementFactory'
0:00:00.069827500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eba70
0:00:00.069845625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.069858500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069873000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.069885875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069899875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.069912250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069926750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.069939625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.069953500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.069965875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ebb60
0:00:00.069984125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.069996875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ebbb0
0:00:00.070010125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.070026125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d109420 (accurip)
0:00:00.070043000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<accurip> set parent (ref and sink)
0:00:00.070056750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for accurip
0:00:00.070069750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature accurip, plugin 0x3d1063a0 accurip
0:00:00.070090000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 101377(18c01)/405909
0:00:00.070104250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ebc08
0:00:00.070134250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='audiolatency'
0:00:00.070148875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='A plugin to measure audio latency'
0:00:00.070160750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiolatency.so'
0:00:00.070172250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.070183375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.070204750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.070217625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.070229000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.070240250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.070255125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1064d0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiolatency.so"
0:00:00.070273375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiolatency.so"
0:00:00.070286750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'audiolatency' plugin with 1 features from binary registry
0:00:00.070301125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'audiolatency' feature 'audiolatency' typename : 'GstElementFactory'
0:00:00.070331000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ebd10
0:00:00.070349125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.070362000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070375750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.070388375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070402250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.070414500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070429125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.070441875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070455250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.070467500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ebe10
0:00:00.070483750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.070495625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ebe98
0:00:00.070509000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.070520750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46ebf21
0:00:00.070539250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d109500 (audiolatency)
0:00:00.070567875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audiolatency> set parent (ref and sink)
0:00:00.070582500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audiolatency
0:00:00.070595500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audiolatency, plugin 0x3d1064d0 audiolatency
0:00:00.070610500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 102191(18f2f)/405909
0:00:00.070624250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ebf30
0:00:00.070653625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='compositor'
0:00:00.070667750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Compositor'
0:00:00.070679250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcompositor.so'
0:00:00.070690750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.070701750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.070712750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.070724125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.070735625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.070747000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.070761875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106600 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcompositor.so"
0:00:00.070780250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcompositor.so"
0:00:00.070793750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'compositor' plugin with 1 features from binary registry
0:00:00.070808125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'compositor' feature 'compositor' typename : 'GstElementFactory'
0:00:00.070845750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ec020
0:00:00.070864375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.070877250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070891125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.070905500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070919625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.070950125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070965875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.070978000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.070992000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.071004000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec140
0:00:00.071018875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.071030625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec250
0:00:00.071045500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%u
0:00:00.071057375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46ec363
0:00:00.071076125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1095e0 (compositor)
0:00:00.071093625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<compositor> set parent (ref and sink)
0:00:00.071107875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for compositor
0:00:00.071120625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature compositor, plugin 0x3d106600 compositor
0:00:00.071134750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 103281(19371)/405909
0:00:00.071148125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ec378
0:00:00.071177875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='adpcmdec'
0:00:00.071192500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ADPCM decoder'
0:00:00.071204125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmdec.so'
0:00:00.071215875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.071227000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.071238125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.071249500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.071261250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.071272500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.071298375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106730 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmdec.so"
0:00:00.071317125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmdec.so"
0:00:00.071330375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'adpcmdec' plugin with 1 features from binary registry
0:00:00.071344875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'adpcmdec' feature 'adpcmdec' typename : 'GstElementFactory'
0:00:00.071374875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ec460
0:00:00.071396500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.071410125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071424000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.071436750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071450625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.071463000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071476875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.071489125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071502625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.071514625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec558
0:00:00.071531250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.071543125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec5f0
0:00:00.071557125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.071573375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1096c0 (adpcmdec)
0:00:00.071590875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<adpcmdec> set parent (ref and sink)
0:00:00.071604875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for adpcmdec
0:00:00.071617625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature adpcmdec, plugin 0x3d106730 adpcmdec
0:00:00.071631750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 104047(1966f)/405909
0:00:00.071645625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ec670
0:00:00.071675875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videobox'
0:00:00.071700750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='resizes a video by adding borders or cropping'
0:00:00.071713875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideobox.so'
0:00:00.071725500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.071736875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.071747750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.071759250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.071770750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.071782250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.071797000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106860 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideobox.so"
0:00:00.071814875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideobox.so"
0:00:00.071828250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videobox' plugin with 1 features from binary registry
0:00:00.071842750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videobox' feature 'videobox' typename : 'GstElementFactory'
0:00:00.071872625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ec780
0:00:00.071890125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.071902875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071916875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.071929500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071943125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.071957000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071971750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.071984750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.071998500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.072011375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec870
0:00:00.072028250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.072051250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ec998
0:00:00.072067000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.072083250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110800 (videobox)
0:00:00.072100750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videobox> set parent (ref and sink)
0:00:00.072114750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videobox
0:00:00.072127625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videobox, plugin 0x3d106860 videobox
0:00:00.072141875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 105144(19ab8)/405909
0:00:00.072155250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ecab8
0:00:00.072186000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='gio'
0:00:00.072200500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='GIO elements'
0:00:00.072211875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgio.so'
0:00:00.072223625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.072234750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.072245625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.072256750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.072268250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.072279625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.072294250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106990 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgio.so"
0:00:00.072317500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgio.so"
0:00:00.072330875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'gio' plugin with 4 features from binary registry
0:00:00.072345625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'gio' feature 'giosink' typename : 'GstElementFactory'
0:00:00.072374375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ecb98
0:00:00.072392125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.072418625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072434000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.072446875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072460625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.072473125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072487375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.072500625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072515125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.072527250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eccb8
0:00:00.072540125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.072552000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:628:gst_registry_chunks_load_feature: Reading 1 UriTypes at address 0xffffb46eccc9
0:00:00.072576375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46eccd9
0:00:00.072596500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1108e0 (giosink)
0:00:00.072614625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<giosink> set parent (ref and sink)
0:00:00.072628375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for giosink
0:00:00.072641125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature giosink, plugin 0x3d106990 gio
0:00:00.072655375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'gio' feature 'giosrc' typename : 'GstElementFactory'
0:00:00.072685250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ecd00
0:00:00.072703500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.072716250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072730000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.072742625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072756250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.072768500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072782500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.072794750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.072809000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.072831750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ece28
0:00:00.072846000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.072857750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:628:gst_registry_chunks_load_feature: Reading 1 UriTypes at address 0xffffb46ece38
0:00:00.072872375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46ece41
0:00:00.072891250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1109c0 (giosrc)
0:00:00.072909125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<giosrc> set parent (ref and sink)
0:00:00.072923625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for giosrc
0:00:00.072936625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature giosrc, plugin 0x3d106990 gio
0:00:00.072950375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'gio' feature 'giostreamsink' typename : 'GstElementFactory'
0:00:00.072979250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ece70
0:00:00.072997000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.073009625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073023625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.073036250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073070000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.073083500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073097750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.073110875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073125000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.073137750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ecf58
0:00:00.073151000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.073168500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110aa0 (giostreamsink)
0:00:00.073186250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<giostreamsink> set parent (ref and sink)
0:00:00.073200500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for giostreamsink
0:00:00.073213625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature giostreamsink, plugin 0x3d106990 gio
0:00:00.073239375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'gio' feature 'giostreamsrc' typename : 'GstElementFactory'
0:00:00.073270500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ecf88
0:00:00.073288375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.073301125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073315250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.073327875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073341375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.073353625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073367750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.073380625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073394375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.073406500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed070
0:00:00.073419500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.073435750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110b80 (giostreamsrc)
0:00:00.073453375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<giostreamsrc> set parent (ref and sink)
0:00:00.073467000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for giostreamsrc
0:00:00.073479750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature giostreamsrc, plugin 0x3d106990 gio
0:00:00.073497125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:775:gst_registry_chunks_load_plugin_dep:<plugin21> Unpacking GstRegistryChunkDep from 0xffffb46ed080
0:00:00.073514125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:793:gst_registry_chunks_load_plugin_dep:<plugin21> Loaded external plugin dependency from registry: env_hash: 00000000, stat_hash: ffffffff
0:00:00.073531000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:797:gst_registry_chunks_load_plugin_dep:<plugin21>  path: /usr/lib/gio/modules
0:00:00.073546125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:775:gst_registry_chunks_load_plugin_dep:<plugin21> Unpacking GstRegistryChunkDep from 0xffffb46ed0b0
0:00:00.073561500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:793:gst_registry_chunks_load_plugin_dep:<plugin21> Loaded external plugin dependency from registry: env_hash: 00000000, stat_hash: ffffffff
0:00:00.073577750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:797:gst_registry_chunks_load_plugin_dep:<plugin21>  path: /usr/share/gvfs/mounts
0:00:00.073590125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 106719(1a0df)/405909
0:00:00.073614500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ed0e0
0:00:00.073646000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='smooth'
0:00:00.073660375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Apply a smooth filter to an image'
0:00:00.073672250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmooth.so'
0:00:00.073683750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.073694875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.073705875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.073717125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.073728625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.073740000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.073754875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106ac0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmooth.so"
0:00:00.073773250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmooth.so"
0:00:00.073786375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'smooth' plugin with 1 features from binary registry
0:00:00.073800875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'smooth' feature 'smooth' typename : 'GstElementFactory'
0:00:00.073837625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ed1d8
0:00:00.073856125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.073868875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073882750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.073895375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073908875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.073922500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073937250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.073949625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.073963250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.073975375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed2c0
0:00:00.073999875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.074013000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed358
0:00:00.074026625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.074042750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110c60 (smooth)
0:00:00.074060000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<smooth> set parent (ref and sink)
0:00:00.074074375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for smooth
0:00:00.074087375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature smooth, plugin 0x3d106ac0 smooth
0:00:00.074101500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 107501(1a3ed)/405909
0:00:00.074114875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ed3f0
0:00:00.074143750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='jpegformat'
0:00:00.074158375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='JPEG interchange format plugin'
0:00:00.074170750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjpegformat.so'
0:00:00.074182500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.074193500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.074204625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.074215875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.074227375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.074238625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.074253125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106bf0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjpegformat.so"
0:00:00.074271875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstjpegformat.so"
0:00:00.074285250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'jpegformat' plugin with 2 features from binary registry
0:00:00.074299500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'jpegformat' feature 'jpegparse' typename : 'GstElementFactory'
0:00:00.074329000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ed4f0
0:00:00.074357375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.074371125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074385125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.074397750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074411375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.074423625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074437500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.074449875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074463375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.074475625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed5f8
0:00:00.074490375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.074502125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed6b8
0:00:00.074515625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.074531750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110d40 (jpegparse)
0:00:00.074549625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<jpegparse> set parent (ref and sink)
0:00:00.074563750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for jpegparse
0:00:00.074576625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature jpegparse, plugin 0x3d106bf0 jpegformat
0:00:00.074590875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'jpegformat' feature 'jifmux' typename : 'GstElementFactory'
0:00:00.074621125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ed6f0
0:00:00.074639125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.074652000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074666000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.074678375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074692250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.074704375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074718500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.074741875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.074757125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.074769500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed7f8
0:00:00.074782375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.074794250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ed810
0:00:00.074807000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.074818875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46ed828
0:00:00.074839000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d110e20 (jifmux)
0:00:00.074856500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<jifmux> set parent (ref and sink)
0:00:00.074870375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for jifmux
0:00:00.074883125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature jifmux, plugin 0x3d106bf0 jpegformat
0:00:00.074897125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 108613(1a845)/405909
0:00:00.074910500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ed848
0:00:00.074940250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='audiobuffersplit'
0:00:00.074954625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Audio buffer splitter'
0:00:00.074966250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiobuffersplit.so'
0:00:00.074978000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.074989125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.075000000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.075011500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins'
0:00:00.075022750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.075034250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.075048875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106d20 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiobuffersplit.so"
0:00:00.075067125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiobuffersplit.so"
0:00:00.075091125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'audiobuffersplit' plugin with 1 features from binary registry
0:00:00.075106875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'audiobuffersplit' feature 'audiobuffersplit' typename : 'GstElementFactory'
0:00:00.075136375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ed948
0:00:00.075162500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.075176750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075190875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.075205000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075219250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.075231625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075246000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.075258500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075272125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.075284625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eda50
0:00:00.075298750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.075310750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eda68
0:00:00.075323750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.075340125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d113050 (audiobuffersplit)
0:00:00.075358250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audiobuffersplit> set parent (ref and sink)
0:00:00.075372500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audiobuffersplit
0:00:00.075385375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audiobuffersplit, plugin 0x3d106d20 audiobuffersplit
0:00:00.075400250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 109185(1aa81)/405909
0:00:00.075414500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46eda88
0:00:00.075453625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='bayer'
0:00:00.075468750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Elements to convert Bayer images'
0:00:00.075491625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstbayer.so'
0:00:00.075505000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.075516375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.075527375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.075538875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.075550500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.075562250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.075577375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d106e50 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstbayer.so"
0:00:00.075597500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstbayer.so"
0:00:00.075610875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'bayer' plugin with 2 features from binary registry
0:00:00.075624500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'bayer' feature 'bayer2rgb' typename : 'GstElementFactory'
0:00:00.075653750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46edb80
0:00:00.075671875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.075684750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075699125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.075711750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075725500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.075737625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075751750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.075764250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075777750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.075790125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46edc80
0:00:00.075805125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.075817125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46edd48
0:00:00.075842625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.075860500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d113130 (bayer2rgb)
0:00:00.075882000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<bayer2rgb> set parent (ref and sink)
0:00:00.075896875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for bayer2rgb
0:00:00.075909750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature bayer2rgb, plugin 0x3d106e50 bayer
0:00:00.075923625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'bayer' feature 'rgb2bayer' typename : 'GstElementFactory'
0:00:00.075952375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ede18
0:00:00.075970125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.075982875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.075997250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.076009750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076023500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.076035875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076050000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.076062250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076077125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.076089250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46edf10
0:00:00.076103500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.076115375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46edfc0
0:00:00.076132375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.076149125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d113210 (rgb2bayer)
0:00:00.076166000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rgb2bayer> set parent (ref and sink)
0:00:00.076180000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rgb2bayer
0:00:00.076192875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rgb2bayer, plugin 0x3d106e50 bayer
0:00:00.076206750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 110678(1b056)/405909
0:00:00.076234000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ee058
0:00:00.076264125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='dvdspu'
0:00:00.076278375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='DVD Sub-picture Overlay element'
0:00:00.076290250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdvdspu.so'
0:00:00.076302125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.076313125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.076324125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.076335375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.076347000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.076358250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.076373000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115020 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdvdspu.so"
0:00:00.076389875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdvdspu.so"
0:00:00.076403125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'dvdspu' plugin with 1 features from binary registry
0:00:00.076416750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'dvdspu' feature 'dvdspu' typename : 'GstElementFactory'
0:00:00.076445125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ee150
0:00:00.076463125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.076476000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076490000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.076502625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076516375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.076528500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076543750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.076556125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.076569375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=3
0:00:00.076581375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee298
0:00:00.076606375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.076619375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee308
0:00:00.076633375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video
0:00:00.076645125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee380
0:00:00.076658625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template subpicture
0:00:00.076674875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1132f0 (dvdspu)
0:00:00.076691375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<dvdspu> set parent (ref and sink)
0:00:00.076704875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for dvdspu
0:00:00.076717625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature dvdspu, plugin 0x3d115020 dvdspu
0:00:00.076731125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 111542(1b3b6)/405909
0:00:00.076744375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ee3b8
0:00:00.076772500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='subparse'
0:00:00.076786625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Subtitle parsing'
0:00:00.076798000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsubparse.so'
0:00:00.076809500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.076820500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.076831500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.076842875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.076854125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.076865375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.076879750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115150 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsubparse.so"
0:00:00.076897000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsubparse.so"
0:00:00.076909875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'subparse' plugin with 3 features from binary registry
0:00:00.076939000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'subparse' feature 'subparse_typefind' typename : 'GstTypeFindFactory'
0:00:00.076974250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46ee4b0
0:00:00.076994875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 8 Typefind extensions at address 0xffffb46ee4d7
0:00:00.077015000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1133d0 (subparse_typefind)
0:00:00.077032500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<subparse_typefind> set parent (ref and sink)
0:00:00.077062000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for subparse_typefind
0:00:00.077078125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature subparse_typefind, plugin 0x3d115150 subparse
0:00:00.077092625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'subparse' feature 'subparse' typename : 'GstElementFactory'
0:00:00.077122000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ee518
0:00:00.077140250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.077153250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077167750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.077180375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077194375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.077207750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077222375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.077235125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077249625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.077261750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee668
0:00:00.077284250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.077298250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee760
0:00:00.077312125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.077329250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1134b0 (subparse)
0:00:00.077346375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<subparse> set parent (ref and sink)
0:00:00.077372625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for subparse
0:00:00.077386500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature subparse, plugin 0x3d115150 subparse
0:00:00.077400750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'subparse' feature 'ssaparse' typename : 'GstElementFactory'
0:00:00.077430625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ee7c0
0:00:00.077448250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.077461125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077475250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.077488000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077501750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.077514000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077528250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.077540750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077554375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.077566625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee8b0
0:00:00.077580250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.077592125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ee8e8
0:00:00.077605375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.077621875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d113590 (ssaparse)
0:00:00.077638875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<ssaparse> set parent (ref and sink)
0:00:00.077652625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for ssaparse
0:00:00.077665250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature ssaparse, plugin 0x3d115150 subparse
0:00:00.077678750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 112924(1b91c)/405909
0:00:00.077692000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ee920
0:00:00.077721250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='shm'
0:00:00.077735250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='shared memory sink source'
0:00:00.077757375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstshm.so'
0:00:00.077770500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.077781500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.077792375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.077803625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.077814625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.077826000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.077840750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115280 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstshm.so"
0:00:00.077858125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstshm.so"
0:00:00.077871125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'shm' plugin with 2 features from binary registry
0:00:00.077890500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'shm' feature 'shmsrc' typename : 'GstElementFactory'
0:00:00.077919375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eea08
0:00:00.077936625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.077949250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077963250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.077975750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.077989500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.078001750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078016125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.078028625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078042250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.078054375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eeaf8
0:00:00.078067250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.078083375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d113670 (shmsrc)
0:00:00.078099875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<shmsrc> set parent (ref and sink)
0:00:00.078124875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for shmsrc
0:00:00.078138375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature shmsrc, plugin 0x3d115280 shm
0:00:00.078152125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'shm' feature 'shmsink' typename : 'GstElementFactory'
0:00:00.078180625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eeb28
0:00:00.078198125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.078211000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078225000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.078237375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078250875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.078263000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078277375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.078289625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078303125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.078315250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eec20
0:00:00.078328000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.078345750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d117020 (shmsink)
0:00:00.078362500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<shmsink> set parent (ref and sink)
0:00:00.078376625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for shmsink
0:00:00.078389375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature shmsink, plugin 0x3d115280 shm
0:00:00.078403000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 113713(1bc31)/405909
0:00:00.078416375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46eec38
0:00:00.078444750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='coloreffects'
0:00:00.078458625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Color Look-up Table filters'
0:00:00.078470500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcoloreffects.so'
0:00:00.078482125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.078503375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.078515750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.078527125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.078538375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.078549500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.078564375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1153b0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcoloreffects.so"
0:00:00.078581625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstcoloreffects.so"
0:00:00.078594750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'coloreffects' plugin with 2 features from binary registry
0:00:00.078608125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'coloreffects' feature 'coloreffects' typename : 'GstElementFactory'
0:00:00.078636125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eed40
0:00:00.078653625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.078666250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078680250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.078693000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078706750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.078719000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078733000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.078745500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078758875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.078770875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eee38
0:00:00.078785875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.078797875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46eef10
0:00:00.078811875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.078827875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d117100 (coloreffects)
0:00:00.078855875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<coloreffects> set parent (ref and sink)
0:00:00.078870500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for coloreffects
0:00:00.078883375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature coloreffects, plugin 0x3d1153b0 coloreffects
0:00:00.078897250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'coloreffects' feature 'chromahold' typename : 'GstElementFactory'
0:00:00.078926000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ef000
0:00:00.078943875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.078956625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078970500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.078983125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.078996750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.079009375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079024125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.079036375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079049875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.079061875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef118
0:00:00.079076625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.079088750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef1e0
0:00:00.079102250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.079118375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1171e0 (chromahold)
0:00:00.079141000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<chromahold> set parent (ref and sink)
0:00:00.079154875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for chromahold
0:00:00.079167500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature chromahold, plugin 0x3d1153b0 coloreffects
0:00:00.079181375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 115363(1c2a3)/405909
0:00:00.079194750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ef2a8
0:00:00.079224750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='pcapparse'
0:00:00.079259125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Element parsing raw pcap streams'
0:00:00.079272375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpcapparse.so'
0:00:00.079284250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.079295375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.079306375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.079317500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.079328875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.079340250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.079355000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1154e0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpcapparse.so"
0:00:00.079372000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpcapparse.so"
0:00:00.079385125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'pcapparse' plugin with 2 features from binary registry
0:00:00.079398500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'pcapparse' feature 'pcapparse' typename : 'GstElementFactory'
0:00:00.079437000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ef3a8
0:00:00.079455250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.079467875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079481750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.079494125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079507625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.079519750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079533625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.079546000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079559750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.079571875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef498
0:00:00.079585250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.079597125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef4b0
0:00:00.079623750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.079641750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1172c0 (pcapparse)
0:00:00.079658625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pcapparse> set parent (ref and sink)
0:00:00.079672500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pcapparse
0:00:00.079685250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature pcapparse, plugin 0x3d1154e0 pcapparse
0:00:00.079698750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'pcapparse' feature 'irtspparse' typename : 'GstElementFactory'
0:00:00.079729125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ef4e0
0:00:00.079746750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.079759500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079773125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.079785625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079799500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.079811625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079826000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.079838250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.079851625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.079864000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef5c8
0:00:00.079876750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.079888375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef5e0
0:00:00.079901875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.079918250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1173a0 (irtspparse)
0:00:00.079934875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<irtspparse> set parent (ref and sink)
0:00:00.079949375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for irtspparse
0:00:00.079962250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature irtspparse, plugin 0x3d1154e0 pcapparse
0:00:00.079976000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 116242(1c612)/405909
0:00:00.080000000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ef618
0:00:00.080029750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='sdpelem'
0:00:00.080043875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='configure streaming sessions using SDP'
0:00:00.080055625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsdpelem.so'
0:00:00.080067250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.080078375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.080089375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.080100625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.080112000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.080123250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.080137875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115610 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsdpelem.so"
0:00:00.080157750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsdpelem.so"
0:00:00.080171250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'sdpelem' plugin with 2 features from binary registry
0:00:00.080185000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'sdpelem' feature 'sdpdemux' typename : 'GstElementFactory'
0:00:00.080213125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ef718
0:00:00.080230750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.080243375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080257125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.080271000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080284750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.080297000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080311250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.080323750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080337125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.080359750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef810
0:00:00.080374375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.080386375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef830
0:00:00.080400250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template stream_%u
0:00:00.080412000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46ef854
0:00:00.080440250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d117480 (sdpdemux)
0:00:00.080458750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<sdpdemux> set parent (ref and sink)
0:00:00.080472875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for sdpdemux
0:00:00.080485875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature sdpdemux, plugin 0x3d115610 sdpelem
0:00:00.080500125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'sdpelem' feature 'sdpsrc' typename : 'GstElementFactory'
0:00:00.080529625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46ef880
0:00:00.080547125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.080560125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080574375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.080587125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080601000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.080613750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080627750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.080640375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.080653875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.080666000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46ef968
0:00:00.080679250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template stream_%u
0:00:00.080691000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:628:gst_registry_chunks_load_feature: Reading 1 UriTypes at address 0xffffb46ef98c
0:00:00.080704375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46ef998
0:00:00.080722375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d117560 (sdpsrc)
0:00:00.080750250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<sdpsrc> set parent (ref and sink)
0:00:00.080764875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for sdpsrc
0:00:00.080777875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature sdpsrc, plugin 0x3d115610 sdpelem
0:00:00.080791625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 117172(1c9b4)/405909
0:00:00.080805000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46ef9b8
0:00:00.080834000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='mulaw'
0:00:00.080848250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='MuLaw audio conversion routines'
0:00:00.080859875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmulaw.so'
0:00:00.080871750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.080883000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.080894000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.080905625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.080917375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.080928875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.080943750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115740 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmulaw.so"
0:00:00.080961250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmulaw.so"
0:00:00.080974750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'mulaw' plugin with 2 features from binary registry
0:00:00.080988250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'mulaw' feature 'mulawenc' typename : 'GstElementFactory'
0:00:00.081016500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46efab0
0:00:00.081034125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.081062750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081081500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.081094500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081108625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.081132625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081148875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.081161375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081175125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.081187375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46efbb0
0:00:00.081200875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.081212875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46efc00
0:00:00.081227375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.081239125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46efc7f
0:00:00.081257000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d117640 (mulawenc)
0:00:00.081273750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mulawenc> set parent (ref and sink)
0:00:00.081287375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mulawenc
0:00:00.081300250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mulawenc, plugin 0x3d115740 mulaw
0:00:00.081313875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'mulaw' feature 'mulawdec' typename : 'GstElementFactory'
0:00:00.081342500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46efca8
0:00:00.081360250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.081373000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081387000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.081399625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081413250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.081425375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081439500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.081452000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081465625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.081477625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46efda8
0:00:00.081502250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.081515125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46efe28
0:00:00.081528125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.081544375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11a830 (mulawdec)
0:00:00.081561375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mulawdec> set parent (ref and sink)
0:00:00.081575125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mulawdec
0:00:00.081587750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mulawdec, plugin 0x3d115740 mulaw
0:00:00.081601375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 118391(1ce77)/405909
0:00:00.081614625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46efe78
0:00:00.081645750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='imxcompositor'
0:00:00.081660000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='IMX Video Composition Plugins'
0:00:00.081671875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimxcompositor.so'
0:00:00.081683500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='4.4.4'
0:00:00.081694625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.081705500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='imx-gst1.0-plugin'
0:00:00.081716875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='Freescle Gstreamer Multimedia Plugins'
0:00:00.081728000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='http://www.freescale.com'
0:00:00.081739250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=
0:00:00.081754125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115870 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimxcompositor.so"
0:00:00.081771500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimxcompositor.so"
0:00:00.081784625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'imxcompositor' plugin with 1 features from binary registry
0:00:00.081798000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'imxcompositor' feature 'imxcompositor_g2d' typename : 'GstElementFactory'
0:00:00.081826250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46eff80
0:00:00.081867000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.081881500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081896000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.081908625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081922750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.081935125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081949125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.081961500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.081975000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.081987250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0080
0:00:00.082012500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%u
0:00:00.082026125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f01d8
0:00:00.082041500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.082053375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f02ed
0:00:00.082071750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11a910 (imxcompositor_g2d)
0:00:00.082089000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<imxcompositor_g2d> set parent (ref and sink)
0:00:00.082102750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for imxcompositor_g2d
0:00:00.082115750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature imxcompositor_g2d, plugin 0x3d115870 imxcompositor
0:00:00.082130375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 119547(1d2fb)/405909
0:00:00.082143750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f0300
0:00:00.082173875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='imagefreeze'
0:00:00.082187875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Still frame stream generator'
0:00:00.082199500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimagefreeze.so'
0:00:00.082211250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.082222250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.082243750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.082256625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.082267875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.082279250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.082294000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1159a0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimagefreeze.so"
0:00:00.082311000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstimagefreeze.so"
0:00:00.082324750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'imagefreeze' plugin with 1 features from binary registry
0:00:00.082338375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'imagefreeze' feature 'imagefreeze' typename : 'GstElementFactory'
0:00:00.082374750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f0408
0:00:00.082393125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.082405750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082420000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.082432750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082446500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.082458625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082473000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.082485250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082498875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.082510875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0518
0:00:00.082526250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.082538000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0538
0:00:00.082550750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.082566625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11a9f0 (imagefreeze)
0:00:00.082583750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<imagefreeze> set parent (ref and sink)
0:00:00.082598000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for imagefreeze
0:00:00.082621375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature imagefreeze, plugin 0x3d1159a0 imagefreeze
0:00:00.082636625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 120144(1d550)/405909
0:00:00.082650500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f0550
0:00:00.082687250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='ossaudio'
0:00:00.082702125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='OSS (Open Sound System) support for GStreamer'
0:00:00.082713875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstossaudio.so'
0:00:00.082725500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.082736750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.082747750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.082759000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.082770750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.082782250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.082797000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115ad0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstossaudio.so"
0:00:00.082814125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstossaudio.so"
0:00:00.082827375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'ossaudio' plugin with 2 features from binary registry
0:00:00.082846000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ossaudio' feature 'osssrc' typename : 'GstElementFactory'
0:00:00.082874875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f0658
0:00:00.082892750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.082905500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082919500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.082931875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082945500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.082958250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.082986750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.083000500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083014875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.083026875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0768
0:00:00.083042500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.083059125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11aad0 (osssrc)
0:00:00.083075625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<osssrc> set parent (ref and sink)
0:00:00.083089375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for osssrc
0:00:00.083102000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature osssrc, plugin 0x3d115ad0 ossaudio
0:00:00.083115500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ossaudio' feature 'osssink' typename : 'GstElementFactory'
0:00:00.083143750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f08b8
0:00:00.083161250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.083174000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083188000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.083200375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083214000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.083226125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083240250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.083252750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083266750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.083278750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f09c8
0:00:00.083293875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.083309875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11abb0 (osssink)
0:00:00.083326750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<osssink> set parent (ref and sink)
0:00:00.083341000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for osssink
0:00:00.083353500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature osssink, plugin 0x3d115ad0 ossaudio
0:00:00.083377375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 121598(1dafe)/405909
0:00:00.083392000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f0b00
0:00:00.083420750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='mpegtsdemux'
0:00:00.083434875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='MPEG TS demuxer'
0:00:00.083446250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsdemux.so'
0:00:00.083457750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.083468750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.083479625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.083491000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.083502000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.083513250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.083527625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115c00 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsdemux.so"
0:00:00.083544750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsdemux.so"
0:00:00.083557875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'mpegtsdemux' plugin with 2 features from binary registry
0:00:00.083571125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'mpegtsdemux' feature 'tsparse' typename : 'GstElementFactory'
0:00:00.083598625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f0bf0
0:00:00.083616250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.083629000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083643000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.083655625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083669125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.083681250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083695375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.083707750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083732625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=3
0:00:00.083745625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0d20
0:00:00.083760125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.083772375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0d58
0:00:00.083785625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.083797375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0d90
0:00:00.083811000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template program_%u
0:00:00.083827375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11ac90 (tsparse)
0:00:00.083843875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<tsparse> set parent (ref and sink)
0:00:00.083858125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for tsparse
0:00:00.083870750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature tsparse, plugin 0x3d115c00 mpegtsdemux
0:00:00.083884375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'mpegtsdemux' feature 'tsdemux' typename : 'GstElementFactory'
0:00:00.083912500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f0de8
0:00:00.083930750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.083943500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083957625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.083970000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.083983375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.083995625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084009750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.084022250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084036625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=5
0:00:00.084048750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0f20
0:00:00.084062000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.084073625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f0f58
0:00:00.084100125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%01x_%05x
0:00:00.084113125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f10a8
0:00:00.084129625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%01x_%05x
0:00:00.084141375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1268
0:00:00.084154750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template subpicture_%01x_%05x
0:00:00.084166750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f12c0
0:00:00.084180625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template private_%01x_%05x
0:00:00.084197000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11ad70 (tsdemux)
0:00:00.084214000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<tsdemux> set parent (ref and sink)
0:00:00.084228000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for tsdemux
0:00:00.084240875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature tsdemux, plugin 0x3d115c00 mpegtsdemux
0:00:00.084254375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 123614(1e2de)/405909
0:00:00.084267625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f12e0
0:00:00.084295875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='id3tag'
0:00:00.084309750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ID3 v1 and v2 muxing plugin'
0:00:00.084321625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstid3tag.so'
0:00:00.084333125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.084344125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.084355000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.084366250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.084377500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.084388625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.084403250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115d30 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstid3tag.so"
0:00:00.084431250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstid3tag.so"
0:00:00.084445250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'id3tag' plugin with 1 features from binary registry
0:00:00.084458750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'id3tag' feature 'id3mux' typename : 'GstElementFactory'
0:00:00.084486750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f13d0
0:00:00.084504625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.084517375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084531375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.084543875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084557625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.084569625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084584125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.084596500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.084610875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.084622875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1510
0:00:00.084635500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.084647250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1528
0:00:00.084671000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.084684250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f1546
0:00:00.084702375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11ae50 (id3mux)
0:00:00.084719375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<id3mux> set parent (ref and sink)
0:00:00.084733000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for id3mux
0:00:00.084745625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature id3mux, plugin 0x3d115d30 id3tag
0:00:00.084759500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 124243(1e553)/405909
0:00:00.084772875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f1558
0:00:00.084803375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videocrop'
0:00:00.084827875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Crops video into a user-defined region'
0:00:00.084841000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideocrop.so'
0:00:00.084852625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.084863750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.084874750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.084886250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.084898125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.084909500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.084924375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d115e60 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideocrop.so"
0:00:00.084941875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideocrop.so"
0:00:00.084955250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videocrop' plugin with 2 features from binary registry
0:00:00.084968875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videocrop' feature 'videocrop' typename : 'GstElementFactory'
0:00:00.084997375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f1660
0:00:00.085015250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.085028000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085055000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.085072000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085086250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.085098500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085112875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.085125375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085139000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.085151375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1748
0:00:00.085167375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.085189750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1878
0:00:00.085206250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.085223125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11d8a0 (videocrop)
0:00:00.085240500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videocrop> set parent (ref and sink)
0:00:00.085254750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videocrop
0:00:00.085267875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videocrop, plugin 0x3d115e60 videocrop
0:00:00.085282000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videocrop' feature 'aspectratiocrop' typename : 'GstElementFactory'
0:00:00.085312125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f19c8
0:00:00.085330125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.085342875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085356625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.085369000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085382625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.085394750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085409250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.085421625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085435250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.085447250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1ab8
0:00:00.085461875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.085473625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1be8
0:00:00.085488375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.085500000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f1d10
0:00:00.085517750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11d980 (aspectratiocrop)
0:00:00.085535000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<aspectratiocrop> set parent (ref and sink)
0:00:00.085549250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for aspectratiocrop
0:00:00.085572875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature aspectratiocrop, plugin 0x3d115e60 videocrop
0:00:00.085587875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 126238(1ed1e)/405909
0:00:00.085601625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f1d20
0:00:00.085631000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='freeverb'
0:00:00.085645625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Reverberation/room effect'
0:00:00.085657250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfreeverb.so'
0:00:00.085669000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.085680125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.085691000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.085702125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.085713875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.085725000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.085739625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e040 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfreeverb.so"
0:00:00.085756875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfreeverb.so"
0:00:00.085769875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'freeverb' plugin with 1 features from binary registry
0:00:00.085783375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'freeverb' feature 'freeverb' typename : 'GstElementFactory'
0:00:00.085811000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f1e18
0:00:00.085828500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.085841250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085855250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.085867750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085881375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.085895250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085909250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.085932500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.085947375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.085959375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1f08
0:00:00.085973750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.085985625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f1f90
0:00:00.085999875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.086011625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f201b
0:00:00.086029250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11da60 (freeverb)
0:00:00.086046125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<freeverb> set parent (ref and sink)
0:00:00.086060250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for freeverb
0:00:00.086073000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature freeverb, plugin 0x3d11e040 freeverb
0:00:00.086086500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 127013(1f025)/405909
0:00:00.086099625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f2028
0:00:00.086128500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='y4mdec'
0:00:00.086142875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Demuxes/decodes YUV4MPEG streams'
0:00:00.086154500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgsty4mdec.so'
0:00:00.086166125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.086177000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.086188000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.086199250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins'
0:00:00.086210375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.086221500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.086236000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e170 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsty4mdec.so"
0:00:00.086253000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsty4mdec.so"
0:00:00.086276375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'y4mdec' plugin with 1 features from binary registry
0:00:00.086291125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'y4mdec' feature 'y4mdec' typename : 'GstElementFactory'
0:00:00.086319125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f2110
0:00:00.086336375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.086349250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086363250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.086375625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086389125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.086401500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086415375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.086427875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086441125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.086453125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f21f0
0:00:00.086475500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.086489125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2298
0:00:00.086502250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.086518750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11db40 (y4mdec)
0:00:00.086535625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<y4mdec> set parent (ref and sink)
0:00:00.086549750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for y4mdec
0:00:00.086562750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature y4mdec, plugin 0x3d11e170 y4mdec
0:00:00.086576875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 127695(1f2cf)/405909
0:00:00.086590125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f22d0
0:00:00.086618000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='navigationtest'
0:00:00.086632250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Template for a video filter'
0:00:00.086654750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstnavigationtest.so'
0:00:00.086667625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.086678750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.086689750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.086701250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.086712500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.086723625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.086738375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e2a0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstnavigationtest.so"
0:00:00.086755375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstnavigationtest.so"
0:00:00.086768500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'navigationtest' plugin with 1 features from binary registry
0:00:00.086782250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'navigationtest' feature 'navigationtest' typename : 'GstElementFactory'
0:00:00.086810750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f23e0
0:00:00.086828625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.086841500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086855625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.086868125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086881750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.086894000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086908250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.086920625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.086933625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.086945875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f24f0
0:00:00.086960750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.086972375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2588
0:00:00.087008375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.087027625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11dc20 (navigationtest)
0:00:00.087044625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<navigationtest> set parent (ref and sink)
0:00:00.087058375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for navigationtest
0:00:00.087071125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature navigationtest, plugin 0x3d11e2a0 navigationtest
0:00:00.087085125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 128541(1f61d)/405909
0:00:00.087098500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f2620
0:00:00.087126875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='adpcmenc'
0:00:00.087141250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ADPCM encoder'
0:00:00.087152375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmenc.so'
0:00:00.087163875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.087174875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.087185750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.087196875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.087208375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.087219750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.087234500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e3d0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmenc.so"
0:00:00.087251875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstadpcmenc.so"
0:00:00.087265000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'adpcmenc' plugin with 1 features from binary registry
0:00:00.087278625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'adpcmenc' feature 'adpcmenc' typename : 'GstElementFactory'
0:00:00.087306250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f2708
0:00:00.087323500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.087336250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087350250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.087380375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087395625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.087408000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087422000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.087434500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087448375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.087460625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f27f0
0:00:00.087474625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.087486250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2870
0:00:00.087500500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.087512500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f28f2
0:00:00.087530500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11dd00 (adpcmenc)
0:00:00.087547125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<adpcmenc> set parent (ref and sink)
0:00:00.087560625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for adpcmenc
0:00:00.087573375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature adpcmenc, plugin 0x3d11e3d0 adpcmenc
0:00:00.087587000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 129276(1f8fc)/405909
0:00:00.087600250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f2900
0:00:00.087629000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videoparsersbad'
0:00:00.087643125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='videoparsers'
0:00:00.087654625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoparsersbad.so'
0:00:00.087666250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.087677375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.087688500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.087699500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.087710625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.087732250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.087748250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e500 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoparsersbad.so"
0:00:00.087765500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoparsersbad.so"
0:00:00.087778750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videoparsersbad' plugin with 8 features from binary registry
0:00:00.087797875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'h263parse' typename : 'GstElementFactory'
0:00:00.087826625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f29f8
0:00:00.087844750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.087857375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087871250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.087883625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087897125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.087909250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087923000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.087935375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.087949500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.087963000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2b08
0:00:00.087977500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.087989375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2b78
0:00:00.088003000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.088019000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11dde0 (h263parse)
0:00:00.088035625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<h263parse> set parent (ref and sink)
0:00:00.088049250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for h263parse
0:00:00.088061875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature h263parse, plugin 0x3d11e500 videoparsersbad
0:00:00.088076125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'h264parse' typename : 'GstElementFactory'
0:00:00.088115500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f2bc8
0:00:00.088133375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.088146000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088159750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.088172250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088186000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.088198250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088212125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.088224500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088238000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.088250000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2cb8
0:00:00.088264625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.088276500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2d38
0:00:00.088289875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.088306125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d11dec0 (h264parse)
0:00:00.088323500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<h264parse> set parent (ref and sink)
0:00:00.088337125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for h264parse
0:00:00.088350000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature h264parse, plugin 0x3d11e500 videoparsersbad
0:00:00.088364000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'diracparse' typename : 'GstElementFactory'
0:00:00.088416625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f2d70
0:00:00.088435000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.088448000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088462250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.088475125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088488875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.088513750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088529625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.088542250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088555625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.088567875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2e40
0:00:00.088585000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.088597000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f2fa0
0:00:00.088610375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.088627250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124850 (diracparse)
0:00:00.088644375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<diracparse> set parent (ref and sink)
0:00:00.088658500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for diracparse
0:00:00.088671375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature diracparse, plugin 0x3d11e500 videoparsersbad
0:00:00.088685500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'mpegvideoparse' typename : 'GstElementFactory'
0:00:00.088714125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f2fe0
0:00:00.088736375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.088750375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088764875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.088777750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088792000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.088804500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088819125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.088831500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.088846500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.088858750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3170
0:00:00.088873250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.088885125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f31d8
0:00:00.088909625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.088927875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124930 (mpegvideoparse)
0:00:00.088950375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mpegvideoparse> set parent (ref and sink)
0:00:00.088965375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mpegvideoparse
0:00:00.088978375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mpegvideoparse, plugin 0x3d11e500 videoparsersbad
0:00:00.088992500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'mpeg4videoparse' typename : 'GstElementFactory'
0:00:00.089021125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f3250
0:00:00.089038625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.089070500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089085625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.089098250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089111750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.089124375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089138750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.089152000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089166000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.089178250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3360
0:00:00.089193500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.089205625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3450
0:00:00.089220125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.089236625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124a10 (mpeg4videoparse)
0:00:00.089254500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mpeg4videoparse> set parent (ref and sink)
0:00:00.089268500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mpeg4videoparse
0:00:00.089281500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mpeg4videoparse, plugin 0x3d11e500 videoparsersbad
0:00:00.089296500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'pngparse' typename : 'GstElementFactory'
0:00:00.089338375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f34e0
0:00:00.089356500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.089369500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089383375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.089396250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089410375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.089422625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089436500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.089449750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089463750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.089476500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f35b8
0:00:00.089491250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.089503750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3628
0:00:00.089517500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.089535000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124af0 (pngparse)
0:00:00.089552750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pngparse> set parent (ref and sink)
0:00:00.089567000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pngparse
0:00:00.089580125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature pngparse, plugin 0x3d11e500 videoparsersbad
0:00:00.089594250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'h265parse' typename : 'GstElementFactory'
0:00:00.089624500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f3660
0:00:00.089642250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.089655125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089668750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.089681375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089695000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.089718500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089734000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.089746875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089761000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.089773875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3750
0:00:00.089788375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.089800250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f37d8
0:00:00.089813125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.089829750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124bd0 (h265parse)
0:00:00.089847125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<h265parse> set parent (ref and sink)
0:00:00.089861000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for h265parse
0:00:00.089873875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature h265parse, plugin 0x3d11e500 videoparsersbad
0:00:00.089888125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoparsersbad' feature 'vc1parse' typename : 'GstElementFactory'
0:00:00.089924000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f3810
0:00:00.089941875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.089954625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089968625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.089982375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.089996250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.090008500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090022250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.090035500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090049500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.090061750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3900
0:00:00.090077500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.090089625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3a20
0:00:00.090113500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.090132250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124cb0 (vc1parse)
0:00:00.090150000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<vc1parse> set parent (ref and sink)
0:00:00.090163750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for vc1parse
0:00:00.090176750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature vc1parse, plugin 0x3d11e500 videoparsersbad
0:00:00.090191875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 133739(20a6b)/405909
0:00:00.090206000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f3a70
0:00:00.090237375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videofilter'
0:00:00.090251750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Video filters plugin'
0:00:00.090264000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideofilter.so'
0:00:00.090275500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.090286500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.090297375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.090308750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.090320125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.090331375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.090346375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e630 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideofilter.so"
0:00:00.090364625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideofilter.so"
0:00:00.090378125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videofilter' plugin with 4 features from binary registry
0:00:00.090392875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videofilter' feature 'gamma' typename : 'GstElementFactory'
0:00:00.090421500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f3b68
0:00:00.090439125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.090451750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090476375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.090490000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090503750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.090516125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090530250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.090543500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090556875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.090569250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3c58
0:00:00.090585000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.090596875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3d70
0:00:00.090611250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.090627500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124d90 (gamma)
0:00:00.090645375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<gamma> set parent (ref and sink)
0:00:00.090659625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for gamma
0:00:00.090672750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature gamma, plugin 0x3d11e630 videofilter
0:00:00.090687375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videofilter' feature 'videobalance' typename : 'GstElementFactory'
0:00:00.090724625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f3ea8
0:00:00.090743000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.090755750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090769500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.090782000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090795625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.090808000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090822750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.090835375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.090849000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.090876125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f3fb0
0:00:00.090893500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.090905750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f40d8
0:00:00.090920375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.090932125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f41ff
0:00:00.090951375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d124e70 (videobalance)
0:00:00.090969125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videobalance> set parent (ref and sink)
0:00:00.090982750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videobalance
0:00:00.090995500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videobalance, plugin 0x3d11e630 videofilter
0:00:00.091010250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videofilter' feature 'videoflip' typename : 'GstElementFactory'
0:00:00.091042125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f4230
0:00:00.091059125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.091071875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091085875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.091098500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091112125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.091125750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091139875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.091153000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091166750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.091179125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4308
0:00:00.091195375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.091207375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4430
0:00:00.091222125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.091234000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f4556
0:00:00.091264750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1268c0 (videoflip)
0:00:00.091283375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videoflip> set parent (ref and sink)
0:00:00.091297625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videoflip
0:00:00.091310625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videoflip, plugin 0x3d11e630 videofilter
0:00:00.091324875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videofilter' feature 'videomedian' typename : 'GstElementFactory'
0:00:00.091354625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f4588
0:00:00.091372000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.091384750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091398750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.091411500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091425250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.091437750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091451500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.091463750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.091477000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.091489000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4670
0:00:00.091507125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.091519750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4710
0:00:00.091533375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.091549625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1269a0 (videomedian)
0:00:00.091566625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videomedian> set parent (ref and sink)
0:00:00.091580375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videomedian
0:00:00.091593125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videomedian, plugin 0x3d11e630 videofilter
0:00:00.091608125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 137135(217af)/405909
0:00:00.091622375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f47b0
0:00:00.091727250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='pbtypes'
0:00:00.091743250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='gst-plugins-base dynamic types'
0:00:00.091755125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpbtypes.so'
0:00:00.091766750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.091777875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.091788875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.091800250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.091812000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.091823625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.091839125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e760 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpbtypes.so"
0:00:00.091857375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpbtypes.so"
0:00:00.091870750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'pbtypes' plugin with 1 features from binary registry
0:00:00.091884750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'pbtypes' feature 'GstVideoMultiviewFlagsSet' typename : 'GstDynamicTypeFactory'
0:00:00.091929250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0be820 (GstVideoMultiviewFlagsSet)
0:00:00.091949875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<GstVideoMultiviewFlagsSet> set parent (ref and sink)
0:00:00.091964500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for GstVideoMultiviewFlagsSet
0:00:00.091977750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature GstVideoMultiviewFlagsSet, plugin 0x3d11e760 pbtypes
0:00:00.091992125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 137424(218d0)/405909
0:00:00.092006125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f48d0
0:00:00.092035250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='videoframe_audiolevel'
0:00:00.092049250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Video frame-synchronized audio level'
0:00:00.092061500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoframe_audiolevel.so'
0:00:00.092084125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.092096750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.092107875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.092119000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.092130625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.092142000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.092157000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e890 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoframe_audiolevel.so"
0:00:00.092175000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstvideoframe_audiolevel.so"
0:00:00.092188500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'videoframe_audiolevel' plugin with 1 features from binary registry
0:00:00.092202375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'videoframe_audiolevel' feature 'videoframe-audiolevel' typename : 'GstElementFactory'
0:00:00.092232250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f49f8
0:00:00.092250500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.092263625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092277750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.092290500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092304375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.092316750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092331250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.092343875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092357750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=4
0:00:00.092370125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4b08
0:00:00.092384375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template asrc
0:00:00.092396500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4b98
0:00:00.092410250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template asink
0:00:00.092436125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4c28
0:00:00.092451500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template vsrc
0:00:00.092463750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4c48
0:00:00.092476750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template vsink
0:00:00.092493625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126a80 (videoframe-audiolevel)
0:00:00.092510875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videoframe-audiolevel> set parent (ref and sink)
0:00:00.092525250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videoframe-audiolevel
0:00:00.092538500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videoframe-audiolevel, plugin 0x3d11e890 videoframe_audiolevel
0:00:00.092552875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 138338(21c62)/405909
0:00:00.092566625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f4c68
0:00:00.092594875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='mpegtsmux'
0:00:00.092609375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='MPEG-TS muxer'
0:00:00.092620625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsmux.so'
0:00:00.092632625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.092643625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.092654750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.092666000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.092677375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.092688750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.092703375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11e9c0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsmux.so"
0:00:00.092720875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmpegtsmux.so"
0:00:00.092734000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'mpegtsmux' plugin with 1 features from binary registry
0:00:00.092747875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'mpegtsmux' feature 'mpegtsmux' typename : 'GstElementFactory'
0:00:00.092787625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f4d58
0:00:00.092805875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.092818625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092832875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.092845625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092859250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.092871500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092886000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.092898750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.092912125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.092924500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f4e58
0:00:00.092948000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink_%d
0:00:00.092960125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5210
0:00:00.092973625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.092989875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126b60 (mpegtsmux)
0:00:00.093006750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mpegtsmux> set parent (ref and sink)
0:00:00.093020750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mpegtsmux
0:00:00.093033500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mpegtsmux, plugin 0x3d11e9c0 mpegtsmux
0:00:00.093063000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 139875(22263)/405909
0:00:00.093078250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f5268
0:00:00.093108000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='smoothstreaming'
0:00:00.093122125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Microsoft's Smooth Streaming format support '
0:00:00.093134125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmoothstreaming.so'
0:00:00.093145750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.093156750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.093178375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.093191125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.093202375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.093213625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.093228625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11eaf0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmoothstreaming.so"
0:00:00.093246000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstsmoothstreaming.so"
0:00:00.093259375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'smoothstreaming' plugin with 1 features from binary registry
0:00:00.093273250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'smoothstreaming' feature 'mssdemux' typename : 'GstElementFactory'
0:00:00.093302375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5380
0:00:00.093324750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.093338125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093352500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.093365375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093379375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.093391750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093406750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.093419125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093432625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=3
0:00:00.093444750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f54b8
0:00:00.093458125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.093470125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f54e8
0:00:00.093483375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template video_%02u
0:00:00.093495375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5500
0:00:00.093508125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template audio_%02u
0:00:00.093530250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5517
0:00:00.093550250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126c40 (mssdemux)
0:00:00.093567375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<mssdemux> set parent (ref and sink)
0:00:00.093581125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for mssdemux
0:00:00.093594125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature mssdemux, plugin 0x3d11eaf0 smoothstreaming
0:00:00.093608250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 140581(22525)/405909
0:00:00.093621750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f5528
0:00:00.093650000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='autoconvert'
0:00:00.093664250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Selects convertor element based on caps'
0:00:00.093676250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautoconvert.so'
0:00:00.093688000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.093699125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.093710125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.093721375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.093732750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.093744000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.093758625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11ec20 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautoconvert.so"
0:00:00.093776375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautoconvert.so"
0:00:00.093789625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'autoconvert' plugin with 2 features from binary registry
0:00:00.093803250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autoconvert' feature 'autoconvert' typename : 'GstElementFactory'
0:00:00.093831750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5638
0:00:00.093849500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.093862375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093893750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.093907875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093921500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.093933750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093948250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.093960875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.093974375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.093986875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5748
0:00:00.093999250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.094011125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5758
0:00:00.094023625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.094035500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5769
0:00:00.094053500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126d20 (autoconvert)
0:00:00.094070875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autoconvert> set parent (ref and sink)
0:00:00.094084625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autoconvert
0:00:00.094097500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autoconvert, plugin 0x3d11ec20 autoconvert
0:00:00.094111625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autoconvert' feature 'autovideoconvert' typename : 'GstElementFactory'
0:00:00.094144125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f57a0
0:00:00.094162750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.094175375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094189750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.094202500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094216250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.094228875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094243125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.094255250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094282125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.094295625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f58d0
0:00:00.094308500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.094320250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f58e0
0:00:00.094332625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.094344250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f58f1
0:00:00.094363750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126e00 (autovideoconvert)
0:00:00.094381500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autovideoconvert> set parent (ref and sink)
0:00:00.094395750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autovideoconvert
0:00:00.094408875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autovideoconvert, plugin 0x3d11ec20 autoconvert
0:00:00.094423500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 141567(228ff)/405909
0:00:00.094437125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f5900
0:00:00.094478625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='autodetect'
0:00:00.094493875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Plugin contains auto-detection plugins for video/audio in- and outputs'
0:00:00.094506000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautodetect.so'
0:00:00.094518125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.094529375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.094540625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.094552250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.094564125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.094575375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.094590375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11ed50 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautodetect.so"
0:00:00.094608250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstautodetect.so"
0:00:00.094632625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'autodetect' plugin with 4 features from binary registry
0:00:00.094647625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autodetect' feature 'autovideosink' typename : 'GstElementFactory'
0:00:00.094676625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5a30
0:00:00.094694250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.094707250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094721375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.094734000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094747625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.094761250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094775875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.094788375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094801875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.094814250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5b28
0:00:00.094827000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.094838750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5b39
0:00:00.094856625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d126ee0 (autovideosink)
0:00:00.094874000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autovideosink> set parent (ref and sink)
0:00:00.094887875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autovideosink
0:00:00.094900500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autovideosink, plugin 0x3d11ed50 autodetect
0:00:00.094914875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autodetect' feature 'autovideosrc' typename : 'GstElementFactory'
0:00:00.094943500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5b68
0:00:00.094961750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.094974750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.094988750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.095001500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095025750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.095039250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095053750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.095066375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095080500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.095092875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5c90
0:00:00.095105875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.095117875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5ca0
0:00:00.095136000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c2060 (autovideosrc)
0:00:00.095153125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autovideosrc> set parent (ref and sink)
0:00:00.095166875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autovideosrc
0:00:00.095179750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autovideosrc, plugin 0x3d11ed50 autodetect
0:00:00.095194250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autodetect' feature 'autoaudiosink' typename : 'GstElementFactory'
0:00:00.095223000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5cd0
0:00:00.095240875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.095253750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095267625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.095280375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095294000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.095306500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095321000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.095333625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095347000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.095359250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5dc8
0:00:00.095372000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.095383750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5dd9
0:00:00.095413000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c2140 (autoaudiosink)
0:00:00.095430875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autoaudiosink> set parent (ref and sink)
0:00:00.095445375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autoaudiosink
0:00:00.095458250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autoaudiosink, plugin 0x3d11ed50 autodetect
0:00:00.095472500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'autodetect' feature 'autoaudiosrc' typename : 'GstElementFactory'
0:00:00.095500500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f5e08
0:00:00.095518500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.095531125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095545125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.095557625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095571125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.095583375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095598000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.095610750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.095624750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.095637000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f5f30
0:00:00.095650125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.095662000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f5f40
0:00:00.095680125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c2220 (autoaudiosrc)
0:00:00.095697250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<autoaudiosrc> set parent (ref and sink)
0:00:00.095711375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for autoaudiosrc
0:00:00.095724375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature autoaudiosrc, plugin 0x3d11ed50 autodetect
0:00:00.095738375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 143182(22f4e)/405909
0:00:00.095751875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f5f50
0:00:00.095780500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='festival'
0:00:00.095805375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Synthesizes plain text into audio'
0:00:00.095819250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfestival.so'
0:00:00.095831125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.095842250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.095853125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.095864250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.095875875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.095887250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.095902125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d11ee80 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfestival.so"
0:00:00.095919750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfestival.so"
0:00:00.095933000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'festival' plugin with 1 features from binary registry
0:00:00.095946875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'festival' feature 'festival' typename : 'GstElementFactory'
0:00:00.095975375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f6050
0:00:00.095992875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.096005750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096020125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.096032750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096046375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.096058625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096072750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.096085250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096098750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.096110875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6148
0:00:00.096123875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.096146375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6178
0:00:00.096161500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.096178250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c2300 (festival)
0:00:00.096197875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<festival> set parent (ref and sink)
0:00:00.096211750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for festival
0:00:00.096224500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature festival, plugin 0x3d11ee80 festival
0:00:00.096238500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 143760(23190)/405909
0:00:00.096252000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f6190
0:00:00.096279875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='midi'
0:00:00.096294125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Parse MIDI files'
0:00:00.096305750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmidi.so'
0:00:00.096317500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.096328750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.096339875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.096351375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.096363250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.096374875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.096389750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132020 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmidi.so"
0:00:00.096407125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstmidi.so"
0:00:00.096420500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'midi' plugin with 1 features from binary registry
0:00:00.096433875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'midi' feature 'midiparse' typename : 'GstElementFactory'
0:00:00.096462125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f6278
0:00:00.096479625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.096502625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096518000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.096530750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096544500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.096557000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096571250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.096583875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.096597375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.096609500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6348
0:00:00.096622375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.096634250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6368
0:00:00.096647500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.096664000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c23e0 (midiparse)
0:00:00.096681750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<midiparse> set parent (ref and sink)
0:00:00.096695875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for midiparse
0:00:00.096708750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature midiparse, plugin 0x3d132020 midi
0:00:00.096723125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 144273(23391)/405909
0:00:00.096737125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f6398
0:00:00.096765750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='faceoverlay'
0:00:00.096780125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='SVG Face Overlay'
0:00:00.096791750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfaceoverlay.so'
0:00:00.096803500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.096814625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.096825875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.096837375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.096863750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.096876875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.096892500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132150 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfaceoverlay.so"
0:00:00.096910750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstfaceoverlay.so"
0:00:00.096924000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'faceoverlay' plugin with 1 features from binary registry
0:00:00.096938875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'faceoverlay' feature 'faceoverlay' typename : 'GstElementFactory'
0:00:00.096981500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f6490
0:00:00.097000375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.097014750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097029000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.097059375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097080375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.097093250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097109125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.097121875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097136125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.097148500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6598
0:00:00.097164125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.097176375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6638
0:00:00.097191250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.097203500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f66d1
0:00:00.097226000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c24c0 (faceoverlay)
0:00:00.097245125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<faceoverlay> set parent (ref and sink)
0:00:00.097259500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for faceoverlay
0:00:00.097273875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature faceoverlay, plugin 0x3d132150 faceoverlay
0:00:00.097311500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 145119(236df)/405909
0:00:00.097328250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f66e0
0:00:00.097368500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='png'
0:00:00.097383750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='PNG plugin library'
0:00:00.097395625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpng.so'
0:00:00.097407625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.097418875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.097430000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.097441500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.097453500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.097465000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.097481375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132280 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpng.so"
0:00:00.097500250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstpng.so"
0:00:00.097514875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'png' plugin with 2 features from binary registry
0:00:00.097529875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'png' feature 'pngdec' typename : 'GstElementFactory'
0:00:00.097564875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f67c8
0:00:00.097591375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.097606000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097622125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.097634875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097649375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.097661750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097676500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.097689000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097725000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.097739125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f68b8
0:00:00.097758250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.097770875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6970
0:00:00.097784250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.097805625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c25a0 (pngdec)
0:00:00.097824250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pngdec> set parent (ref and sink)
0:00:00.097839125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pngdec
0:00:00.097852875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature pngdec, plugin 0x3d132280 png
0:00:00.097867625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'png' feature 'pngenc' typename : 'GstElementFactory'
0:00:00.097908500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f69a0
0:00:00.097927500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.097941000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097955875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.097968625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.097983000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.097995375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098010000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.098023250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098037125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.098049875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6a90
0:00:00.098065375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.098077500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6b48
0:00:00.098092125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.098104375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f6bc2
0:00:00.098144625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d0c2680 (pngenc)
0:00:00.098163250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pngenc> set parent (ref and sink)
0:00:00.098177625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pngenc
0:00:00.098190500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature pngenc, plugin 0x3d132280 png
0:00:00.098205500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 146380(23bcc)/405909
0:00:00.098220375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f6bd0
0:00:00.098258875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='rtponvif'
0:00:00.098274125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='ONVIF Streaming features'
0:00:00.098286250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtponvif.so'
0:00:00.098298125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.098309375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='unknown'
0:00:00.098320500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.098331875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.098343625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.098355125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.098370625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1323b0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtponvif.so"
0:00:00.098389250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstrtponvif.so"
0:00:00.098402875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'rtponvif' plugin with 2 features from binary registry
0:00:00.098418250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtponvif' feature 'rtponviftimestamp' typename : 'GstElementFactory'
0:00:00.098449375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f6cd0
0:00:00.098468250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.098481875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098496875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.098523500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098539375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.098552000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098567250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.098580500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098594625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.098607625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6e08
0:00:00.098621750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.098633750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6e28
0:00:00.098646875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.098664375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d133080 (rtponviftimestamp)
0:00:00.098682250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtponviftimestamp> set parent (ref and sink)
0:00:00.098696125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtponviftimestamp
0:00:00.098709250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtponviftimestamp, plugin 0x3d1323b0 rtponvif
0:00:00.098724250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'rtponvif' feature 'rtponvifparse' typename : 'GstElementFactory'
0:00:00.098754250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f6e68
0:00:00.098773125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.098786000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098800500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.098813250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098827000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.098839375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098854500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.098867875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.098882000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.098894750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6fa0
0:00:00.098920250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.098933625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f6fc0
0:00:00.098946625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.098965375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d133160 (rtponvifparse)
0:00:00.098983250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtponvifparse> set parent (ref and sink)
0:00:00.098998000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtponvifparse
0:00:00.099011250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtponvifparse, plugin 0x3d1323b0 rtponvif
0:00:00.099026125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 147422(23fde)/405909
0:00:00.099040500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f6fe0
0:00:00.099076500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='kms'
0:00:00.099091375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Video sink using the Linux kernel mode setting API'
0:00:00.099103250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstkms.so'
0:00:00.099115000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.099126875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.099138125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.099149625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.099161750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.099173250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.099189000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1324e0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstkms.so"
0:00:00.099220500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstkms.so"
0:00:00.099234750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'kms' plugin with 1 features from binary registry
0:00:00.099249875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'kms' feature 'kmssink' typename : 'GstElementFactory'
0:00:00.099282500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46f70e8
0:00:00.099317500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.099333375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.099349125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.099362500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.099377125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.099392625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.099408375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.099421125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.099435375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.099448125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46f71e8
0:00:00.099464125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.099476250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46f72d5
0:00:00.099498875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d133240 (kmssink)
0:00:00.099519750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<kmssink> set parent (ref and sink)
0:00:00.099535500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for kmssink
0:00:00.099548750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature kmssink, plugin 0x3d1324e0 kms
0:00:00.099563250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 148197(242e5)/405909
0:00:00.099577250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f72e8
0:00:00.099616875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='typefindfunctions'
0:00:00.099631750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='default typefind functions'
0:00:00.099643875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgsttypefindfunctions.so'
0:00:00.099655625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.099666875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.099678000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.099689750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.099727000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.099739750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.099756250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132610 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsttypefindfunctions.so"
0:00:00.099776000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsttypefindfunctions.so"
0:00:00.099789750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'typefindfunctions' plugin with 140 features from binary registry
0:00:00.099804875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-ms-asf' typename : 'GstTypeFindFactory'
0:00:00.099841000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f73f8
0:00:00.099864750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f7417
0:00:00.099886750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d133320 (video/x-ms-asf)
0:00:00.099908375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-ms-asf> set parent (ref and sink)
0:00:00.099923125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-ms-asf
0:00:00.099936125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-ms-asf, plugin 0x3d132610 typefindfunctions
0:00:00.099951375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-musepack' typename : 'GstTypeFindFactory'
0:00:00.100001250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7450
0:00:00.100022375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'streamversion'
0:00:00.100036375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.100113625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f748e
0:00:00.100135375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d133400 (audio/x-musepack)
0:00:00.100153375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-musepack> set parent (ref and sink)
0:00:00.100167750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-musepack
0:00:00.100180750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-musepack, plugin 0x3d132610 typefindfunctions
0:00:00.100195000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-au' typename : 'GstTypeFindFactory'
0:00:00.100224500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f74b8
0:00:00.100258125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f74d3
0:00:00.100280250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1334e0 (audio/x-au)
0:00:00.100297875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-au> set parent (ref and sink)
0:00:00.100311875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-au
0:00:00.100324750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-au, plugin 0x3d132610 typefindfunctions
0:00:00.100339125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-msvideo' typename : 'GstTypeFindFactory'
0:00:00.100367625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7500
0:00:00.100389625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7520
0:00:00.100410125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1335c0 (video/x-msvideo)
0:00:00.100427000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-msvideo> set parent (ref and sink)
0:00:00.100440875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-msvideo
0:00:00.100453750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-msvideo, plugin 0x3d132610 typefindfunctions
0:00:00.100468625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/qcelp' typename : 'GstTypeFindFactory'
0:00:00.100497250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7548
0:00:00.100514750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7564
0:00:00.100533625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1336a0 (audio/qcelp)
0:00:00.100550250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/qcelp> set parent (ref and sink)
0:00:00.100563875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/qcelp
0:00:00.100576500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/qcelp, plugin 0x3d132610 typefindfunctions
0:00:00.100590375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-cdxa' typename : 'GstTypeFindFactory'
0:00:00.100618125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7588
0:00:00.100635750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f75a5
0:00:00.100665500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135820 (video/x-cdxa)
0:00:00.100683125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-cdxa> set parent (ref and sink)
0:00:00.100696750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-cdxa
0:00:00.100709250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-cdxa, plugin 0x3d132610 typefindfunctions
0:00:00.100723625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-vcd' typename : 'GstTypeFindFactory'
0:00:00.100752000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f75c8
0:00:00.100769750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f75e4
0:00:00.100788500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135900 (video/x-vcd)
0:00:00.100805125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-vcd> set parent (ref and sink)
0:00:00.100818750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-vcd
0:00:00.100831375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-vcd, plugin 0x3d132610 typefindfunctions
0:00:00.100845375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-imelody' typename : 'GstTypeFindFactory'
0:00:00.100873000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7610
0:00:00.100890500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f7630
0:00:00.100909000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1359e0 (audio/x-imelody)
0:00:00.100925500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-imelody> set parent (ref and sink)
0:00:00.100939000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-imelody
0:00:00.100951625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-imelody, plugin 0x3d132610 typefindfunctions
0:00:00.100965625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/midi' typename : 'GstTypeFindFactory'
0:00:00.101002000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7660
0:00:00.101020125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f767b
0:00:00.101040750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135ac0 (audio/midi)
0:00:00.101458625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/midi> set parent (ref and sink)
0:00:00.101544125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/midi
0:00:00.101583750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/midi, plugin 0x3d132610 typefindfunctions
0:00:00.101624250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/riff-midi' typename : 'GstTypeFindFactory'
0:00:00.101709375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f76a8
0:00:00.101759500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f76c8
0:00:00.101812000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135ba0 (audio/riff-midi)
0:00:00.101857625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/riff-midi> set parent (ref and sink)
0:00:00.101894500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/riff-midi
0:00:00.101928250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/riff-midi, plugin 0x3d132610 typefindfunctions
0:00:00.101967125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/mobile-xmf' typename : 'GstTypeFindFactory'
0:00:00.102044375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f76f8
0:00:00.102092000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7719
0:00:00.102142875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135c80 (audio/mobile-xmf)
0:00:00.102188000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/mobile-xmf> set parent (ref and sink)
0:00:00.102224875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/mobile-xmf
0:00:00.102259000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/mobile-xmf, plugin 0x3d132610 typefindfunctions
0:00:00.102296125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-fli' typename : 'GstTypeFindFactory'
0:00:00.102371000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7740
0:00:00.102417250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f775c
0:00:00.102466875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135d60 (video/x-fli)
0:00:00.102512500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-fli> set parent (ref and sink)
0:00:00.102549250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-fli
0:00:00.102583000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-fli, plugin 0x3d132610 typefindfunctions
0:00:00.102647125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-id3v2' typename : 'GstTypeFindFactory'
0:00:00.102729000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7790
0:00:00.102775625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 7 Typefind extensions at address 0xffffb46f77b2
0:00:00.102827500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d135e40 (application/x-id3v2)
0:00:00.102873625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-id3v2> set parent (ref and sink)
0:00:00.102910625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-id3v2
0:00:00.102945125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-id3v2, plugin 0x3d132610 typefindfunctions
0:00:00.102983000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-id3v1' typename : 'GstTypeFindFactory'
0:00:00.103058625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f77f8
0:00:00.103104375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 7 Typefind extensions at address 0xffffb46f781a
0:00:00.103155625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d137070 (application/x-id3v1)
0:00:00.103229250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-id3v1> set parent (ref and sink)
0:00:00.103270750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-id3v1
0:00:00.103305625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-id3v1, plugin 0x3d132610 typefindfunctions
0:00:00.103343500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-apetag' typename : 'GstTypeFindFactory'
0:00:00.103421000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7860
0:00:00.103468250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f7885
0:00:00.103518750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d137150 (application/x-apetag)
0:00:00.103564750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-apetag> set parent (ref and sink)
0:00:00.103601250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-apetag
0:00:00.103635875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-apetag, plugin 0x3d132610 typefindfunctions
0:00:00.103673875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-ttafile' typename : 'GstTypeFindFactory'
0:00:00.103796875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f78b8
0:00:00.103846625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f78d8
0:00:00.103897500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d137230 (audio/x-ttafile)
0:00:00.103943250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-ttafile> set parent (ref and sink)
0:00:00.103979750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-ttafile
0:00:00.104014500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-ttafile, plugin 0x3d132610 typefindfunctions
0:00:00.104052750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-mod' typename : 'GstTypeFindFactory'
0:00:00.104130000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7900
0:00:00.104177625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 27 Typefind extensions at address 0xffffb46f791c
0:00:00.104238750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d137310 (audio/x-mod)
0:00:00.104283875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-mod> set parent (ref and sink)
0:00:00.104319875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-mod
0:00:00.104353500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-mod, plugin 0x3d132610 typefindfunctions
0:00:00.104391500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/mpeg' typename : 'GstTypeFindFactory'
0:00:00.104466250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f79a8
0:00:00.104523250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'mpegversion'
0:00:00.104559500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.104600625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'layer'
0:00:00.104635625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.104675000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f79ec
0:00:00.104729625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1373f0 (audio/mpeg)
0:00:00.104775625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/mpeg> set parent (ref and sink)
0:00:00.104812625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/mpeg
0:00:00.104847375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/mpeg, plugin 0x3d132610 typefindfunctions
0:00:00.104912875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-ac3' typename : 'GstTypeFindFactory'
0:00:00.104995000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7a20
0:00:00.105076250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f7a3c
0:00:00.105141875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1374d0 (audio/x-ac3)
0:00:00.105187875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-ac3> set parent (ref and sink)
0:00:00.105223875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-ac3
0:00:00.105257750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-ac3, plugin 0x3d132610 typefindfunctions
0:00:00.105295250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-dts' typename : 'GstTypeFindFactory'
0:00:00.105373125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7a68
0:00:00.105420625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7a84
0:00:00.105469250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1375b0 (audio/x-dts)
0:00:00.105514250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-dts> set parent (ref and sink)
0:00:00.105550625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-dts
0:00:00.105584375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-dts, plugin 0x3d132610 typefindfunctions
0:00:00.105622000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-gsm' typename : 'GstTypeFindFactory'
0:00:00.105696500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7aa8
0:00:00.105766875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'rate'
0:00:00.105805625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.105845375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'channels'
0:00:00.105879125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.105915250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7ae5
0:00:00.105965875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d137690 (audio/x-gsm)
0:00:00.106011875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-gsm> set parent (ref and sink)
0:00:00.106049500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-gsm
0:00:00.106124875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-gsm, plugin 0x3d132610 typefindfunctions
0:00:00.106167125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/mpeg-sys' typename : 'GstTypeFindFactory'
0:00:00.106245500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7b10
0:00:00.106292250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'systemstream'
0:00:00.106327875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.106376875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'mpegversion'
0:00:00.106411625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.106448750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f7b62
0:00:00.106501125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1388b0 (video/mpeg-sys)
0:00:00.106546375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/mpeg-sys> set parent (ref and sink)
0:00:00.106583500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/mpeg-sys
0:00:00.106617875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/mpeg-sys, plugin 0x3d132610 typefindfunctions
0:00:00.106656250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/mpegts' typename : 'GstTypeFindFactory'
0:00:00.106736500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7b90
0:00:00.106783375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'systemstream'
0:00:00.106818500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.106855375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'packetsize'
0:00:00.106888500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.106926500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f7be7
0:00:00.106976375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138990 (video/mpegts)
0:00:00.107021250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/mpegts> set parent (ref and sink)
0:00:00.107058750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/mpegts
0:00:00.107093125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/mpegts, plugin 0x3d132610 typefindfunctions
0:00:00.107130750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/ogg' typename : 'GstTypeFindFactory'
0:00:00.107235625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7c18
0:00:00.107292500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 9 Typefind extensions at address 0xffffb46f7c60
0:00:00.107345125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138a70 (application/ogg)
0:00:00.107389750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/ogg> set parent (ref and sink)
0:00:00.107425875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/ogg
0:00:00.107459250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/ogg, plugin 0x3d132610 typefindfunctions
0:00:00.107496500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/mpeg-elementary' typename : 'GstTypeFindFactory'
0:00:00.107571250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7cb0
0:00:00.107616750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'systemstream'
0:00:00.107651250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.107686875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f7ce8
0:00:00.107736125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138b50 (video/mpeg-elementary)
0:00:00.107781750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/mpeg-elementary> set parent (ref and sink)
0:00:00.107818625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/mpeg-elementary
0:00:00.107853500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/mpeg-elementary, plugin 0x3d132610 typefindfunctions
0:00:00.107893250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/mpeg4' typename : 'GstTypeFindFactory'
0:00:00.107968125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7d18
0:00:00.108013500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'systemstream'
0:00:00.108048750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.108084500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7d50
0:00:00.108147250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138c30 (video/mpeg4)
0:00:00.108193000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/mpeg4> set parent (ref and sink)
0:00:00.108229500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/mpeg4
0:00:00.108263500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/mpeg4, plugin 0x3d132610 typefindfunctions
0:00:00.108328000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-h263' typename : 'GstTypeFindFactory'
0:00:00.108406875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7d78
0:00:00.108453500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'variant'
0:00:00.108488125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.108524500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f7daa
0:00:00.108573875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138d10 (video/x-h263)
0:00:00.108618625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-h263> set parent (ref and sink)
0:00:00.108655750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-h263
0:00:00.108690500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-h263, plugin 0x3d132610 typefindfunctions
0:00:00.108728625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-h264' typename : 'GstTypeFindFactory'
0:00:00.108803500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7dd8
0:00:00.108850125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'stream-format'
0:00:00.108885250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.108922500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f7e18
0:00:00.108971500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138df0 (video/x-h264)
0:00:00.109016500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-h264> set parent (ref and sink)
0:00:00.109087625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-h264
0:00:00.109132875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-h264, plugin 0x3d132610 typefindfunctions
0:00:00.109170000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-h265' typename : 'GstTypeFindFactory'
0:00:00.109245500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7e48
0:00:00.109291750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'stream-format'
0:00:00.109327000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.109363875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f7e88
0:00:00.109454625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d138ed0 (video/x-h265)
0:00:00.109503250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-h265> set parent (ref and sink)
0:00:00.109540375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-h265
0:00:00.109575125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-h265, plugin 0x3d132610 typefindfunctions
0:00:00.109611625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-nuv' typename : 'GstTypeFindFactory'
0:00:00.109717500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7eb8
0:00:00.109766500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7ed4
0:00:00.109817750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13c850 (video/x-nuv)
0:00:00.109862750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-nuv> set parent (ref and sink)
0:00:00.109898875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-nuv
0:00:00.109932250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-nuv, plugin 0x3d132610 typefindfunctions
0:00:00.109970125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-m4a' typename : 'GstTypeFindFactory'
0:00:00.110046250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7ef8
0:00:00.110093250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7f14
0:00:00.110144250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13c930 (audio/x-m4a)
0:00:00.110188375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-m4a> set parent (ref and sink)
0:00:00.110224250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-m4a
0:00:00.110258125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-m4a, plugin 0x3d132610 typefindfunctions
0:00:00.110295250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-3gp' typename : 'GstTypeFindFactory'
0:00:00.110369875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7f40
0:00:00.110416875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f7f62
0:00:00.110466000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13ca10 (application/x-3gp)
0:00:00.110511000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-3gp> set parent (ref and sink)
0:00:00.110585625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-3gp
0:00:00.110622500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-3gp, plugin 0x3d132610 typefindfunctions
0:00:00.110660125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/quicktime' typename : 'GstTypeFindFactory'
0:00:00.110736750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7f90
0:00:00.110785625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f7fb0
0:00:00.110837125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13caf0 (video/quicktime)
0:00:00.110881125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/quicktime> set parent (ref and sink)
0:00:00.110917500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/quicktime
0:00:00.110951875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/quicktime, plugin 0x3d132610 typefindfunctions
0:00:00.110989500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-quicktime' typename : 'GstTypeFindFactory'
0:00:00.111064125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f7fe0
0:00:00.111113875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f8002
0:00:00.111162875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13cbd0 (image/x-quicktime)
0:00:00.111208000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-quicktime> set parent (ref and sink)
0:00:00.111245750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-quicktime
0:00:00.111280000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-quicktime, plugin 0x3d132610 typefindfunctions
0:00:00.111317250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/jp2' typename : 'GstTypeFindFactory'
0:00:00.111393750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8030
0:00:00.111439750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f804a
0:00:00.111488750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13ccb0 (image/jp2)
0:00:00.111533125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/jp2> set parent (ref and sink)
0:00:00.111569500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/jp2
0:00:00.112316500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/jp2, plugin 0x3d132610 typefindfunctions
0:00:00.112363250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-jpc' typename : 'GstTypeFindFactory'
0:00:00.112414750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8070
0:00:00.112442625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f808c
0:00:00.112472000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13cd90 (image/x-jpc)
0:00:00.112498000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-jpc> set parent (ref and sink)
0:00:00.112519250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-jpc
0:00:00.112538375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-jpc, plugin 0x3d132610 typefindfunctions
0:00:00.112560000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/mj2' typename : 'GstTypeFindFactory'
0:00:00.112620750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f80b8
0:00:00.112653250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f80d2
0:00:00.112683000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13ce70 (video/mj2)
0:00:00.112708500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/mj2> set parent (ref and sink)
0:00:00.112729250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/mj2
0:00:00.112748875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/mj2, plugin 0x3d132610 typefindfunctions
0:00:00.112769625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/html' typename : 'GstTypeFindFactory'
0:00:00.112812625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f80f8
0:00:00.112850000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f8112
0:00:00.112881250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13d860 (text/html)
0:00:00.112912500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/html> set parent (ref and sink)
0:00:00.112934750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/html
0:00:00.112954500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/html, plugin 0x3d132610 typefindfunctions
0:00:00.112976125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/vnd.rn-realmedia' typename : 'GstTypeFindFactory'
0:00:00.113019625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8150
0:00:00.113092125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f817d
0:00:00.113129000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13d940 (application/vnd.rn-realmedia)
0:00:00.113155625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/vnd.rn-realmedia> set parent (ref and sink)
0:00:00.113176875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/vnd.rn-realmedia
0:00:00.113197250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/vnd.rn-realmedia, plugin 0x3d132610 typefindfunctions
0:00:00.113218375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-pn-realaudio' typename : 'GstTypeFindFactory'
0:00:00.113262500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f81c0
0:00:00.113289250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f81eb
0:00:00.113318250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13da20 (application/x-pn-realaudio)
0:00:00.113344000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-pn-realaudio> set parent (ref and sink)
0:00:00.113365125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-pn-realaudio
0:00:00.113384250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-pn-realaudio, plugin 0x3d132610 typefindfunctions
0:00:00.113405625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-shockwave-flash' typename : 'GstTypeFindFactory'
0:00:00.113449250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8230
0:00:00.113476625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f825e
0:00:00.113505375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13db00 (application/x-shockwave-flash)
0:00:00.113531125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-shockwave-flash> set parent (ref and sink)
0:00:00.113552250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-shockwave-flash
0:00:00.113572375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-shockwave-flash, plugin 0x3d132610 typefindfunctions
0:00:00.113593375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/dash+xml' typename : 'GstTypeFindFactory'
0:00:00.113636250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8290
0:00:00.113679000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f82b5
0:00:00.113708750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13dbe0 (application/dash+xml)
0:00:00.113734375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/dash+xml> set parent (ref and sink)
0:00:00.113755375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/dash+xml
0:00:00.113775000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/dash+xml, plugin 0x3d132610 typefindfunctions
0:00:00.113796250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/vnd.ms-sstr+xml' typename : 'GstTypeFindFactory'
0:00:00.113838875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f82f0
0:00:00.113871500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13dcc0 (application/vnd.ms-sstr+xml)
0:00:00.113899250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/vnd.ms-sstr+xml> set parent (ref and sink)
0:00:00.113919875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/vnd.ms-sstr+xml
0:00:00.113939750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/vnd.ms-sstr+xml, plugin 0x3d132610 typefindfunctions
0:00:00.113960625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-flv' typename : 'GstTypeFindFactory'
0:00:00.114017125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8340
0:00:00.114045250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f835c
0:00:00.114073500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13dda0 (video/x-flv)
0:00:00.114099000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-flv> set parent (ref and sink)
0:00:00.114119750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-flv
0:00:00.114139000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-flv, plugin 0x3d132610 typefindfunctions
0:00:00.114160375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/plain' typename : 'GstTypeFindFactory'
0:00:00.114203000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8380
0:00:00.114229000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f839b
0:00:00.114256625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d13de80 (text/plain)
0:00:00.114310250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/plain> set parent (ref and sink)
0:00:00.114349250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/plain
0:00:00.114369625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/plain, plugin 0x3d132610 typefindfunctions
0:00:00.114391000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/utf-16' typename : 'GstTypeFindFactory'
0:00:00.114435000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f83c0
0:00:00.114461500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f83dc
0:00:00.114489250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d140030 (text/utf-16)
0:00:00.114514750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/utf-16> set parent (ref and sink)
0:00:00.114535500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/utf-16
0:00:00.114554750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/utf-16, plugin 0x3d132610 typefindfunctions
0:00:00.114575625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/utf-32' typename : 'GstTypeFindFactory'
0:00:00.114618500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8400
0:00:00.114644875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f841c
0:00:00.114673250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d140110 (text/utf-32)
0:00:00.114698875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/utf-32> set parent (ref and sink)
0:00:00.114719625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/utf-32
0:00:00.114738875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/utf-32, plugin 0x3d132610 typefindfunctions
0:00:00.114759875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/uri-list' typename : 'GstTypeFindFactory'
0:00:00.114802375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8448
0:00:00.114828875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8466
0:00:00.114856750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1401f0 (text/uri-list)
0:00:00.114882250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/uri-list> set parent (ref and sink)
0:00:00.114903250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/uri-list
0:00:00.114922625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/uri-list, plugin 0x3d132610 typefindfunctions
0:00:00.114959125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/itc' typename : 'GstTypeFindFactory'
0:00:00.115005125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8490
0:00:00.115031750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f84b0
0:00:00.115061000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1402d0 (application/itc)
0:00:00.115087000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/itc> set parent (ref and sink)
0:00:00.115107875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/itc
0:00:00.115127125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/itc, plugin 0x3d132610 typefindfunctions
0:00:00.115149250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-hls' typename : 'GstTypeFindFactory'
0:00:00.115193250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f84e0
0:00:00.115220750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8502
0:00:00.115249375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1403b0 (application/x-hls)
0:00:00.115276000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-hls> set parent (ref and sink)
0:00:00.115297250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-hls
0:00:00.115316750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-hls, plugin 0x3d132610 typefindfunctions
0:00:00.115338000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/sdp' typename : 'GstTypeFindFactory'
0:00:00.115386875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8530
0:00:00.115414250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8550
0:00:00.115442625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d140490 (application/sdp)
0:00:00.115468500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/sdp> set parent (ref and sink)
0:00:00.115489375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/sdp
0:00:00.115508750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/sdp, plugin 0x3d132610 typefindfunctions
0:00:00.115530500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/smil' typename : 'GstTypeFindFactory'
0:00:00.115589875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8578
0:00:00.115617000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8599
0:00:00.115646375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d140570 (application/smil)
0:00:00.115672500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/smil> set parent (ref and sink)
0:00:00.115693500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/smil
0:00:00.115713125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/smil, plugin 0x3d132610 typefindfunctions
0:00:00.115735250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/ttml+xml' typename : 'GstTypeFindFactory'
0:00:00.115778750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f85c8
0:00:00.115806125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f85ed
0:00:00.115834750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d140650 (application/ttml+xml)
0:00:00.115860500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/ttml+xml> set parent (ref and sink)
0:00:00.115881375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/ttml+xml
0:00:00.115901000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/ttml+xml, plugin 0x3d132610 typefindfunctions
0:00:00.115923000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/xml' typename : 'GstTypeFindFactory'
0:00:00.115966625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8620
0:00:00.116001000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8640
0:00:00.116030500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d040 (application/xml)
0:00:00.116056000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/xml> set parent (ref and sink)
0:00:00.116076375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/xml
0:00:00.116095625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/xml, plugin 0x3d132610 typefindfunctions
0:00:00.116116625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-wav' typename : 'GstTypeFindFactory'
0:00:00.116159750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8668
0:00:00.116203000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8684
0:00:00.116232875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d120 (audio/x-wav)
0:00:00.116272625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-wav> set parent (ref and sink)
0:00:00.116293500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-wav
0:00:00.116313250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-wav, plugin 0x3d132610 typefindfunctions
0:00:00.116334375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-aiff' typename : 'GstTypeFindFactory'
0:00:00.116377125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f86a8
0:00:00.116403625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f86c5
0:00:00.116432625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d200 (audio/x-aiff)
0:00:00.116457875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-aiff> set parent (ref and sink)
0:00:00.116478500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-aiff
0:00:00.116497500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-aiff, plugin 0x3d132610 typefindfunctions
0:00:00.116518500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-svx' typename : 'GstTypeFindFactory'
0:00:00.116561375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f86f8
0:00:00.116587625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f8714
0:00:00.116616625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d2e0 (audio/x-svx)
0:00:00.116642250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-svx> set parent (ref and sink)
0:00:00.116663250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-svx
0:00:00.116682500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-svx, plugin 0x3d132610 typefindfunctions
0:00:00.116703625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-paris' typename : 'GstTypeFindFactory'
0:00:00.116759375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8740
0:00:00.116790875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f875e
0:00:00.116820625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d3c0 (audio/x-paris)
0:00:00.116862500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-paris> set parent (ref and sink)
0:00:00.116883875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-paris
0:00:00.116903375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-paris, plugin 0x3d132610 typefindfunctions
0:00:00.116924625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-nist' typename : 'GstTypeFindFactory'
0:00:00.116968250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8788
0:00:00.116994875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f87a5
0:00:00.117023750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d4a0 (audio/x-nist)
0:00:00.117070000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-nist> set parent (ref and sink)
0:00:00.117095875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-nist
0:00:00.117116000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-nist, plugin 0x3d132610 typefindfunctions
0:00:00.117138125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-voc' typename : 'GstTypeFindFactory'
0:00:00.117183250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f87d0
0:00:00.117209625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f87ec
0:00:00.117237500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d580 (audio/x-voc)
0:00:00.117262875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-voc> set parent (ref and sink)
0:00:00.117283500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-voc
0:00:00.117302500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-voc, plugin 0x3d132610 typefindfunctions
0:00:00.117323625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-sds' typename : 'GstTypeFindFactory'
0:00:00.117365875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8810
0:00:00.117392125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f882c
0:00:00.117420250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d10d660 (audio/x-sds)
0:00:00.117445750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-sds> set parent (ref and sink)
0:00:00.117466500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-sds
0:00:00.117485500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-sds, plugin 0x3d132610 typefindfunctions
0:00:00.117522625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-ircam' typename : 'GstTypeFindFactory'
0:00:00.117568500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8858
0:00:00.117595000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8876
0:00:00.117650875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144890 (audio/x-ircam)
0:00:00.117680250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-ircam> set parent (ref and sink)
0:00:00.117701500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-ircam
0:00:00.117721250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-ircam, plugin 0x3d132610 typefindfunctions
0:00:00.117743375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-w64' typename : 'GstTypeFindFactory'
0:00:00.117789250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8898
0:00:00.117816250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f88b4
0:00:00.117845750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144970 (audio/x-w64)
0:00:00.117872000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-w64> set parent (ref and sink)
0:00:00.117892625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-w64
0:00:00.117911875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-w64, plugin 0x3d132610 typefindfunctions
0:00:00.117934000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-rf64' typename : 'GstTypeFindFactory'
0:00:00.117978625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f88d8
0:00:00.118011000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f88f5
0:00:00.118042000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144a50 (audio/x-rf64)
0:00:00.118067875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-rf64> set parent (ref and sink)
0:00:00.118088625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-rf64
0:00:00.118108000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-rf64, plugin 0x3d132610 typefindfunctions
0:00:00.118131500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-shorten' typename : 'GstTypeFindFactory'
0:00:00.118203375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8920
0:00:00.118231125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8940
0:00:00.118259375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144b30 (audio/x-shorten)
0:00:00.118285000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-shorten> set parent (ref and sink)
0:00:00.118306000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-shorten
0:00:00.118325250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-shorten, plugin 0x3d132610 typefindfunctions
0:00:00.118346375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ape' typename : 'GstTypeFindFactory'
0:00:00.118391125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8970
0:00:00.118418625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8992
0:00:00.118450250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144c10 (application/x-ape)
0:00:00.118476125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ape> set parent (ref and sink)
0:00:00.118496875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ape
0:00:00.118516125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ape, plugin 0x3d132610 typefindfunctions
0:00:00.118537125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/jpeg' typename : 'GstTypeFindFactory'
0:00:00.118579375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f89b8
0:00:00.118606000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 3 Typefind extensions at address 0xffffb46f89d3
0:00:00.118634375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144cf0 (image/jpeg)
0:00:00.118659750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/jpeg> set parent (ref and sink)
0:00:00.118680500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/jpeg
0:00:00.118699750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/jpeg, plugin 0x3d132610 typefindfunctions
0:00:00.118720875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/gif' typename : 'GstTypeFindFactory'
0:00:00.118764375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8a00
0:00:00.118790625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8a1a
0:00:00.118834875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144dd0 (image/gif)
0:00:00.118861125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/gif> set parent (ref and sink)
0:00:00.118881625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/gif
0:00:00.118900875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/gif, plugin 0x3d132610 typefindfunctions
0:00:00.118922000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/png' typename : 'GstTypeFindFactory'
0:00:00.118965625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8a40
0:00:00.118991875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8a5a
0:00:00.119019000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d144eb0 (image/png)
0:00:00.119044625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/png> set parent (ref and sink)
0:00:00.119064875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/png
0:00:00.119083750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/png, plugin 0x3d132610 typefindfunctions
0:00:00.119104500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/bmp' typename : 'GstTypeFindFactory'
0:00:00.119146875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8a80
0:00:00.119172875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8a9a
0:00:00.119201125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d147030 (image/bmp)
0:00:00.119226625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/bmp> set parent (ref and sink)
0:00:00.119247375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/bmp
0:00:00.119266375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/bmp, plugin 0x3d132610 typefindfunctions
0:00:00.119287750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/tiff' typename : 'GstTypeFindFactory'
0:00:00.119331250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8ac0
0:00:00.119371500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'endianness'
0:00:00.119394125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.119419750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f8afb
0:00:00.119466625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d147110 (image/tiff)
0:00:00.119493625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/tiff> set parent (ref and sink)
0:00:00.119514625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/tiff
0:00:00.119534125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/tiff, plugin 0x3d132610 typefindfunctions
0:00:00.119555500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/webp' typename : 'GstTypeFindFactory'
0:00:00.119622625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8b28
0:00:00.119650875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8b43
0:00:00.119678875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1471f0 (image/webp)
0:00:00.119704500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/webp> set parent (ref and sink)
0:00:00.119725250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/webp
0:00:00.119744375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/webp, plugin 0x3d132610 typefindfunctions
0:00:00.119765500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-exr' typename : 'GstTypeFindFactory'
0:00:00.119808000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8b68
0:00:00.119834875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8b84
0:00:00.119864750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1472d0 (image/x-exr)
0:00:00.119890500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-exr> set parent (ref and sink)
0:00:00.119911250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-exr
0:00:00.119930625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-exr, plugin 0x3d132610 typefindfunctions
0:00:00.119951750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-portable-pixmap' typename : 'GstTypeFindFactory'
0:00:00.119995125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8bb8
0:00:00.120028250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f8c2c
0:00:00.120056750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1473b0 (image/x-portable-pixmap)
0:00:00.120082625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-portable-pixmap> set parent (ref and sink)
0:00:00.120119875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-portable-pixmap
0:00:00.120141000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-portable-pixmap, plugin 0x3d132610 typefindfunctions
0:00:00.120162500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-matroska' typename : 'GstTypeFindFactory'
0:00:00.120206125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8c60
0:00:00.120233250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f8c81
0:00:00.120262000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d147490 (video/x-matroska)
0:00:00.120287750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-matroska> set parent (ref and sink)
0:00:00.120308250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-matroska
0:00:00.120327625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-matroska, plugin 0x3d132610 typefindfunctions
0:00:00.120349000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/mxf' typename : 'GstTypeFindFactory'
0:00:00.120392125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8cb8
0:00:00.120419625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8cd8
0:00:00.120447625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d147570 (application/mxf)
0:00:00.120473750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/mxf> set parent (ref and sink)
0:00:00.120494625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/mxf
0:00:00.120514250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/mxf, plugin 0x3d132610 typefindfunctions
0:00:00.120535875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-mve' typename : 'GstTypeFindFactory'
0:00:00.120580000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8d00
0:00:00.120606125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8d1c
0:00:00.120635750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d147650 (video/x-mve)
0:00:00.120661500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-mve> set parent (ref and sink)
0:00:00.120682125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-mve
0:00:00.120701250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-mve, plugin 0x3d132610 typefindfunctions
0:00:00.120738375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-dv' typename : 'GstTypeFindFactory'
0:00:00.120786500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8d40
0:00:00.120826375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'systemstream'
0:00:00.120849375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.120871375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f8d77
0:00:00.120902125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148870 (video/x-dv)
0:00:00.120927875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-dv> set parent (ref and sink)
0:00:00.120948750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-dv
0:00:00.120968250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-dv, plugin 0x3d132610 typefindfunctions
0:00:00.120989500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-amr-nb-sh' typename : 'GstTypeFindFactory'
0:00:00.121033500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8da8
0:00:00.121084000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8dca
0:00:00.121113750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148950 (audio/x-amr-nb-sh)
0:00:00.121139250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-amr-nb-sh> set parent (ref and sink)
0:00:00.121160000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-amr-nb-sh
0:00:00.121179625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-amr-nb-sh, plugin 0x3d132610 typefindfunctions
0:00:00.121200625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-amr-wb-sh' typename : 'GstTypeFindFactory'
0:00:00.121244375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8df8
0:00:00.121271625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8e1a
0:00:00.121300750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148a30 (audio/x-amr-wb-sh)
0:00:00.121327500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-amr-wb-sh> set parent (ref and sink)
0:00:00.121348750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-amr-wb-sh
0:00:00.121368500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-amr-wb-sh, plugin 0x3d132610 typefindfunctions
0:00:00.121411000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/iLBC-sh' typename : 'GstTypeFindFactory'
0:00:00.121457250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8e40
0:00:00.121484000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8e5e
0:00:00.121513625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148b10 (audio/iLBC-sh)
0:00:00.121539750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/iLBC-sh> set parent (ref and sink)
0:00:00.121560250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/iLBC-sh
0:00:00.121579250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/iLBC-sh, plugin 0x3d132610 typefindfunctions
0:00:00.121601250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-sbc' typename : 'GstTypeFindFactory'
0:00:00.121645500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8e88
0:00:00.121672375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8ea4
0:00:00.121700750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148bf0 (audio/x-sbc)
0:00:00.121726375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-sbc> set parent (ref and sink)
0:00:00.121746750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-sbc
0:00:00.121765750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-sbc, plugin 0x3d132610 typefindfunctions
0:00:00.121787250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-sid' typename : 'GstTypeFindFactory'
0:00:00.121831500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8ec8
0:00:00.121857875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8ee4
0:00:00.121886375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148cd0 (audio/x-sid)
0:00:00.121911875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-sid> set parent (ref and sink)
0:00:00.121932375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-sid
0:00:00.121951375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-sid, plugin 0x3d132610 typefindfunctions
0:00:00.121972625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-xcf' typename : 'GstTypeFindFactory'
0:00:00.122032875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8f08
0:00:00.122059875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8f24
0:00:00.122088375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148db0 (image/x-xcf)
0:00:00.122114125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-xcf> set parent (ref and sink)
0:00:00.122134750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-xcf
0:00:00.122153750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-xcf, plugin 0x3d132610 typefindfunctions
0:00:00.122177000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-mng' typename : 'GstTypeFindFactory'
0:00:00.122220750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8f48
0:00:00.122247125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8f64
0:00:00.122277250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d148e90 (video/x-mng)
0:00:00.122302875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-mng> set parent (ref and sink)
0:00:00.122323375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-mng
0:00:00.122342375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-mng, plugin 0x3d132610 typefindfunctions
0:00:00.122363625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-jng' typename : 'GstTypeFindFactory'
0:00:00.122417500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8f88
0:00:00.122456875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8fa4
0:00:00.122488250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b0a0 (image/x-jng)
0:00:00.122513750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-jng> set parent (ref and sink)
0:00:00.122534125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-jng
0:00:00.122553375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-jng, plugin 0x3d132610 typefindfunctions
0:00:00.122574625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-xpixmap' typename : 'GstTypeFindFactory'
0:00:00.122617750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f8fd0
0:00:00.122644500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f8ff0
0:00:00.122688625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b180 (image/x-xpixmap)
0:00:00.122715250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-xpixmap> set parent (ref and sink)
0:00:00.122736000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-xpixmap
0:00:00.122756000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-xpixmap, plugin 0x3d132610 typefindfunctions
0:00:00.122777000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-sun-raster' typename : 'GstTypeFindFactory'
0:00:00.122820000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9020
0:00:00.122852750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9043
0:00:00.122881625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b260 (image/x-sun-raster)
0:00:00.122907875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-sun-raster> set parent (ref and sink)
0:00:00.122928500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-sun-raster
0:00:00.122948250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-sun-raster, plugin 0x3d132610 typefindfunctions
0:00:00.122969500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-bzip' typename : 'GstTypeFindFactory'
0:00:00.123013000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9070
0:00:00.123040125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9093
0:00:00.123069375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b340 (application/x-bzip)
0:00:00.123095625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-bzip> set parent (ref and sink)
0:00:00.123116000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-bzip
0:00:00.123135750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-bzip, plugin 0x3d132610 typefindfunctions
0:00:00.123157500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-gzip' typename : 'GstTypeFindFactory'
0:00:00.123202250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f90c0
0:00:00.123228750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f90e3
0:00:00.123257625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b420 (application/x-gzip)
0:00:00.123283750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-gzip> set parent (ref and sink)
0:00:00.123320750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-gzip
0:00:00.123341625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-gzip, plugin 0x3d132610 typefindfunctions
0:00:00.123364625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/zip' typename : 'GstTypeFindFactory'
0:00:00.123410875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9110
0:00:00.123438250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9130
0:00:00.123466625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b500 (application/zip)
0:00:00.123492625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/zip> set parent (ref and sink)
0:00:00.123513250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/zip
0:00:00.123532875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/zip, plugin 0x3d132610 typefindfunctions
0:00:00.123556625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-compress' typename : 'GstTypeFindFactory'
0:00:00.123601625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9160
0:00:00.123628500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9187
0:00:00.123658750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b5e0 (application/x-compress)
0:00:00.123686125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-compress> set parent (ref and sink)
0:00:00.123707625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-compress
0:00:00.123727875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-compress, plugin 0x3d132610 typefindfunctions
0:00:00.123749125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'subtitle/x-kate' typename : 'GstTypeFindFactory'
0:00:00.123803375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f91b0
0:00:00.123835125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14b6c0 (subtitle/x-kate)
0:00:00.123861750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<subtitle/x-kate> set parent (ref and sink)
0:00:00.123883000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for subtitle/x-kate
0:00:00.123902750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature subtitle/x-kate, plugin 0x3d132610 typefindfunctions
0:00:00.123939625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-subtitle-vtt' typename : 'GstTypeFindFactory'
0:00:00.123986000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f91f0
0:00:00.124014000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'parsed'
0:00:00.124034500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.124055250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9232
0:00:00.124086625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d050 (application/x-subtitle-vtt)
0:00:00.124114000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-subtitle-vtt> set parent (ref and sink)
0:00:00.124135500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-subtitle-vtt
0:00:00.124155125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-subtitle-vtt, plugin 0x3d132610 typefindfunctions
0:00:00.124177125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-flac' typename : 'GstTypeFindFactory'
0:00:00.124221250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9258
0:00:00.124247750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9275
0:00:00.124276250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d130 (audio/x-flac)
0:00:00.124302250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-flac> set parent (ref and sink)
0:00:00.124323500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-flac
0:00:00.124343375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-flac, plugin 0x3d132610 typefindfunctions
0:00:00.124366625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-vorbis' typename : 'GstTypeFindFactory'
0:00:00.124408625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f92a0
0:00:00.124442375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d210 (audio/x-vorbis)
0:00:00.124469500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-vorbis> set parent (ref and sink)
0:00:00.124490375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-vorbis
0:00:00.124509625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-vorbis, plugin 0x3d132610 typefindfunctions
0:00:00.124532875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-theora' typename : 'GstTypeFindFactory'
0:00:00.124595500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f92e8
0:00:00.124629375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d2f0 (video/x-theora)
0:00:00.124656375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-theora> set parent (ref and sink)
0:00:00.124677625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-theora
0:00:00.124697000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-theora, plugin 0x3d132610 typefindfunctions
0:00:00.124719250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ogm-video' typename : 'GstTypeFindFactory'
0:00:00.124764375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9338
0:00:00.124797625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d3d0 (application/x-ogm-video)
0:00:00.124825375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ogm-video> set parent (ref and sink)
0:00:00.124846875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ogm-video
0:00:00.124866125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ogm-video, plugin 0x3d132610 typefindfunctions
0:00:00.124888750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ogm-audio' typename : 'GstTypeFindFactory'
0:00:00.124933125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9390
0:00:00.124975875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d4b0 (application/x-ogm-audio)
0:00:00.125004750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ogm-audio> set parent (ref and sink)
0:00:00.125026125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ogm-audio
0:00:00.125773125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ogm-audio, plugin 0x3d132610 typefindfunctions
0:00:00.125801250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ogm-text' typename : 'GstTypeFindFactory'
0:00:00.125852625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f93e8
0:00:00.125883500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d590 (application/x-ogm-text)
0:00:00.125905875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ogm-text> set parent (ref and sink)
0:00:00.125924125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ogm-text
0:00:00.125955375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ogm-text, plugin 0x3d132610 typefindfunctions
0:00:00.125974750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-speex' typename : 'GstTypeFindFactory'
0:00:00.126011500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9430
0:00:00.126038750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14d670 (audio/x-speex)
0:00:00.126060750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-speex> set parent (ref and sink)
0:00:00.126078125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-speex
0:00:00.126094500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-speex, plugin 0x3d132610 typefindfunctions
0:00:00.126111875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-celt' typename : 'GstTypeFindFactory'
0:00:00.126146750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9470
0:00:00.126173250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14e870 (audio/x-celt)
0:00:00.126195500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-celt> set parent (ref and sink)
0:00:00.126212875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-celt
0:00:00.126229000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-celt, plugin 0x3d132610 typefindfunctions
0:00:00.126246000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ogg-skeleton' typename : 'GstTypeFindFactory'
0:00:00.126280625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f94c0
0:00:00.126302625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'parsed'
0:00:00.126318750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.126340750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14e950 (application/x-ogg-skeleton)
0:00:00.126363000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ogg-skeleton> set parent (ref and sink)
0:00:00.126380250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ogg-skeleton
0:00:00.126396500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ogg-skeleton, plugin 0x3d132610 typefindfunctions
0:00:00.126414625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'text/x-cmml' typename : 'GstTypeFindFactory'
0:00:00.126451625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9528
0:00:00.126502000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14ea30 (text/x-cmml)
0:00:00.126525500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<text/x-cmml> set parent (ref and sink)
0:00:00.126542750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for text/x-cmml
0:00:00.126558500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature text/x-cmml, plugin 0x3d132610 typefindfunctions
0:00:00.126575875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-executable' typename : 'GstTypeFindFactory'
0:00:00.126611375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9570
0:00:00.126638250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14eb10 (application/x-executable)
0:00:00.126660250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-executable> set parent (ref and sink)
0:00:00.126677625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-executable
0:00:00.126693375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-executable, plugin 0x3d132610 typefindfunctions
0:00:00.126710000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/aac' typename : 'GstTypeFindFactory'
0:00:00.126743875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f95b8
0:00:00.126765875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'mpegversion'
0:00:00.126781750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'int'
0:00:00.126802500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'framed'
0:00:00.126819125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.126836125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 4 Typefind extensions at address 0xffffb46f9605
0:00:00.126860375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14ebf0 (audio/aac)
0:00:00.126881375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/aac> set parent (ref and sink)
0:00:00.126898500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/aac
0:00:00.126914125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/aac, plugin 0x3d132610 typefindfunctions
0:00:00.126931750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-spc' typename : 'GstTypeFindFactory'
0:00:00.126983000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9638
0:00:00.127018750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9654
0:00:00.127043500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14ecd0 (audio/x-spc)
0:00:00.127064875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-spc> set parent (ref and sink)
0:00:00.127082000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-spc
0:00:00.127098000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-spc, plugin 0x3d132610 typefindfunctions
0:00:00.127115625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-wavpack' typename : 'GstTypeFindFactory'
0:00:00.127150750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9680
0:00:00.127172875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'framed'
0:00:00.127189375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.127206125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f96b7
0:00:00.127232750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14edb0 (audio/x-wavpack)
0:00:00.127254250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-wavpack> set parent (ref and sink)
0:00:00.127271125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-wavpack
0:00:00.127286625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-wavpack, plugin 0x3d132610 typefindfunctions
0:00:00.127304625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-wavpack-correction' typename : 'GstTypeFindFactory'
0:00:00.127340125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f96f0
0:00:00.127362000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'framed'
0:00:00.127378000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'boolean'
0:00:00.127394000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9732
0:00:00.127416625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d14ee90 (audio/x-wavpack-correction)
0:00:00.127438500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-wavpack-correction> set parent (ref and sink)
0:00:00.127455250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-wavpack-correction
0:00:00.127471250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-wavpack-correction, plugin 0x3d132610 typefindfunctions
0:00:00.127488750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-caf' typename : 'GstTypeFindFactory'
0:00:00.127537500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9758
0:00:00.127560125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9774
0:00:00.127583000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1508c0 (audio/x-caf)
0:00:00.127604000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-caf> set parent (ref and sink)
0:00:00.127620750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-caf
0:00:00.127636375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-caf, plugin 0x3d132610 typefindfunctions
0:00:00.127653750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/postscript' typename : 'GstTypeFindFactory'
0:00:00.127689125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f97a8
0:00:00.127710875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f97cf
0:00:00.127733750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1509a0 (application/postscript)
0:00:00.127755875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/postscript> set parent (ref and sink)
0:00:00.127773375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/postscript
0:00:00.127789750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/postscript, plugin 0x3d132610 typefindfunctions
0:00:00.127807000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/svg+xml' typename : 'GstTypeFindFactory'
0:00:00.127841750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f97f8
0:00:00.127863625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9816
0:00:00.127886250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150a80 (image/svg+xml)
0:00:00.127907500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/svg+xml> set parent (ref and sink)
0:00:00.127924750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/svg+xml
0:00:00.127940750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/svg+xml, plugin 0x3d132610 typefindfunctions
0:00:00.127959500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-rar' typename : 'GstTypeFindFactory'
0:00:00.127996750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9840
0:00:00.128032375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9862
0:00:00.128058125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150b60 (application/x-rar)
0:00:00.128079750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-rar> set parent (ref and sink)
0:00:00.128096750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-rar
0:00:00.128112625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-rar, plugin 0x3d132610 typefindfunctions
0:00:00.128131250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-tar' typename : 'GstTypeFindFactory'
0:00:00.128176500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9890
0:00:00.128208000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f98b2
0:00:00.128233000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150c40 (application/x-tar)
0:00:00.128254250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-tar> set parent (ref and sink)
0:00:00.128271750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-tar
0:00:00.128287875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-tar, plugin 0x3d132610 typefindfunctions
0:00:00.128305125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ar' typename : 'GstTypeFindFactory'
0:00:00.128340875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f98e0
0:00:00.128362250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9901
0:00:00.128386250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150d20 (application/x-ar)
0:00:00.128408000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ar> set parent (ref and sink)
0:00:00.128425125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ar
0:00:00.128441000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ar, plugin 0x3d132610 typefindfunctions
0:00:00.128459000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ms-dos-executable' typename : 'GstTypeFindFactory'
0:00:00.128496250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9938
0:00:00.128518250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 7 Typefind extensions at address 0xffffb46f9968
0:00:00.128558625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150e00 (application/x-ms-dos-executable)
0:00:00.128581750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ms-dos-executable> set parent (ref and sink)
0:00:00.128599000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ms-dos-executable
0:00:00.128615125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ms-dos-executable, plugin 0x3d132610 typefindfunctions
0:00:00.128632875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-dirac' typename : 'GstTypeFindFactory'
0:00:00.128668750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f99b0
0:00:00.128695000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d150ee0 (video/x-dirac)
0:00:00.128716750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-dirac> set parent (ref and sink)
0:00:00.128734250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-dirac
0:00:00.128750375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-dirac, plugin 0x3d132610 typefindfunctions
0:00:00.128767375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'multipart/x-mixed-replace' typename : 'GstTypeFindFactory'
0:00:00.128802000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9a00
0:00:00.128830250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151800 (multipart/x-mixed-replace)
0:00:00.128852500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<multipart/x-mixed-replace> set parent (ref and sink)
0:00:00.128869750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for multipart/x-mixed-replace
0:00:00.128885875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature multipart/x-mixed-replace, plugin 0x3d132610 typefindfunctions
0:00:00.128910875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-mmsh' typename : 'GstTypeFindFactory'
0:00:00.128948375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9a50
0:00:00.128978750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1518e0 (application/x-mmsh)
0:00:00.129007625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-mmsh> set parent (ref and sink)
0:00:00.129024875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-mmsh
0:00:00.129055750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-mmsh, plugin 0x3d132610 typefindfunctions
0:00:00.129093875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/vivo' typename : 'GstTypeFindFactory'
0:00:00.129133875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9a98
0:00:00.129159000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9ab3
0:00:00.129184250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1519c0 (video/vivo)
0:00:00.129205500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/vivo> set parent (ref and sink)
0:00:00.129222750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/vivo
0:00:00.129238500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/vivo, plugin 0x3d132610 typefindfunctions
0:00:00.129256000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-nsf' typename : 'GstTypeFindFactory'
0:00:00.129300375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9ad8
0:00:00.129322875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9af4
0:00:00.129347875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151aa0 (audio/x-nsf)
0:00:00.129368750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-nsf> set parent (ref and sink)
0:00:00.129385625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-nsf
0:00:00.129401250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-nsf, plugin 0x3d132610 typefindfunctions
0:00:00.129418875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-gym' typename : 'GstTypeFindFactory'
0:00:00.129454125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9b18
0:00:00.129475625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9b34
0:00:00.129499000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151b80 (audio/x-gym)
0:00:00.129519750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-gym> set parent (ref and sink)
0:00:00.129536750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-gym
0:00:00.129552375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-gym, plugin 0x3d132610 typefindfunctions
0:00:00.129569625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-ay' typename : 'GstTypeFindFactory'
0:00:00.129604625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9b58
0:00:00.129639500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9b73
0:00:00.129667000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151c60 (audio/x-ay)
0:00:00.129688625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-ay> set parent (ref and sink)
0:00:00.129705500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-ay
0:00:00.129720875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-ay, plugin 0x3d132610 typefindfunctions
0:00:00.129738625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-gbs' typename : 'GstTypeFindFactory'
0:00:00.129774250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9b98
0:00:00.129798125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9bb4
0:00:00.129821125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151d40 (audio/x-gbs)
0:00:00.129842000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-gbs> set parent (ref and sink)
0:00:00.129859375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-gbs
0:00:00.129875125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-gbs, plugin 0x3d132610 typefindfunctions
0:00:00.129892375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-vgm' typename : 'GstTypeFindFactory'
0:00:00.129926875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9bd8
0:00:00.129947875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9bf4
0:00:00.129971125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d151e20 (audio/x-vgm)
0:00:00.129992500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-vgm> set parent (ref and sink)
0:00:00.130009500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-vgm
0:00:00.130025125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-vgm, plugin 0x3d132610 typefindfunctions
0:00:00.130042250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-sap' typename : 'GstTypeFindFactory'
0:00:00.130076500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9c18
0:00:00.130098000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9c34
0:00:00.130120625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1560b0 (audio/x-sap)
0:00:00.130154750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-sap> set parent (ref and sink)
0:00:00.130172625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-sap
0:00:00.130188375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-sap, plugin 0x3d132610 typefindfunctions
0:00:00.130205375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-ivf' typename : 'GstTypeFindFactory'
0:00:00.130240000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9c58
0:00:00.130261250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9c74
0:00:00.130296375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d156190 (video/x-ivf)
0:00:00.130318375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-ivf> set parent (ref and sink)
0:00:00.130335375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-ivf
0:00:00.130351000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-ivf, plugin 0x3d132610 typefindfunctions
0:00:00.130370375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-kss' typename : 'GstTypeFindFactory'
0:00:00.130420500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9c98
0:00:00.130443125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9cb4
0:00:00.130468625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d156270 (audio/x-kss)
0:00:00.130489500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-kss> set parent (ref and sink)
0:00:00.130506250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-kss
0:00:00.130522125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-kss, plugin 0x3d132610 typefindfunctions
0:00:00.130541750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/pdf' typename : 'GstTypeFindFactory'
0:00:00.130576750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9ce0
0:00:00.130598500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9d00
0:00:00.130621125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d156350 (application/pdf)
0:00:00.130641875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/pdf> set parent (ref and sink)
0:00:00.130658875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/pdf
0:00:00.130687500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/pdf, plugin 0x3d132610 typefindfunctions
0:00:00.130706250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/msword' typename : 'GstTypeFindFactory'
0:00:00.130741375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9d30
0:00:00.130762875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9d53
0:00:00.130785000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d156430 (application/msword)
0:00:00.130805625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/msword> set parent (ref and sink)
0:00:00.130822375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/msword
0:00:00.130838000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/msword, plugin 0x3d132610 typefindfunctions
0:00:00.130855000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/vnd.adobe.photoshop' typename : 'GstTypeFindFactory'
0:00:00.130889125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9d88
0:00:00.130912375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9db2
0:00:00.130935375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d156510 (image/vnd.adobe.photoshop)
0:00:00.130957250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/vnd.adobe.photoshop> set parent (ref and sink)
0:00:00.130974750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/vnd.adobe.photoshop
0:00:00.130990875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/vnd.adobe.photoshop, plugin 0x3d132610 typefindfunctions
0:00:00.131008250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/vnd.wap.wbmp' typename : 'GstTypeFindFactory'
0:00:00.131042125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9de0
0:00:00.131064500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1565f0 (image/vnd.wap.wbmp)
0:00:00.131086125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/vnd.wap.wbmp> set parent (ref and sink)
0:00:00.131103000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/vnd.wap.wbmp
0:00:00.131119000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/vnd.wap.wbmp, plugin 0x3d132610 typefindfunctions
0:00:00.131136875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-yuv4mpeg' typename : 'GstTypeFindFactory'
0:00:00.131184875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9e20
0:00:00.131208125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1566d0 (application/x-yuv4mpeg)
0:00:00.131230125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-yuv4mpeg> set parent (ref and sink)
0:00:00.131247250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-yuv4mpeg
0:00:00.131263125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-yuv4mpeg, plugin 0x3d132610 typefindfunctions
0:00:00.131281000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-icon' typename : 'GstTypeFindFactory'
0:00:00.131315250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9e58
0:00:00.131337875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1578c0 (image/x-icon)
0:00:00.131359125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-icon> set parent (ref and sink)
0:00:00.131376250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-icon
0:00:00.131392000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-icon, plugin 0x3d132610 typefindfunctions
0:00:00.131409750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'image/x-degas' typename : 'GstTypeFindFactory'
0:00:00.131445375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9e90
0:00:00.131468500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1579a0 (image/x-degas)
0:00:00.131489750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<image/x-degas> set parent (ref and sink)
0:00:00.131506875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for image/x-degas
0:00:00.131522750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature image/x-degas, plugin 0x3d132610 typefindfunctions
0:00:00.131540250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/octet-stream' typename : 'GstTypeFindFactory'
0:00:00.131575000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9ed0
0:00:00.131597375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157a80 (application/octet-stream)
0:00:00.131618375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/octet-stream> set parent (ref and sink)
0:00:00.131635750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/octet-stream
0:00:00.131651625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/octet-stream, plugin 0x3d132610 typefindfunctions
0:00:00.131681000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'application/x-ssa' typename : 'GstTypeFindFactory'
0:00:00.131717625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9f08
0:00:00.131735375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f9f19
0:00:00.131757875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157b60 (application/x-ssa)
0:00:00.131778750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<application/x-ssa> set parent (ref and sink)
0:00:00.131795875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for application/x-ssa
0:00:00.131811750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature application/x-ssa, plugin 0x3d132610 typefindfunctions
0:00:00.131829375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'video/x-pva' typename : 'GstTypeFindFactory'
0:00:00.131863875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9f40
0:00:00.131885875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9f5c
0:00:00.131919000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157c40 (video/x-pva)
0:00:00.131940875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<video/x-pva> set parent (ref and sink)
0:00:00.131957625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for video/x-pva
0:00:00.131973250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature video/x-pva, plugin 0x3d132610 typefindfunctions
0:00:00.131990000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/x-xi' typename : 'GstTypeFindFactory'
0:00:00.132025250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9f80
0:00:00.132047000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 1 Typefind extensions at address 0xffffb46f9f9b
0:00:00.132069625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157d20 (audio/x-xi)
0:00:00.132090125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/x-xi> set parent (ref and sink)
0:00:00.132106875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/x-xi
0:00:00.132122500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/x-xi, plugin 0x3d132610 typefindfunctions
0:00:00.132139250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'typefindfunctions' feature 'audio/audible' typename : 'GstTypeFindFactory'
0:00:00.132187250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:656:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkPluginFeature at address 0xffffb46f9fc0
0:00:00.132208625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:670:gst_registry_chunks_load_feature: Reading 2 Typefind extensions at address 0xffffb46f9fe0
0:00:00.132231375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157e00 (audio/audible)
0:00:00.132251875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audio/audible> set parent (ref and sink)
0:00:00.132268750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audio/audible
0:00:00.132284375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audio/audible, plugin 0x3d132610 typefindfunctions
0:00:00.132301750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 159719(26fe7)/405909
0:00:00.132319125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46f9fe8
0:00:00.132357875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='dtmf'
0:00:00.132376250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='DTMF plugins'
0:00:00.132390500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdtmf.so'
0:00:00.132405125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.132419250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.132433125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.132447625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.132462125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.132476250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.132496000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132740 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdtmf.so"
0:00:00.132518250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdtmf.so"
0:00:00.132534875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'dtmf' plugin with 3 features from binary registry
0:00:00.132551875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'dtmf' feature 'dtmfsrc' typename : 'GstElementFactory'
0:00:00.132587500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa0c8
0:00:00.132609625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.132638750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.132660500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.132676750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.132694500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.132710125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.132728375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.132744000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.132761000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.132776125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa1a8
0:00:00.132794250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.132815250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d157ee0 (dtmfsrc)
0:00:00.132843750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<dtmfsrc> set parent (ref and sink)
0:00:00.132861625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for dtmfsrc
0:00:00.132877375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature dtmfsrc, plugin 0x3d132740 dtmf
0:00:00.132894500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'dtmf' feature 'rtpdtmfsrc' typename : 'GstElementFactory'
0:00:00.132937750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa228
0:00:00.132960375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.132976000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.132993500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.133009000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133025625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.133040625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133079750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.133095375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133111875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.133126625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa310
0:00:00.133157000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.133179500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159840 (rtpdtmfsrc)
0:00:00.133200375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpdtmfsrc> set parent (ref and sink)
0:00:00.133217250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpdtmfsrc
0:00:00.133232875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpdtmfsrc, plugin 0x3d132740 dtmf
0:00:00.133249750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'dtmf' feature 'rtpdtmfdepay' typename : 'GstElementFactory'
0:00:00.133285625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa3c8
0:00:00.133307625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.133323250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133340750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.133356125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133373125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.133387875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133405625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.133421125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133437750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.133452875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa4e8
0:00:00.133469125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.133483500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa548
0:00:00.133500250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.133520250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159920 (rtpdtmfdepay)
0:00:00.133541250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rtpdtmfdepay> set parent (ref and sink)
0:00:00.133558000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rtpdtmfdepay
0:00:00.133573500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rtpdtmfdepay, plugin 0x3d132740 dtmf
0:00:00.133590625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 161248(275e0)/405909
0:00:00.133607125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fa5e0
0:00:00.133656500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='debug'
0:00:00.133674375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='elements for testing and debugging'
0:00:00.133689500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdebug.so'
0:00:00.133704125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.133717750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.133731125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.133745125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.133759625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.133773625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.133791625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132870 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdebug.so"
0:00:00.133813625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstdebug.so"
0:00:00.133830000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'debug' plugin with 9 features from binary registry
0:00:00.133847000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'breakmydata' typename : 'GstElementFactory'
0:00:00.133881875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa6e0
0:00:00.133903750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.133919500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133936625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.133952000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.133968625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.133984000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134001500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.134017125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134033375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.134048125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa7b0
0:00:00.134079125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.134095000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa7c8
0:00:00.134110625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.134130375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159a00 (breakmydata)
0:00:00.134151000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<breakmydata> set parent (ref and sink)
0:00:00.134167750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for breakmydata
0:00:00.134183250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature breakmydata, plugin 0x3d132870 debug
0:00:00.134199875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'capssetter' typename : 'GstElementFactory'
0:00:00.134234875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa7f8
0:00:00.134256000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.134271625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134288500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.134303750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134320250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.134335125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134352500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.134367875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134384500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.134399125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa8c8
0:00:00.134414750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.134429250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa8e0
0:00:00.134444625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.134464250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159ae0 (capssetter)
0:00:00.134484500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<capssetter> set parent (ref and sink)
0:00:00.134501250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for capssetter
0:00:00.134529375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature capssetter, plugin 0x3d132870 debug
0:00:00.134547750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'rndbuffersize' typename : 'GstElementFactory'
0:00:00.134582875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fa910
0:00:00.134609500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.134626000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134643250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.134658875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134675750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.134690875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134708000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.134723250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134739750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.134754500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fa9e8
0:00:00.134770000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.134784625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46faa00
0:00:00.134800000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.134819625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159bc0 (rndbuffersize)
0:00:00.134840500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<rndbuffersize> set parent (ref and sink)
0:00:00.134857875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for rndbuffersize
0:00:00.134873625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature rndbuffersize, plugin 0x3d132870 debug
0:00:00.134890500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'navseek' typename : 'GstElementFactory'
0:00:00.134925750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46faa30
0:00:00.134946875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.134962250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.134979625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.135008625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135027625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.135042625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135059875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.135075125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135091375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.135106125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fab30
0:00:00.135121500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.135135625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fab48
0:00:00.135150875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.135170750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159ca0 (navseek)
0:00:00.135191375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<navseek> set parent (ref and sink)
0:00:00.135208625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for navseek
0:00:00.135224375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature navseek, plugin 0x3d132870 debug
0:00:00.135241250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'pushfilesrc' typename : 'GstElementFactory'
0:00:00.135276625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fab78
0:00:00.135297875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.135313500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135330625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.135345875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135362375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.135377250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135395000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.135410250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135427000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.135441625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fac80
0:00:00.135469875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.135485875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:628:gst_registry_chunks_load_feature: Reading 1 UriTypes at address 0xffffb46fac90
0:00:00.135502250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46fac9d
0:00:00.135525750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159d80 (pushfilesrc)
0:00:00.135546250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<pushfilesrc> set parent (ref and sink)
0:00:00.135563750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for pushfilesrc
0:00:00.135579500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature pushfilesrc, plugin 0x3d132870 debug
0:00:00.135596000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'progressreport' typename : 'GstElementFactory'
0:00:00.135835625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46face0
0:00:00.135858625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.135872375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135887500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.135900500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135914500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.135926875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135941375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.135953875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.135967375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.135979875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fadd0
0:00:00.135993125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.136005125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fade8
0:00:00.136017750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.136035000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d159e60 (progressreport)
0:00:00.136052250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<progressreport> set parent (ref and sink)
0:00:00.136066625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for progressreport
0:00:00.136079500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature progressreport, plugin 0x3d132870 debug
0:00:00.136105250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'taginject' typename : 'GstElementFactory'
0:00:00.136137125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fae18
0:00:00.136154500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.136167125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136181125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.136193875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136207625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.136220000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136234125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.136246375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136259625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.136271625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46faed8
0:00:00.136284250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.136295875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46faee8
0:00:00.136318375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.136336375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b080 (taginject)
0:00:00.136353125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<taginject> set parent (ref and sink)
0:00:00.136366875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for taginject
0:00:00.136379500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature taginject, plugin 0x3d132870 debug
0:00:00.136393500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'testsink' typename : 'GstElementFactory'
0:00:00.136422500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46faf18
0:00:00.136439500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.136452125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136465875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.136478500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136503000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.136516500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136530750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.136543000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136556000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=1
0:00:00.136568000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fafe0
0:00:00.136580375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.136596875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b160 (testsink)
0:00:00.136613875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<testsink> set parent (ref and sink)
0:00:00.136627875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for testsink
0:00:00.136640625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature testsink, plugin 0x3d132870 debug
0:00:00.136654625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'debug' feature 'cpureport' typename : 'GstElementFactory'
0:00:00.136683500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fb010
0:00:00.136701375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.136714250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136728125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.136741000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136754500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.136766875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136781250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.136793750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.136807250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.136819375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb100
0:00:00.136831750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.136843375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb118
0:00:00.136855875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.136882500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b240 (cpureport)
0:00:00.136899750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<cpureport> set parent (ref and sink)
0:00:00.136913375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for cpureport
0:00:00.136926250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature cpureport, plugin 0x3d132870 debug
0:00:00.136940125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 164136(28128)/405909
0:00:00.136953625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fb128
0:00:00.136990500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='goom2k1'
0:00:00.137005125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='GOOM 2k1 visualization filter'
0:00:00.137016875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom2k1.so'
0:00:00.137028875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.137039875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.137069000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.137081375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.137092625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.137103750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.137118625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d1329a0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom2k1.so"
0:00:00.137136500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom2k1.so"
0:00:00.137149875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'goom2k1' plugin with 1 features from binary registry
0:00:00.137163500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'goom2k1' feature 'goom2k1' typename : 'GstElementFactory'
0:00:00.137192125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fb220
0:00:00.137210000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.137222750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137237125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.137249625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137274875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.137287875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137302750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.137315375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137328625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.137340750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb340
0:00:00.137356000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.137368000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb450
0:00:00.137382375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.137398875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b320 (goom2k1)
0:00:00.137415375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<goom2k1> set parent (ref and sink)
0:00:00.137429000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for goom2k1
0:00:00.137441625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature goom2k1, plugin 0x3d1329a0 goom2k1
0:00:00.137455125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 165093(284e5)/405909
0:00:00.137468750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fb4e8
0:00:00.137497000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='wavenc'
0:00:00.137511125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Encode raw audio into WAV'
0:00:00.137522875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstwavenc.so'
0:00:00.137534500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.137545375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.137556250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.137567625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.137578875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.137590000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.137616000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132ad0 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstwavenc.so"
0:00:00.137640250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstwavenc.so"
0:00:00.137654125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'wavenc' plugin with 1 features from binary registry
0:00:00.137668125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'wavenc' feature 'wavenc' typename : 'GstElementFactory'
0:00:00.137697750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fb5d8
0:00:00.137724875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.137739250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137753500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.137766375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137780500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.137792750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137806875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.137819375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.137832625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.137844875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb6b8
0:00:00.137858625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.137870750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fb6e0
0:00:00.137886750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.137898625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 2 Interfaces at address 0xffffb46fb80d
0:00:00.137918375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b400 (wavenc)
0:00:00.137935750  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<wavenc> set parent (ref and sink)
0:00:00.137949750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for wavenc
0:00:00.137962375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature wavenc, plugin 0x3d132ad0 wavenc
0:00:00.137976250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 165927(28827)/405909
0:00:00.137989625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fb828
0:00:00.138029500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='goom'
0:00:00.138043750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='GOOM visualization filter'
0:00:00.138055625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom.so'
0:00:00.138067375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.138078375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.138089250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.138100750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.138112625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.138123875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.138138500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132c00 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom.so"
0:00:00.138156000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstgoom.so"
0:00:00.138169000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'goom' plugin with 1 features from binary registry
0:00:00.138182625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'goom' feature 'goom' typename : 'GstElementFactory'
0:00:00.138210250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fb918
0:00:00.138228125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.138240875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138254875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.138267375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138280750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.138293000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138307625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.138320000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138333375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.138345500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fba20
0:00:00.138371375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.138384500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fbb30
0:00:00.138398375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.138414500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b4e0 (goom)
0:00:00.138431125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<goom> set parent (ref and sink)
0:00:00.138444875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for goom
0:00:00.138457500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature goom, plugin 0x3d132c00 goom
0:00:00.138471125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 166853(28bc5)/405909
0:00:00.138484375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fbbc8
0:00:00.138513125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='ivtc'
0:00:00.138527250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Inverse Telecine'
0:00:00.138538500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstivtc.so'
0:00:00.138550000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.138561000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.138572000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.138583250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins'
0:00:00.138594375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.138605500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.138620000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132d30 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstivtc.so"
0:00:00.138637250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstivtc.so"
0:00:00.138650250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'ivtc' plugin with 2 features from binary registry
0:00:00.138663875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ivtc' feature 'ivtc' typename : 'GstElementFactory'
0:00:00.138700875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fbc98
0:00:00.138730250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.138744000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138758125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.138770875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138784500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.138797000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138811000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.138823375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.138836625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.138848750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fbd68
0:00:00.138863750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.138876125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fbe08
0:00:00.138890000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.138906375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b5c0 (ivtc)
0:00:00.138923500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<ivtc> set parent (ref and sink)
0:00:00.138937625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for ivtc
0:00:00.138950500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature ivtc, plugin 0x3d132d30 ivtc
0:00:00.138964375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'ivtc' feature 'combdetect' typename : 'GstElementFactory'
0:00:00.138993000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fbec8
0:00:00.139010250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.139022875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139036750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.139049250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139062750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.139074875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139089125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.139101500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139125375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.139138375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fbfa8
0:00:00.139152375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.139164000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc048
0:00:00.139177375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.139193875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15b6a0 (combdetect)
0:00:00.139211000  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<combdetect> set parent (ref and sink)
0:00:00.139225000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for combdetect
0:00:00.139237750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature combdetect, plugin 0x3d132d30 ivtc
0:00:00.139251125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 168167(290e7)/405909
0:00:00.139264250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fc0e8
0:00:00.139293375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='audiorate'
0:00:00.139307500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Adjusts audio frames'
0:00:00.139319125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiorate.so'
0:00:00.139330500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.139341500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.139352500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-base'
0:00:00.139363750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Base Plug-ins source release'
0:00:00.139375250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.139386375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.139400750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d132e60 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiorate.so"
0:00:00.139418125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstaudiorate.so"
0:00:00.139431000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'audiorate' plugin with 1 features from binary registry
0:00:00.139458375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'audiorate' feature 'audiorate' typename : 'GstElementFactory'
0:00:00.139488000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fc1e0
0:00:00.139505750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.139518250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139532375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.139545000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139558500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.139570625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139585500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.139597875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.139611000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.139623000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc2f8
0:00:00.139638750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.139650625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc470
0:00:00.139664875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.139680750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15e810 (audiorate)
0:00:00.139697250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audiorate> set parent (ref and sink)
0:00:00.139710750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audiorate
0:00:00.139723375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audiorate, plugin 0x3d132e60 audiorate
0:00:00.139736875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 169442(295e2)/405909
0:00:00.139750000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fc5e8
0:00:00.139796625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='legacyrawparse'
0:00:00.139811625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='Parses byte streams into raw frames'
0:00:00.139824000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgstlegacyrawparse.so'
0:00:00.139835750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.139857625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.139869750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-bad'
0:00:00.139881000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Bad Plug-ins source release'
0:00:00.139892375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.139903625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.139918750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d160050 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstlegacyrawparse.so"
0:00:00.139936500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgstlegacyrawparse.so"
0:00:00.139950000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'legacyrawparse' plugin with 2 features from binary registry
0:00:00.139964000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'legacyrawparse' feature 'videoparse' typename : 'GstElementFactory'
0:00:00.139993000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fc6f8
0:00:00.140010625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.140023250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140037000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.140049375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140062875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.140075000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140089250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.140101500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140115500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.140127625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc840
0:00:00.140140250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.140151875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc858
0:00:00.140164750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.140176250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46fc870
0:00:00.140205000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15e8f0 (videoparse)
0:00:00.140222500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<videoparse> set parent (ref and sink)
0:00:00.140236250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for videoparse
0:00:00.140248750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature videoparse, plugin 0x3d160050 legacyrawparse
0:00:00.140262625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'legacyrawparse' feature 'audioparse' typename : 'GstElementFactory'
0:00:00.140290750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fc8a0
0:00:00.140310500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.140323125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140336875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.140349375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140362750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.140375375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140390000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.140402375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140415875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.140427875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc9c0
0:00:00.140440500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.140452250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fc9d8
0:00:00.140472750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.140484625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:643:gst_registry_chunks_load_feature: Reading 1 Interfaces at address 0xffffb46fcd54
0:00:00.140502125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15e9d0 (audioparse)
0:00:00.140519125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<audioparse> set parent (ref and sink)
0:00:00.140532750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for audioparse
0:00:00.140545375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature audioparse, plugin 0x3d160050 legacyrawparse
0:00:00.140559250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrybinary.c:606:priv_gst_registry_binary_read_cache: reading binary registry 171362(29d62)/405909
0:00:00.140582875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:829:_priv_gst_registry_chunks_load_plugin: Reading/casting for GstRegistryChunkPluginElement at address 0xffffb46fcd68
0:00:00.140612625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:850:_priv_gst_registry_chunks_load_plugin: read strings for name='effectv'
0:00:00.140627000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:851:_priv_gst_registry_chunks_load_plugin:   desc.description='effect plugins from the effectv project'
0:00:00.140638750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:852:_priv_gst_registry_chunks_load_plugin:   filename='/data/halley/gst-sdk/lib/gstreamer-1.0/libgsteffectv.so'
0:00:00.140650250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:853:_priv_gst_registry_chunks_load_plugin:   desc.version='1.14.0'
0:00:00.140661250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:854:_priv_gst_registry_chunks_load_plugin:   desc.license='LGPL'
0:00:00.140672125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:855:_priv_gst_registry_chunks_load_plugin:   desc.source='gst-plugins-good'
0:00:00.140683625  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:856:_priv_gst_registry_chunks_load_plugin:   desc.package='GStreamer Good Plug-ins source release'
0:00:00.140694875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:857:_priv_gst_registry_chunks_load_plugin:   desc.origin='Unknown package origin'
0:00:00.140706000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:858:_priv_gst_registry_chunks_load_plugin:   desc.datetime=2018-03-19
0:00:00.140720625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:466:gst_registry_add_plugin:<registry0> adding plugin 0x3d160180 for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsteffectv.so"
0:00:00.140737750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:479:gst_registry_add_plugin:<registry0> emitting plugin-added for filename "/data/halley/gst-sdk/lib/gstreamer-1.0/libgsteffectv.so"
0:00:00.140750875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:879:_priv_gst_registry_chunks_load_plugin: Added plugin 'effectv' plugin with 12 features from binary registry
0:00:00.140764250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'edgetv' typename : 'GstElementFactory'
0:00:00.140791875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fce68
0:00:00.140809250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.140822000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140836000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.140848375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140862000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.140874125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140888125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.140900625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.140914000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.140936250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fcf48
0:00:00.140952000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.140963875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fcfe8
0:00:00.140977625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.140993625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15eab0 (edgetv)
0:00:00.141010375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<edgetv> set parent (ref and sink)
0:00:00.141023875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for edgetv
0:00:00.141036375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature edgetv, plugin 0x3d160180 effectv
0:00:00.141066500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'agingtv' typename : 'GstElementFactory'
0:00:00.141096875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fd0a8
0:00:00.141114750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.141127500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141141500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.141154000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141167750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.141179875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141194250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.141206750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141220000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.141232000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd1a8
0:00:00.141245875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.141257375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd248
0:00:00.141270750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.141286750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15eb90 (agingtv)
0:00:00.141303500  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<agingtv> set parent (ref and sink)
0:00:00.141317500  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for agingtv
0:00:00.141340875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature agingtv, plugin 0x3d160180 effectv
0:00:00.141355500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'dicetv' typename : 'GstElementFactory'
0:00:00.141400000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fd300
0:00:00.141418000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.141430625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141444500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.141456875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141470625  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.141482875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141497125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.141509250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141522250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.141534375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd3f8
0:00:00.141549250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.141561250  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd4a8
0:00:00.141577375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.141594125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15ec70 (dicetv)
0:00:00.141611125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<dicetv> set parent (ref and sink)
0:00:00.141625000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for dicetv
0:00:00.141637750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature dicetv, plugin 0x3d160180 effectv
0:00:00.141651625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'warptv' typename : 'GstElementFactory'
0:00:00.141680375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fd570
0:00:00.141697750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.141710500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141724250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.141747000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141762250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.141774375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141788875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.141801250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.141814375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.141826375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd668
0:00:00.141842375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.141854000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd718
0:00:00.141871625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.141888500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15ed50 (warptv)
0:00:00.141905250  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<warptv> set parent (ref and sink)
0:00:00.141919125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for warptv
0:00:00.141931875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature warptv, plugin 0x3d160180 effectv
0:00:00.141945500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'shagadelictv' typename : 'GstElementFactory'
0:00:00.141974250  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fd7e8
0:00:00.141991875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.142004500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142018000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.142030500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142044125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.142056375  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142070875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.142083250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142096750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.142109000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd8d8
0:00:00.142133125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.142146000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fd970
0:00:00.142159375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.142175750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d15ee30 (shagadelictv)
0:00:00.142192875  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<shagadelictv> set parent (ref and sink)
0:00:00.142206875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for shagadelictv
0:00:00.142219625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature shagadelictv, plugin 0x3d160180 effectv
0:00:00.142233500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'vertigotv' typename : 'GstElementFactory'
0:00:00.142264125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fda28
0:00:00.142281500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.142294000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142308125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.142320500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142334000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.142346125  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142360750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.142373250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142386750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.142398875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fdb30
0:00:00.142413375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.142425125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fdbd0
0:00:00.142438500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.142454875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d162830 (vertigotv)
0:00:00.142471375  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<vertigotv> set parent (ref and sink)
0:00:00.142485375  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for vertigotv
0:00:00.142508500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature vertigotv, plugin 0x3d160180 effectv
0:00:00.142524000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'revtv' typename : 'GstElementFactory'
0:00:00.142553125  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fdc88
0:00:00.142571125  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.142584000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142598000  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.142610875  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142624750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.142637500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142652375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.142665000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142678500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.142690750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fdd88
0:00:00.142704375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.142716125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fde28
0:00:00.142735125  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.142751375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d162910 (revtv)
0:00:00.142768625  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<revtv> set parent (ref and sink)
0:00:00.142782875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for revtv
0:00:00.142795875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature revtv, plugin 0x3d160180 effectv
0:00:00.142809500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'quarktv' typename : 'GstElementFactory'
0:00:00.142837750  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fdee8
0:00:00.142855375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.142868000  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142881750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.142894250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142922500  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.142935750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142949750  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.142962250  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.142975875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.142987875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fdfc8
0:00:00.143002875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.143014625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fe078
0:00:00.143028000  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template src
0:00:00.143044500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistry.c:582:gst_registry_add_feature:<registry0> adding feature 0x3d1629f0 (quarktv)
0:00:00.143061125  8744     0x3d0a0600 DEBUG        GST_REFCOUNTING gstobject.c:675:gst_object_set_parent:<quarktv> set parent (ref and sink)
0:00:00.143074875  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistry.c:600:gst_registry_add_feature:<registry0> emitting feature-added for quarktv
0:00:00.143087625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:730:gst_registry_chunks_load_feature: Added feature quarktv, plugin 0x3d160180 effectv
0:00:00.143100750  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:572:gst_registry_chunks_load_feature: Plugin 'effectv' feature 'optv' typename : 'GstElementFactory'
0:00:00.143130000  8744     0x3d0a0600 LOG             GST_REGISTRY gstregistrychunks.c:599:gst_registry_chunks_load_feature: Reading/casting for GstRegistryChunkElementFactory at address 0xffffb46fe140
0:00:00.143147875  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'long-name'
0:00:00.143160500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.143174375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'klass'
0:00:00.143186750  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.143200250  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'description'
0:00:00.143212500  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.143226375  8744     0x3d0a0600 DEBUG              structure gststructure.c:1964:gst_structure_parse_field: trying field name 'author'
0:00:00.143238625  8744     0x3d0a0600 DEBUG                default gstvalue.c:2548:_priv_gst_value_parse_value: trying type name 'string'
0:00:00.143252875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:615:gst_registry_chunks_load_feature: Element factory : npadtemplates=2
0:00:00.143264875  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fe278
0:00:00.143278625  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_template: Added pad_template sink
0:00:00.143301500  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:515:gst_registry_chunks_load_pad_template: Reading/casting for GstRegistryChunkPadTemplate at address 0xffffb46fe318
0:00:00.143316375  8744     0x3d0a0600 DEBUG           GST_REGISTRY gstregistrychunks.c:528:gst_registry_chunks_load_pad_temp