gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

JVM Crashes #262

Closed martin-petzold closed 1 year ago

martin-petzold commented 1 year ago

I am using GStreamer 1.x Java Core (gst1-java-core) to launch a pipeline on /dev/video9. After a short time the JVM crashes. This pipeline is working well from command line.

Gst.init(Version.of(1, 18));

Pipeline pipeline = Pipeline.class.cast(Gst.parseLaunch("pylonsrc cam::OffsetX=1144 cam::OffsetY=1016 ! video/x-raw,format=YUY2,width=1920,height=1080,framerate=30/1 ! tee ! queue ! v4l2sink device=/dev/video9"));

pipeline.play();

I added the JVM crash log and below you can find the journal debug output:

Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.000180254  2678 0xffff24251c00 INFO                GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.18.0
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.007712542  2678 0xffff24251c00 INFO                GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/aarch64-linux-gnu
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.007813794  2678 0xffff24251c00 INFO                GST_INIT gst.c:605:init_pre: Linux tavla 5.10.52-g3243d36fb232 #1 SMP PREEMPT Fri May 19 18:17:21 UTC 2023 aarch64
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.008491559  2678 0xffff24251c00 INFO                GST_INIT gstmessage.c:129:_priv_gst_message_initialize: init messages
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.011457498  2678 0xffff24251c00 INFO                GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.012732276  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:325:_priv_gst_plugin_initialize: registering 0 static plugins
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.013152410  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:233:gst_plugin_register_static: registered static plugin "staticelements"
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.013207411  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:235:gst_plugin_register_static: added static plugin "staticelements", result: 1
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.013272288  2678 0xffff24251c00 INFO            GST_REGISTRY gstregistry.c:1755:ensure_current_registry: reading registry cache: /home/tavla-run/.cache/gstreamer-1.0/registry.aarch64.bin
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.041506774  2678 0xffff24251c00 INFO            GST_REGISTRY gstregistrybinary.c:666:priv_gst_registry_binary_read_cache: loaded /home/tavla-run/.cache/gstreamer-1.0/registry.aarch64.bin in 0,028141 seconds
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.041932159  2678 0xffff24251c00 INFO            GST_REGISTRY gstregistry.c:1614:scan_and_update_registry: Validating plugins from registry cache: /home/tavla-run/.cache/gstreamer-1.0/registry.aarch64.bin
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.046826765  2678 0xffff24251c00 INFO            GST_REGISTRY gstregistry.c:1713:scan_and_update_registry: Registry cache has not changed
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.046928892  2678 0xffff24251c00 INFO            GST_REGISTRY gstregistry.c:1790:ensure_current_registry: registry reading and updating done, result = 1
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.046956017  2678 0xffff24251c00 INFO                GST_INIT gst.c:806:init_post: GLib runtime version: 2.66.8
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.046980393  2678 0xffff24251c00 INFO                GST_INIT gst.c:808:init_post: GLib headers version: 2.66.8
Mai 22 12:19:19 tavla TAVLA[2678]: 0:00:00.046997143  2678 0xffff24251c00 INFO                GST_INIT gst.c:810:init_post: initialized GStreamer successfully
Mai 22 12:19:20 tavla TAVLA[2678]: 0:00:00.516439316  2678 0xffff24251c00 INFO            GST_PIPELINE gstparse.c:344:gst_parse_launch_full: parsing pipeline description 'pylonsrc cam::OffsetX=1144 cam::OffsetY=1016 ! video/x-raw,format=YUY2,width=1920,height=1080,fram>
Mai 22 12:19:20 tavla TAVLA[2678]: 0:00:00.547549740  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:915:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstpylon.so" loaded
Mai 22 12:19:20 tavla TAVLA[2678]: 0:00:00.548160378  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "pylonsrc"
Mai 22 12:19:21 tavla TAVLA[2678]: 0:00:01.891378985  2678 0xffff24251c00 INFO                pylonsrc gstpylonobject.cpp:291:gst_pylon_object_set_pylon_selector: Set Selector-Feature BalanceRatioSelector: Red
Mai 22 12:19:21 tavla TAVLA[2678]: 0:00:01.891713742  2678 0xffff24251c00 INFO                pylonsrc gstpylonobject.cpp:291:gst_pylon_object_set_pylon_selector: Set Selector-Feature BalanceRatioSelector: Green
Mai 22 12:19:21 tavla TAVLA[2678]: 0:00:01.891931122  2678 0xffff24251c00 INFO                pylonsrc gstpylonobject.cpp:291:gst_pylon_object_set_pylon_selector: Set Selector-Feature BalanceRatioSelector: Blue
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:02.498644393  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstBaseSrc@0xffff240f04f0> adding pad 'src'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:02.498847523  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:770:gst_pylon_src_start:<pylonsrc0> Attempting to create camera device with the following configuration:
Mai 22 12:19:22 tavla TAVLA[2678]:         name: (null)
Mai 22 12:19:22 tavla TAVLA[2678]:         serial number: (null)
Mai 22 12:19:22 tavla TAVLA[2678]:         index: -1
Mai 22 12:19:22 tavla TAVLA[2678]:         user set: (null)
Mai 22 12:19:22 tavla TAVLA[2678]:         PFS filepath: (null)
Mai 22 12:19:22 tavla TAVLA[2678]:         Enable correction: True.
Mai 22 12:19:22 tavla TAVLA[2678]: If defined, the PFS file will override the user set configuration.
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.046090756  2678 0xffff24251c00 INFO                pylonsrc gstpylon.cpp:354:gst_pylon_set_user_config: UserSet feature not available camera will start in internal default state
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.046207009  2678 0xffff24251c00 INFO                pylonsrc gstpylonobject.cpp:397:gst_pylon_object_set_property: Caching property "OffsetX". Value is checked during caps fixation
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.046262010  2678 0xffff24251c00 INFO                pylonsrc gstpylonobject.cpp:397:gst_pylon_object_set_property: Caching property "OffsetY". Value is checked during caps fixation
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.048348180  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:915:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstcoreelements.so" loaded
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.048416057  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "tee"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.048643062  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstTee@0xffff2449d000> adding pad 'sink'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.048731938  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "queue"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.048950818  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstQueue@0xffff240d6050> adding pad 'sink'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.049011569  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstQueue@0xffff240d6050> adding pad 'src'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.061607092  2678 0xffff24251c00 INFO      GST_PLUGIN_LOADING gstplugin.c:915:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so" loaded
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.061671469  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "v4l2sink"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.065467176  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstBaseSink@0xffff245427f0> adding pad 'sink'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.065702931  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "pipeline"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066043939  2678 0xffff24251c00 INFO            GST_PIPELINE gst/parse/grammar.y:682:gst_parse_perform_link: linking some pad of GstPylonSrc named pylonsrc0 to some pad of GstTee named tee0 (0/0) with caps "video/x-raw, format=>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066090190  2678 0xffff24251c00 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:363:gst_element_factory_create: creating element "capsfilter"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066394946  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstBaseTransform@0xffff2454e2d0> adding pad 'sink'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066452697  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<GstBaseTransform@0xffff2454e2d0> adding pad 'src'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066492573  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2100:gst_bin_get_state_func:<pipeline0> getting state
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066571950  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<capsfilter0> completed state change to NULL
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066615451  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1610:gst_event_new_reconfigure: creating reconfigure event
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066651452  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element pylonsrc0:(any) to element capsfilter0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066678577  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:1009:gst_element_get_static_pad: found pad capsfilter0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066700953  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: pylonsrc0 and capsfilter0 in same bin, no need for ghost pads
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.066742079  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2377:gst_pad_link_prepare: trying to link pylonsrc0:src and capsfilter0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096219092  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096323720  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:4309:gst_pad_peer_query:<capsfilter0:src> pad has no peer
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096406096  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2585:gst_pad_link_full: linked pylonsrc0:src and capsfilter0:sink, successful
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096435597  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1610:gst_event_new_reconfigure: creating reconfigure event
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096465348  2678 0xffff24251c00 INFO               GST_EVENT gstpad.c:5890:gst_pad_send_event_unchecked:<pylonsrc0:src> Received event on flushing pad. Discarding
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096543224  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element capsfilter0:src to element tee0:(any)
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096577475  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:1009:gst_element_get_static_pad: found pad capsfilter0:src
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.096624351  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1079:gst_pad_check_link: trying to link capsfilter0:src and tee0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.125989738  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.126150366  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: capsfilter0 and tee0 in same bin, no need for ghost pads
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.126219118  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2377:gst_pad_link_prepare: trying to link capsfilter0:src and tee0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155360749  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155509627  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2585:gst_pad_link_full: linked capsfilter0:src and tee0:sink, successful
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155541628  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1610:gst_event_new_reconfigure: creating reconfigure event
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155566253  2678 0xffff24251c00 INFO               GST_EVENT gstpad.c:5890:gst_pad_send_event_unchecked:<capsfilter0:src> Received event on flushing pad. Discarding
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155637755  2678 0xffff24251c00 INFO            GST_PIPELINE gst/parse/grammar.y:682:gst_parse_perform_link: linking some pad of GstTee named tee0 to some pad of GstQueue named queue0 (0/0) with caps "(NULL)"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155667006  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element tee0:(any) to element queue0:(any)
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155720882  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:4309:gst_pad_peer_query:<queue0:src> pad has no peer
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155874760  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstelement.c:752:gst_element_add_pad:<tee0> adding pad 'src_0'
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155915261  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: tee0 and queue0 in same bin, no need for ghost pads
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.155955762  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2377:gst_pad_link_prepare: trying to link tee0:src_0 and queue0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185371399  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185531153  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:4309:gst_pad_peer_query:<queue0:src> pad has no peer
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185602029  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2585:gst_pad_link_full: linked tee0:src_0 and queue0:sink, successful
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185630030  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1610:gst_event_new_reconfigure: creating reconfigure event
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185658656  2678 0xffff24251c00 INFO               GST_EVENT gstpad.c:5890:gst_pad_send_event_unchecked:<tee0:src_0> Received event on flushing pad. Discarding
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185740782  2678 0xffff24251c00 INFO            GST_PIPELINE gst/parse/grammar.y:682:gst_parse_perform_link: linking some pad of GstQueue named queue0 to some pad of GstV4l2Sink named v4l2sink0 (0/0) with caps "(NULL)"
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185806034  2678 0xffff24251c00 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element queue0:(any) to element v4l2sink0:(any)
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.185851910  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1079:gst_pad_check_link: trying to link queue0:src and v4l2sink0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.215139669  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.215348799  2678 0xffff24251c00 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: queue0 and v4l2sink0 in same bin, no need for ghost pads
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.215420925  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2377:gst_pad_link_prepare: trying to link queue0:src and v4l2sink0:sink
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.244670184  2678 0xffff24251c00 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.244881189  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:2585:gst_pad_link_full: linked queue0:src and v4l2sink0:sink, successful
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.244924940  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1610:gst_event_new_reconfigure: creating reconfigure event
Mai 22 12:19:22 tavla TAVLA[2678]: 0:00:03.244958315  2678 0xffff24251c00 INFO               GST_EVENT gstpad.c:5890:gst_pad_send_event_unchecked:<queue0:src> Received event on flushing pad. Discarding
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.542858271  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<v4l2sink0> current NULL pending VOID_PENDING, desired next READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.543237029  2678 0xffff24251c00 INFO                    v4l2 v4l2_calls.c:629:gst_v4l2_open:<v4l2sink0:sink> Opened device 'Camera' (/dev/video9) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.543288030  2678 0xffff24251c00 WARN                    v4l2 v4l2_calls.c:547:gst_v4l2_subscribe_event:<v4l2sink0> Cannot subscribe V4L2_EVENT_SOURCE_CHANGE or V4L2_EVENT_EOS event for device '/dev/video9'.
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.543337031  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<v4l2sink0> completed state change to READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.543364532  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<v4l2sink0> notifying about state-changed NULL to READY (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.550787443  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'v4l2sink0' changed state to 2(READY) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.550921195  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<queue0> current NULL pending VOID_PENDING, desired next READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.550961946  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<queue0> completed state change to READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.550991572  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<queue0> notifying about state-changed NULL to READY (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.551808965  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 2(READY) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.551905592  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<tee0> current NULL pending VOID_PENDING, desired next READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.551937592  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<tee0> completed state change to READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.551962718  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<tee0> notifying about state-changed NULL to READY (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.552393477  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'tee0' changed state to 2(READY) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.552492355  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<capsfilter0> current NULL pending VOID_PENDING, desired next READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.552524480  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<capsfilter0> completed state change to READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.552549856  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed NULL to READY (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.552975990  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.553061992  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<pylonsrc0> current NULL pending VOID_PENDING, desired next READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.553094493  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<pylonsrc0> completed state change to READY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.553118118  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pylonsrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.553528252  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'pylonsrc0' changed state to 2(READY) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.556679695  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2741:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PLAYING, next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.556778072  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PLAYING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557369460  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2749:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557500588  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<v4l2sink0> current READY pending VOID_PENDING, desired next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557576340  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2969:gst_bin_change_state_func:<pipeline0> child 'v4l2sink0' is changing state asynchronously to PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557614966  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<queue0> current READY pending VOID_PENDING, desired next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557738593  2678 0xffff24251c00 INFO                    task gsttask.c:460:gst_task_set_lock: setting stream lock 0xffff244b28c0 on task 0xffff2488e050
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.557766719  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:6235:gst_pad_start_task:<queue0:src> created task 0xffff2488e050
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.558475609  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<queue0> completed state change to PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.558537736  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<queue0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.558961745  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 3(PAUSED) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559054997  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<tee0> current READY pending VOID_PENDING, desired next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559109873  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<tee0> completed state change to PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559136373  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<tee0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559538132  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'tee0' changed state to 3(PAUSED) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559641009  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<capsfilter0> current READY pending VOID_PENDING, desired next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559695386  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.559720886  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.560274648  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.560358275  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<pylonsrc0> current READY pending VOID_PENDING, desired next PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.560439902  2678 0xffff24251c00 INFO                 basesrc gstbasesrc.c:1430:gst_base_src_do_seek:<pylonsrc0> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1,000000, ap>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.560499778  2678 0xffff24251c00 INFO                    task gsttask.c:460:gst_task_set_lock: setting stream lock 0xffff244b21d0 on task 0xffff2488e170
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.560525529  2678 0xffff24251c00 INFO                GST_PADS gstpad.c:6235:gst_pad_start_task:<pylonsrc0:src> created task 0xffff2488e170
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.561103291  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<pylonsrc0> completed state change to PAUSED
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.561167917  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pylonsrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.561591927  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:3005:gst_bin_change_state_func:<pipeline0> child 'pylonsrc0' changed state to 3(PAUSED) successfully without preroll
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.561924684  2678 0xffff24251c00 INFO                pipeline gstpipeline.c:529:gst_pipeline_change_state:<pipeline0> pipeline is live
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.562005811  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2741:gst_element_continue_state:<pipeline0> committing state from READY to PAUSED, pending PLAYING, next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.562031186  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to PAUSED (PLAYING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.562930956  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2749:gst_element_continue_state:<pipeline0> continue state change PAUSED to PLAYING, final PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.569197091  2678 0xffff24251c00 INFO               GST_EVENT gstevent.c:1480:gst_event_new_latency: creating latency event 0:00:00.000000000
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.570134362  2678 0xffff24251c00 INFO                     bin gstbin.c:2793:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.571371764  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<v4l2sink0> current READY pending PAUSED, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.571983027  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2969:gst_bin_change_state_func:<pipeline0> child 'v4l2sink0' is changing state asynchronously to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.572823045  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<queue0> current PAUSED pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.573593937  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<queue0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.574172949  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<queue0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.575145095  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.576179243  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<tee0> current PAUSED pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.576744005  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<tee0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.577260641  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<tee0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.579947574  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'tee0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.580809843  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.581540859  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<capsfilter0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.582127122  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.583784533  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.584385546  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<pylonsrc0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.584855306  2678 0xffff24251c00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pylonsrc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.584852306  2678 0xffff24529e40 INFO        GST_ELEMENT_PADS gstelement.c:1006:gst_element_get_static_pad: no such pad 'sink' in element "pylonsrc0"
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.585320691  2678 0xffff24529e40 FIXME                default gstutils.c:4025:gst_pad_create_stream_id_internal:<pylonsrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.586045457  2678 0xffff24251c00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'pylonsrc0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624060280  2678 0xffff24529e40 INFO                pylonsrc gstpylonsrc.cpp:581:gst_pylon_src_get_caps:<pylonsrc0> Returning caps video/x-raw, format=(string){ YUY2 }, width=(int)[ 96, 4096 ], height=(int)[ 64, 3120 ], framera>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624485790  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1251:gst_v4l2_object_fill_format_list:<v4l2sink0:sink> got 55 format(s):
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624564291  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YUYV
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624589292  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   UYVY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624610542  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   422P
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624641293  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YU12
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624665043  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YV12
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624686419  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y444
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624706544  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y41P
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624732420  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   411P
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624752670  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YVU9
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624772796  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YUV9
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624792796  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   MPEG
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624812422  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   JPEG
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624831797  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   MJPG
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624851172  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   dvsd
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624870673  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGB4
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624892673  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   BGR4
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624924674  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGB3
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624945550  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   BGR3
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624964675  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   NV12
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.624985050  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YYUV
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625004176  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   M264
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625025176  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YUVP
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625044427  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YUVO
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625063927  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y12
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625083677  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y10
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625103178  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y06
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625122928  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y04
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625142679  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YUV4
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625162179  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   BGRH
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625182305  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGBR
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625202555  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGBQ
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625222180  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGBP
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625256431  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGBO
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625279307  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   R444
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625298932  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGB1
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625318183  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   BA81
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625339683  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   GBRG
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625360308  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   GRBG
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625379934  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   RGGB
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625399309  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   GREY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625418935  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   HEVC
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625438810  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   VP90
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625458186  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   VP80
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625477686  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   VC1L
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625497186  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   VC1G
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625516937  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   XVID
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625536562  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   MPG4
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625556313  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   MPG2
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625589938  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   MPG1
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625610189  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   H263
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625629939  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   AVC1
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625649065  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   H264
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625670065  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   Y16
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625690691  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   VYUY
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625710566  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:1255:gst_v4l2_object_fill_format_list:<v4l2sink0:sink>   YVYU
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.625868069  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YUYV@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626074824  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at UYVY@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626226702  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at 422P@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626381331  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YU12@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626519459  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YV12@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626643836  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at 411P@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626778089  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YVU9@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.626901967  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YUV9@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627026720  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at JPEG@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627110971  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at MJPG@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627185723  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at dvsd@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627281350  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGB4@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627406603  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at BGR4@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627557356  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGB3@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627679359  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at BGR3@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627836487  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at NV12@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.627972740  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGBQ@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628129618  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGBP@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628275247  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGBO@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628396749  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at BA81@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628473876  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at GBRG@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628543627  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at GRBG@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628651005  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at RGGB@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628731007  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at GREY@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628844009  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at HEVC@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.628955386  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at VP90@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629030888  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at VP80@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629102265  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at VC1L@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629178891  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at VC1G@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629253143  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at XVID@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629362270  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at MPG4@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629446522  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at MPG2@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629518899  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at MPG1@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629595275  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at H263@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629670027  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at AVC1@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629743278  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at H264@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.629954533  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at Y16 @48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.630092786  2678 0xffff24529e40 WARN                    v4l2 gstv4l2object.c:2749:gst_v4l2_object_probe_caps_for_format_and_size:<v4l2sink0:sink> Unknown frame interval type at YVYU@48x32: 0
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.631347313  2678 0xffff24529e40 INFO                    v4l2 gstv4l2object.c:4769:gst_v4l2_object_probe_caps:<v4l2sink0:sink> probed caps: video/x-raw(format:Interlaced), format=(string)YUY2, width=(int)[ 1, 8192 ], height=(int>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.631862699  2678 0xffff24529e40 INFO                pylonsrc gstpylonsrc.cpp:654:gst_pylon_src_fixate:<pylonsrc0> Fixated caps to video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, in>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.631942201  2678 0xffff24529e40 INFO                pylonsrc gstpylonsrc.cpp:672:gst_pylon_src_set_caps:<pylonsrc0> Setting new caps: video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.652459521  2678 0xffff24529e40 INFO                pylonsrc gstpylon.cpp:860:gst_pylon_set_configuration: Set Feature Width: 1920
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.669573517  2678 0xffff24529e40 INFO                pylonsrc gstpylon.cpp:864:gst_pylon_set_configuration: Set Feature Height: 1080
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.674943258  2678 0xffff24529e40 INFO                pylonsrc gstpylon.cpp:896:gst_pylon_set_configuration: Set Feature OffsetX: 1144
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.691028106  2678 0xffff24529e40 INFO                pylonsrc gstpylon.cpp:919:gst_pylon_set_configuration: Set Feature Offsety: 1016
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:03.693200904  2678 0xffff24529e40 INFO                pylonsrc gstpylon.cpp:935:gst_pylon_set_configuration: Set Feature AcquisitionFrameRate: 30,000000
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.063092419  2678 0xffff24529e40 INFO               GST_EVENT gstevent.c:847:gst_event_new_caps: creating caps event video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.065389344  2678 0xffff24529e40 INFO           basetransform gstbasetransform.c:1325:gst_base_transform_setcaps:<capsfilter0> reuse caps
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.066414991  2678 0xffff24529e40 INFO               GST_EVENT gstevent.c:847:gst_event_new_caps: creating caps event video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, interlace-mode=(>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.069067298  2678 0xffff24529de0 INFO                    v4l2 gstv4l2object.c:3238:gst_v4l2_object_setup_pool:<v4l2sink0:sink> accessing buffers via mode 2
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.069574559  2678 0xffff24529de0 INFO          v4l2bufferpool gstv4l2bufferpool.c:559:gst_v4l2_buffer_pool_set_config:<v4l2sink0:pool0:sink> increasing minimum buffers to 2
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.069642436  2678 0xffff24529de0 INFO          v4l2bufferpool gstv4l2bufferpool.c:572:gst_v4l2_buffer_pool_set_config:<v4l2sink0:pool0:sink> reducing maximum buffers to 32
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.069661686  2678 0xffff24529de0 INFO          v4l2bufferpool gstv4l2bufferpool.c:583:gst_v4l2_buffer_pool_set_config:<v4l2sink0:pool0:sink> can't allocate, setting maximum to minimum
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.069725563  2678 0xffff24529de0 INFO                v4l2sink gstv4l2sink.c:523:gst_v4l2sink_set_caps:<v4l2sink0> outputting buffers via mode 2
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.178650548  2678 0xffff24529e40 INFO               GST_EVENT gstevent.c:927:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1,000000, a>
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.179373689  2678 0xffff24529e40 INFO                 basesrc gstbasesrc.c:3018:gst_base_src_loop:<pylonsrc0> marking pending DISCONT
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.187214358  2678 0xffff24529de0 INFO              GST_STATES gstbin.c:3440:bin_handle_async_done:<pipeline0> setting state from PAUSED to PAUSED, pending PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.187857747  2678 0xffff24529de0 INFO              GST_STATES gstbin.c:3462:bin_handle_async_done:<pipeline0> continue state change, pending PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.189988919  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:3258:gst_bin_continue_func:<pipeline0> continue state change PAUSED to PLAYING, final PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.190666933  2678 0xffff246c2f00 INFO               GST_EVENT gstevent.c:1480:gst_event_new_latency: creating latency event 0:00:00.048333333
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.191682330  2678 0xffff246c2f00 INFO                     bin gstbin.c:2793:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.048333333
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.192287968  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<v4l2sink0> current PAUSED pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.193163612  2678 0xffff246c2f00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<v4l2sink0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.193698624  2678 0xffff246c2f00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<v4l2sink0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.198889986  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'v4l2sink0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199026989  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<queue0> current PLAYING pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199069615  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2631:gst_bin_element_set_state:<queue0> skipping transition from PLAYING to  PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199095241  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199127492  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<tee0> current PLAYING pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199150492  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2631:gst_bin_element_set_state:<tee0> skipping transition from PLAYING to  PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199172243  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'tee0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199201868  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<capsfilter0> current PLAYING pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199222994  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2631:gst_bin_element_set_state:<capsfilter0> skipping transition from PLAYING to  PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199244994  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199269870  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2513:gst_bin_element_set_state:<pylonsrc0> current PLAYING pending VOID_PENDING, desired next PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199294745  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2631:gst_bin_element_set_state:<pylonsrc0> skipping transition from PLAYING to  PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199317496  2678 0xffff246c2f00 INFO              GST_STATES gstbin.c:2962:gst_bin_change_state_func:<pipeline0> child 'pylonsrc0' changed state to 4(PLAYING) successfully
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199347746  2678 0xffff246c2f00 INFO              GST_STATES gstelement.c:2769:gst_element_continue_state:<pipeline0> completed state change to PLAYING
Mai 22 12:19:23 tavla TAVLA[2678]: 0:00:04.199372372  2678 0xffff246c2f00 INFO              GST_STATES gstelement.c:2669:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
neilcsmith-net commented 1 year ago

The crash doesn't seem to be directly in the library, although could easily be triggered by interaction with something else in the JVM. Without looking at the full tech stack, it's hard to say what's going on here, and that's not something I can offer via free support.

If you want to contact me via https://www.codelerity.com I'm happy to discuss options to take a more detailed look.

martin-petzold commented 1 year ago

Does this library use dbus for communication?

neilcsmith-net commented 1 year ago

Directly no, indirectly maybe. Closing this as it doesn't appear to be a bug in the library but an issue with usage.