PROCESSOR-SDK-LINUX-SK-TDA4VM: SK-TDA4VM: edgeai-gst-plugins tiovxsde error when width 1920 pixels.

Part Number: PROCESSOR-SDK-LINUX-SK-TDA4VM
Other Parts Discussed in Thread: SK-TDA4VM

I am evaluating SDE with GStreamer using the SK-TDA4VM evaluation board and PROCESSOR-SDK-LINUX-SK-TDA4VM (10.01.00.04).

I am encountering the issue described here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1459092/tda4vm-edgeai-gst-plugins-tiovxsde-error-when-disparity-max-0.

I have also confirmed that SDE is processed correctly by changing the image width from 1920 pixels to 1280 pixels.

I also referred to the information here.
https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/10_01_00_04/exports/docs/psdk_rtos/docs/user_guide/developer_notes_dmpac.html

However, this information describes a solution for VisionApps in the RTOS.

How do I reallocate memory for the DMPAC SL2 in the Linux SDK?

  • Hi ,

    It looks like you'll have to edit the code within: tiovx_sde_module.ctiovx_sde_module.h, or hwa_dmpac_sde.h.

    The edits should be done within a Yocto build.

    Best,
    Jared

  • Hi Jared,

    Thank you for your reply.

    However, with this information alone, I can't find where SL2 memory allocation is taking place.

    Also, I understand that tiovx_sde_module.c and tiovx_sde_module.h are source files included in edgeai-tiovx-modules, but are not included in the Yocto build. Could you please correct me if I'm wrong?

    Could you tell me the specific source code changes required to implement DMPAC's SL2 memory allocation?

    Best,
    Tetsuya

  • Hi ,

    Apologies, those won't help. You will need to change the source code and rebuild the firmware.

    OOB, the EdgeAI release comes with prebuilt firmware for the rprocs. You will have to edit and rebuild that firmware. Unfortunately, this isn't supported with the EdgeAI releases.

    One thing you could try though, is to download the RTOS SDK and build the SDK using variables SOC=j721e and TISDK_IMAGE=edgeai after making the necessary changes to change the original allocation (so you won't have to reallocate). 

    Best,
    Jared

  • Hi Jared,

    I understand that you would make the necessary changes to the RTOS SDK, build it, and then replace the pre-built resources in PROCESSOR-SDK-LINUX-SK-TDA4VM. Is that correct?
    (I'm checking because the HW environment I'm using is SK-TDA4VM, which doesn't support the RTOS SDK.)
    If so,
    1. Please tell me which files to change in the RTOS SDK and which components to build. That component should point to this file: "The EdgeAI release comes with prebuilt firmware for the rprocs."
    2. After replacing the pre-built resources, I think I'll need to build the PROCESSOR-SDK-LINUX-SK-TDA4VM components, but which components (for example, edgeai-gst-plugins?) need to be built?

    I'd appreciate any help.

    Best,
    Tetsuya

  • Hi ,

    I understand that you would make the necessary changes to the RTOS SDK, build it, and then replace the pre-built resources in PROCESSOR-SDK-LINUX-SK-TDA4VM. Is that correct?

    Yes.

    1. Please tell me which files to change in the RTOS SDK and which components to build. That component should point to this file: "The EdgeAI release comes with prebuilt firmware for the rprocs."

    You would need to change the defines within the init functions in:

    • pdk/packages/ti/drv/vhwa/include/vhwa_m2mSde.h
    • pdk//packages/ti/drv/vhwa/include/vhwa_m2mDof.h

    2. After replacing the pre-built resources, I think I'll need to build the PROCESSOR-SDK-LINUX-SK-TDA4VM components, but which components (for example, edgeai-gst-plugins?) need to be built?

    The EdgeAI components probably wouldn't need to be changed.

    Best,
    Jared

  • Hi Jared,

    [sdk_builder/build_flags.mak]
    Changed SOC=j721e and TISDK_IMAGE=edgeai.

    [pdk/packages/ti/drv/vhwa/include/vhwa_m2mSde.h]
    Changed SDE_DEFAULT_IMG_WIDTH to 2048U.
    *Since dof is not used, vhwa_m2mDof.h was left unchanged.

    I built using make_sdk.sh in the sdk_builder folder.
    I confirmed that the PDK drv/vhwa were built.

    What files should I copy to the target environment after building?

    Best,
    Tetsuya

  • Hi ,

    Running "linux_fs_install_sd" within the sdk_builder directory should install all of the necessary files.

    The files that matter though, are the firmwares, the files that go into /lib/firmware (or the files that are symbolically linked to those files).

    Best,
    Jared

  • After building with the RTOS SDK, I ran "make linux_fs_install_sd" to install it on the SD card.
    I tried running the GStreamer pipeline, which was working before the installation, but it doesn't work properly.
    (It displays "Pipeline is PREROLLING..." and stops.)

    I've attached the log taken when running GStreamer with "GST_DEBUG=4".
    Please let me know what the problem is and how to resolve it.

    0:00:00.000348160  1569     0x255b89f0 INFO                GST_INIT gst.c:576:init_pre: Initializing GStreamer Core Library version 1.22.12
    0:00:00.000424725  1569     0x255b89f0 INFO                GST_INIT gst.c:577:init_pre: Using library installed in /usr/lib
    0:00:00.000446625  1569     0x255b89f0 INFO                GST_INIT gst.c:595:init_pre: Linux tda4vm-sk 6.6.44-ti-01478-g541c20281af7-dirty #1 SMP PREEMPT Thu Nov 14 19:20:24 UTC 2024 aarch64
    0:00:00.000813220  1569     0x255b89f0 INFO                GST_INIT gstmessage.c:129:_priv_gst_message_initialize: init messages
    0:00:00.001623515  1569     0x255b89f0 INFO                GST_INIT gstcontext.c:86:_priv_gst_context_initialize: init contexts
    0:00:00.001942985  1569     0x255b89f0 INFO      GST_PLUGIN_LOADING gstplugin.c:324:_priv_gst_plugin_initialize: registering 0 static plugins
    0:00:00.002083600  1569     0x255b89f0 INFO      GST_PLUGIN_LOADING gstplugin.c:232:gst_plugin_register_static: registered static plugin "staticelements"
    0:00:00.002097005  1569     0x255b89f0 INFO      GST_PLUGIN_LOADING gstplugin.c:234:gst_plugin_register_static: added static plugin "staticelements", result: 1
    0:00:00.002151805  1569     0x255b89f0 INFO            GST_REGISTRY gstregistry.c:1871:ensure_current_registry: registry reading and updating done
    0:00:00.006068175  1569     0x255b89f0 INFO                GST_INIT gst.c:805:init_post: GLib runtime version: 2.78.6
    0:00:00.006092485  1569     0x255b89f0 INFO                GST_INIT gst.c:807:init_post: GLib headers version: 2.78.6
    0:00:00.006099295  1569     0x255b89f0 INFO                GST_INIT gst.c:809:init_post: initialized GStreamer successfully
    0:00:00.011478430  1569     0x255b89f0 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgstfrei0r.so" loaded
    0:00:00.050164240  1568      0xf9f0290 INFO            GST_REGISTRY gstregistry.c:1804:scan_and_update_registry: Registry cache changed. Writing new registry cache
    0:00:00.050209395  1568      0xf9f0290 INFO            GST_REGISTRY gstregistrybinary.c:431:priv_gst_registry_binary_write_cache: Building binary registry cache image
    0:00:00.066644795  1568      0xf9f0290 INFO            GST_REGISTRY gstregistrybinary.c:463:priv_gst_registry_binary_write_cache: Writing binary registry cache
    0:00:00.151565540  1568      0xf9f0290 INFO            GST_REGISTRY gstregistrybinary.c:314:gst_registry_binary_cache_finish: Wrote binary registry cache
    0:00:00.151614020  1568      0xf9f0290 INFO            GST_REGISTRY gstregistry.c:1813:scan_and_update_registry: Registry cache written successfully
    0:00:00.151641155  1568      0xf9f0290 INFO            GST_REGISTRY gstregistry.c:1871:ensure_current_registry: registry reading and updating done
    0:00:00.151677220  1568      0xf9f0290 INFO                GST_INIT gst.c:805:init_post: GLib runtime version: 2.78.6
    0:00:00.151690825  1568      0xf9f0290 INFO                GST_INIT gst.c:807:init_post: GLib headers version: 2.78.6
    0:00:00.151699830  1568      0xf9f0290 INFO                GST_INIT gst.c:809:init_post: initialized GStreamer successfully
    0:00:00.151823765  1568      0xf9f0290 INFO            GST_PIPELINE gstparse.c:344:gst_parse_launch_full: parsing pipeline description 'filesrc location=./Image/450-1920-1200-L.raw blocksize=2304000 ! rawvideoparse width=1920 height=1200 format=gray8 framerate=1/1 ! videocrop left=320 right=320 top=88 bottom=88 ! capsfilter caps=video/x-raw,\ width=(int)1280,\ height=(int)1024; ! sde.left_sink filesrc location=./Image/450-1920-1200-R.raw blocksize=2304000 ! rawvideoparse width=1920 height=1200 format=gray8 framerate=1/1 ! videocrop left=320 right=320 top=88 bottom=88 ! capsfilter caps=video/x-raw,\ width=(int)1280,\ height=(int)1024; ! sde.right_sink tiovxsde name=sde median-filter-enable=true ! tiovxsdeviz ! jpegenc ! filesink location=output1280x1024.jpg '
    0:00:00.153437020  1568      0xf9f0290 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgstcoreelements.so" loaded
    0:00:00.153669970  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "filesrc"
    0:00:00.153717100  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseSrc@0xfd5f8a0> adding pad 'src'
    0:00:00.153776495  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:237:gst_file_src_set_location: filename : ./Image/450-1920-1200-L.raw
    0:00:00.153787110  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:238:gst_file_src_set_location: uri      : file:///root/workspace/Image/450-1920-1200-L.raw
    0:00:00.172409205  1568      0xf9f0290 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgstrawparse.so" loaded
    0:00:00.172888120  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "rawvideoparse"
    0:00:00.172928640  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseParse@0xfd648f0> adding pad 'sink'
    0:00:00.172952950  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseParse@0xfd648f0> adding pad 'src'
    0:00:00.177278625  1568      0xf9f0290 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgstvideocrop.so" loaded
    0:00:00.177524720  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "videocrop"
    0:00:00.177563000  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd6adf0> adding pad 'sink'
    0:00:00.177594325  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd6adf0> adding pad 'src'
    0:00:00.177686905  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "capsfilter"
    0:00:00.177710640  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd71570> adding pad 'sink'
    0:00:00.177730305  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd71570> adding pad 'src'
    0:00:00.177750810  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.177781905  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "filesrc"
    0:00:00.177804150  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseSrc@0xfd71fb0> adding pad 'src'
    0:00:00.177853945  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:237:gst_file_src_set_location: filename : ./Image/450-1920-1200-R.raw
    0:00:00.177863700  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:238:gst_file_src_set_location: uri      : file:///root/workspace/Image/450-1920-1200-R.raw
    0:00:00.177904945  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "rawvideoparse"
    0:00:00.177931025  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseParse@0xfd72bb0> adding pad 'sink'
    0:00:00.177951525  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseParse@0xfd72bb0> adding pad 'src'
    0:00:00.177994210  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "videocrop"
    0:00:00.178017450  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd74b70> adding pad 'sink'
    0:00:00.178037300  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd74b70> adding pad 'src'
    0:00:00.178095325  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "capsfilter"
    0:00:00.178117630  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd75dc0> adding pad 'sink'
    0:00:00.178137550  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfd75dc0> adding pad 'src'
    0:00:00.178152140  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.384465210  1568      0xf9f0290 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgsttiovx.so" loaded
    0:00:00.384857400  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "tiovxsde"
    0:00:00.384917505  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstAggregator@0xfd9abc0> adding pad 'src'
    0:00:00.384946860  1568      0xf9f0290 INFO            tiovxcontext gsttiovxcontext.c:141:gst_tiovx_context_init: Calling appInit() from GST!
    0:00:00.476714040  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "tiovxsdeviz"
    0:00:00.476802535  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfdef5f0> adding pad 'sink'
    0:00:00.476828580  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseTransform@0xfdef5f0> adding pad 'src'
    0:00:00.493262315  1568      0xf9f0290 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/gstreamer-1.0/libgstjpeg.so" loaded
    0:00:00.493494790  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "jpegenc"
    0:00:00.493532690  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstVideoEncoder@0xfdf34f0> adding pad 'sink'
    0:00:00.493556610  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstVideoEncoder@0xfdf34f0> adding pad 'src'
    0:00:00.496478070  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "filesink"
    0:00:00.496530730  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<GstBaseSink@0xfdf6f00> adding pad 'sink'
    0:00:00.496579415  1568      0xf9f0290 INFO                filesink gstfilesink.c:321:gst_file_sink_set_location:<filesink0> filename : output1280x1024.jpg
    0:00:00.496590160  1568      0xf9f0290 INFO                filesink gstfilesink.c:322:gst_file_sink_set_location:<filesink0> uri      : file:///root/workspace/output1280x1024.jpg
    0:00:00.496612620  1568      0xf9f0290 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "pipeline"
    0:00:00.496826965  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstFileSrc named filesrc0 to some pad of GstRawVideoParse named rawvideoparse0 (0/0) with caps "(NULL)"
    0:00:00.496843325  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element filesrc0:(any) to element rawvideoparse0:(any)
    0:00:00.496859975  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link filesrc0:src and rawvideoparse0:sink
    0:00:00.496917175  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: filesrc0 and rawvideoparse0 in same bin, no need for ghost pads
    0:00:00.496943080  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link filesrc0:src and rawvideoparse0:sink
    0:00:00.496991435  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked filesrc0:src and rawvideoparse0:sink, successful
    0:00:00.497000615  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.497016175  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<filesrc0:src> Received event on flushing pad. Discarding
    0:00:00.497042435  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstRawVideoParse named rawvideoparse0 to some pad of GstVideoCrop named videocrop0 (0/0) with caps "(NULL)"
    0:00:00.497053735  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element rawvideoparse0:(any) to element videocrop0:(any)
    0:00:00.497066290  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link rawvideoparse0:src and videocrop0:sink
    0:00:00.497086375  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<videocrop0:src> pad has no peer
    0:00:00.497273805  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: rawvideoparse0 and videocrop0 in same bin, no need for ghost pads
    0:00:00.497292035  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link rawvideoparse0:src and videocrop0:sink
    0:00:00.497306220  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<videocrop0:src> pad has no peer
    0:00:00.497478240  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked rawvideoparse0:src and videocrop0:sink, successful
    0:00:00.497487180  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.497494945  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<rawvideoparse0:src> Received event on flushing pad. Discarding
    0:00:00.497519665  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstVideoCrop named videocrop0 to some pad of GstCapsFilter named capsfilter0 (0/0) with caps "(NULL)"
    0:00:00.497531180  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element videocrop0:(any) to element capsfilter0:(any)
    0:00:00.497543840  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link videocrop0:src and capsfilter0:sink
    0:00:00.498544240  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<capsfilter0:src> pad has no peer
    0:00:00.498579555  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: videocrop0 and capsfilter0 in same bin, no need for ghost pads
    0:00:00.498595015  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link videocrop0:src and capsfilter0:sink
    0:00:00.499596595  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<capsfilter0:src> pad has no peer
    0:00:00.499646010  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked videocrop0:src and capsfilter0:sink, successful
    0:00:00.499654355  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.499662040  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<videocrop0:src> Received event on flushing pad. Discarding
    0:00:00.499679130  1568      0xf9f0290 INFO           GST_PARENTAGE gstbin.c:4385:gst_bin_get_by_name: [pipeline0]: looking up child element sde
    0:00:00.499714420  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstCapsFilter named capsfilter0 to pad  sde of GstTIOVXSde named sde (0/1) with caps "(NULL)"
    0:00:00.499738855  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element capsfilter0:(any) to element sde:left_sink
    0:00:00.499749605  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:1013:gst_element_get_static_pad: no such pad 'left_sink' in element "sde"
    0:00:00.499759995  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:1013:gst_element_get_static_pad: no such pad 'left_sink' in element "sde"
    0:00:00.499800535  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<sde> adding pad 'sink_0'
    0:00:00.499819235  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: capsfilter0 and sde in same bin, no need for ghost pads
    0:00:00.499835315  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link capsfilter0:src and sde:sink_0
    0:00:00.500930860  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked capsfilter0:src and sde:sink_0, successful
    0:00:00.500939725  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.500947205  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<capsfilter0:src> Received event on flushing pad. Discarding
    0:00:00.500969925  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstFileSrc named filesrc1 to some pad of GstRawVideoParse named rawvideoparse1 (0/0) with caps "(NULL)"
    0:00:00.500980960  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element filesrc1:(any) to element rawvideoparse1:(any)
    0:00:00.500993760  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link filesrc1:src and rawvideoparse1:sink
    0:00:00.501010975  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: filesrc1 and rawvideoparse1 in same bin, no need for ghost pads
    0:00:00.501025125  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link filesrc1:src and rawvideoparse1:sink
    0:00:00.501041860  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked filesrc1:src and rawvideoparse1:sink, successful
    0:00:00.501049365  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.501056895  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<filesrc1:src> Received event on flushing pad. Discarding
    0:00:00.501076590  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstRawVideoParse named rawvideoparse1 to some pad of GstVideoCrop named videocrop1 (0/0) with caps "(NULL)"
    0:00:00.501086965  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element rawvideoparse1:(any) to element videocrop1:(any)
    0:00:00.501098745  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link rawvideoparse1:src and videocrop1:sink
    0:00:00.501112840  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<videocrop1:src> pad has no peer
    0:00:00.501259015  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: rawvideoparse1 and videocrop1 in same bin, no need for ghost pads
    0:00:00.501274555  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link rawvideoparse1:src and videocrop1:sink
    0:00:00.501287845  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<videocrop1:src> pad has no peer
    0:00:00.501460215  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked rawvideoparse1:src and videocrop1:sink, successful
    0:00:00.501480440  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.501489565  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<rawvideoparse1:src> Received event on flushing pad. Discarding
    0:00:00.501510920  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstVideoCrop named videocrop1 to some pad of GstCapsFilter named capsfilter1 (0/0) with caps "(NULL)"
    0:00:00.501521770  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element videocrop1:(any) to element capsfilter1:(any)
    0:00:00.501533700  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link videocrop1:src and capsfilter1:sink
    0:00:00.502493210  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<capsfilter1:src> pad has no peer
    0:00:00.502525875  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: videocrop1 and capsfilter1 in same bin, no need for ghost pads
    0:00:00.502541350  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link videocrop1:src and capsfilter1:sink
    0:00:00.503523140  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<capsfilter1:src> pad has no peer
    0:00:00.503566760  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked videocrop1:src and capsfilter1:sink, successful
    0:00:00.503575210  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.503582475  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<videocrop1:src> Received event on flushing pad. Discarding
    0:00:00.503598630  1568      0xf9f0290 INFO           GST_PARENTAGE gstbin.c:4385:gst_bin_get_by_name: [pipeline0]: looking up child element sde
    0:00:00.503621830  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstCapsFilter named capsfilter1 to pad  sde of GstTIOVXSde named sde (0/1) with caps "(NULL)"
    0:00:00.503632280  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element capsfilter1:(any) to element sde:right_sink
    0:00:00.503641525  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:1013:gst_element_get_static_pad: no such pad 'right_sink' in element "sde"
    0:00:00.503651120  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:1013:gst_element_get_static_pad: no such pad 'right_sink' in element "sde"
    0:00:00.503687415  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstelement.c:758:gst_element_add_pad:<sde> adding pad 'sink_1'
    0:00:00.503703965  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: capsfilter1 and sde in same bin, no need for ghost pads
    0:00:00.503719620  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link capsfilter1:src and sde:sink_1
    0:00:00.504802040  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked capsfilter1:src and sde:sink_1, successful
    0:00:00.504811355  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.504818870  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<capsfilter1:src> Received event on flushing pad. Discarding
    0:00:00.504839705  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstTIOVXSde named sde to some pad of GstTIOVXSdeViz named tiovxsdeviz0 (0/0) with caps "(NULL)"
    0:00:00.504850045  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element sde:(any) to element tiovxsdeviz0:(any)
    0:00:00.504873990  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link sde:src and tiovxsdeviz0:sink
    0:00:00.504890435  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<tiovxsdeviz0:src> pad has no peer
    0:00:00.504937730  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: sde and tiovxsdeviz0 in same bin, no need for ghost pads
    0:00:00.504953120  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link sde:src and tiovxsdeviz0:sink
    0:00:00.504966355  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<tiovxsdeviz0:src> pad has no peer
    0:00:00.505003010  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked sde:src and tiovxsdeviz0:sink, successful
    0:00:00.505011575  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.505018895  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<sde:src> Received event on flushing pad. Discarding
    0:00:00.505049840  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstTIOVXSdeViz named tiovxsdeviz0 to some pad of GstJpegEnc named jpegenc0 (0/0) with caps "(NULL)"
    0:00:00.505060410  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element tiovxsdeviz0:(any) to element jpegenc0:(any)
    0:00:00.505072145  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link tiovxsdeviz0:src and jpegenc0:sink
    0:00:00.505142285  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<jpegenc0:src> pad has no peer
    0:00:00.505185225  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: tiovxsdeviz0 and jpegenc0 in same bin, no need for ghost pads
    0:00:00.505201145  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link tiovxsdeviz0:src and jpegenc0:sink
    0:00:00.505246090  1568      0xf9f0290 INFO                GST_PADS gstpad.c:4393:gst_pad_peer_query:<jpegenc0:src> pad has no peer
    0:00:00.505279675  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked tiovxsdeviz0:src and jpegenc0:sink, successful
    0:00:00.505288170  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.505295290  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<tiovxsdeviz0:src> Received event on flushing pad. Discarding
    0:00:00.505318720  1568      0xf9f0290 INFO            GST_PIPELINE grammar.y:998:gst_parse_perform_link: linking some pad of GstJpegEnc named jpegenc0 to some pad of GstFileSink named filesink0 (0/0) with caps "(NULL)"
    0:00:00.505329235  1568      0xf9f0290 INFO        GST_ELEMENT_PADS gstutils.c:1818:gst_element_link_pads_full: trying to link element jpegenc0:(any) to element filesink0:(any)
    0:00:00.505341020  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1080:gst_pad_check_link: trying to link jpegenc0:src and filesink0:sink
    0:00:00.505359650  1568      0xf9f0290 INFO                GST_PADS gstutils.c:1634:prepare_link_maybe_ghosting: jpegenc0 and filesink0 in same bin, no need for ghost pads
    0:00:00.505373755  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2440:gst_pad_link_prepare: trying to link jpegenc0:src and filesink0:sink
    0:00:00.505390115  1568      0xf9f0290 INFO                GST_PADS gstpad.c:2621:gst_pad_link_full: linked jpegenc0:src and filesink0:sink, successful
    0:00:00.505397500  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:1687:gst_event_new_reconfigure: creating reconfigure event
    0:00:00.505404480  1568      0xf9f0290 INFO               GST_EVENT gstpad.c:6011:gst_pad_send_event_unchecked:<jpegenc0:src> Received event on flushing pad. Discarding
    0:00:00.506172470  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesink0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506296735  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesink0> completed state change to READY
    0:00:00.506311960  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesink0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506354825  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 2(READY) successfully
    0:00:00.506372785  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<jpegenc0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506385290  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<jpegenc0> completed state change to READY
    0:00:00.506395620  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<jpegenc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506410380  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'jpegenc0' changed state to 2(READY) successfully
    0:00:00.506423850  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<tiovxsdeviz0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506434240  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<tiovxsdeviz0> completed state change to READY
    0:00:00.506443615  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<tiovxsdeviz0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506457625  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'tiovxsdeviz0' changed state to 2(READY) successfully
    0:00:00.506472380  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<sde> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506484275  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<sde> completed state change to READY
    0:00:00.506493770  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<sde> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506507460  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'sde' changed state to 2(READY) successfully
    0:00:00.506520845  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<capsfilter0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506531140  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<capsfilter0> completed state change to READY
    0:00:00.506540360  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506554115  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
    0:00:00.506567600  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<capsfilter1> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506577985  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<capsfilter1> completed state change to READY
    0:00:00.506587370  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506623675  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 2(READY) successfully
    0:00:00.506638730  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<videocrop0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506649330  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<videocrop0> completed state change to READY
    0:00:00.506658820  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<videocrop0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506672600  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'videocrop0' changed state to 2(READY) successfully
    0:00:00.506688315  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<videocrop1> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506698460  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<videocrop1> completed state change to READY
    0:00:00.506707970  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<videocrop1> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506721295  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'videocrop1' changed state to 2(READY) successfully
    0:00:00.506782575  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<rawvideoparse0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506803440  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<rawvideoparse0> completed state change to READY
    0:00:00.506814855  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<rawvideoparse0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506830325  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'rawvideoparse0' changed state to 2(READY) successfully
    0:00:00.506845725  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<rawvideoparse1> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506856260  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<rawvideoparse1> completed state change to READY
    0:00:00.506865710  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<rawvideoparse1> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506880955  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'rawvideoparse1' changed state to 2(READY) successfully
    0:00:00.506893235  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesrc0> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506903770  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesrc0> completed state change to READY
    0:00:00.506913645  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506927875  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesrc0' changed state to 2(READY) successfully
    0:00:00.506940220  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesrc1> current NULL pending VOID_PENDING, desired next READY
    0:00:00.506950330  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesrc1> completed state change to READY
    0:00:00.506970475  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesrc1> notifying about state-changed NULL to READY (VOID_PENDING pending)
    0:00:00.506986235  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesrc1' changed state to 2(READY) successfully
    0:00:00.507008220  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2788:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PAUSED, next PAUSED
    0:00:00.507018830  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PAUSED pending)
    0:00:00.507086365  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2796:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PAUSED
    0:00:00.507121750  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesink0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507148195  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2943:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PAUSED
    0:00:00.507163325  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<jpegenc0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507186370  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<jpegenc0> completed state change to PAUSED
    0:00:00.507197090  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<jpegenc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.507212610  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'jpegenc0' changed state to 3(PAUSED) successfully
    0:00:00.507226515  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<tiovxsdeviz0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507245315  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<tiovxsdeviz0> completed state change to PAUSED
    0:00:00.507255945  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<tiovxsdeviz0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.507270370  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'tiovxsdeviz0' changed state to 3(PAUSED) successfully
    0:00:00.507284735  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<sde> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507312420  1568      0xf9f0290 INFO              aggregator gstaggregator.c:2563:gst_aggregator_src_pad_activate_mode_func:<sde:src> Activating pad!
    0:00:00.507320905  1568      0xf9f0290 INFO              aggregator gstaggregator.c:1550:gst_aggregator_start_srcpad_task:<sde> Starting srcpad task
    0:00:00.507523470  1568      0xf9f0290 INFO                    task gsttask.c:516:gst_task_set_lock: setting stream lock 0xfd9bc20 on task 0xfdfed20
    0:00:00.507541050  1568      0xf9f0290 INFO                GST_PADS gstpad.c:6357:gst_pad_start_task:<sde:src> created task 0xfdfed20
    0:00:00.507777795  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<sde> completed state change to PAUSED
    0:00:00.507800110  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<sde> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.507819715  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'sde' changed state to 3(PAUSED) successfully
    0:00:00.507840045  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<capsfilter0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507881045  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
    0:00:00.507892655  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.507908305  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
    0:00:00.507923055  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<capsfilter1> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507941315  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<capsfilter1> completed state change to PAUSED
    0:00:00.507951885  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.507966780  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 3(PAUSED) successfully
    0:00:00.507981280  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<videocrop0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.507999385  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<videocrop0> completed state change to PAUSED
    0:00:00.508009785  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<videocrop0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.508024685  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'videocrop0' changed state to 3(PAUSED) successfully
    0:00:00.508038995  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<videocrop1> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.508056255  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<videocrop1> completed state change to PAUSED
    0:00:00.508066430  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<videocrop1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.508080965  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'videocrop1' changed state to 3(PAUSED) successfully
    0:00:00.508094990  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<rawvideoparse0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.508205440  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:465:gst_file_src_start:<filesrc0> opening file ./Image/450-1920-1200-L.raw
    0:00:00.509227495  1568      0xf9f0290 WARN                 basesrc gstbasesrc.c:3695:gst_base_src_start_complete:<filesrc0> pad not activated yet
    0:00:00.509917965  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:465:gst_file_src_start:<filesrc0> opening file ./Image/450-1920-1200-L.raw
    0:00:00.509967290  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:998: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, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
    0:00:00.510001915  1568      0xf9f0290 INFO                    task gsttask.c:516:gst_task_set_lock: setting stream lock 0xfd64e20 on task 0xfe002c0
    0:00:00.510013680  1568      0xf9f0290 INFO                GST_PADS gstpad.c:6357:gst_pad_start_task:<rawvideoparse0:sink> created task 0xfe002c0
    0:00:00.510262410  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<rawvideoparse0> completed state change to PAUSED
    0:00:00.510284645  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<rawvideoparse0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.510294240  1568 0xffff70000d30 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad rawvideoparse0:sink
    0:00:00.510327545  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'rawvideoparse0' changed state to 3(PAUSED) successfully
    0:00:00.510350025  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<rawvideoparse1> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.510400125  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:465:gst_file_src_start:<filesrc1> opening file ./Image/450-1920-1200-R.raw
    0:00:00.510478425  1568      0xf9f0290 WARN                 basesrc gstbasesrc.c:3695:gst_base_src_start_complete:<filesrc1> pad not activated yet
    0:00:00.510503705  1568      0xf9f0290 INFO                 filesrc gstfilesrc.c:465:gst_file_src_start:<filesrc1> opening file ./Image/450-1920-1200-R.raw
    0:00:00.510540535  1568      0xf9f0290 INFO               GST_EVENT gstevent.c:998: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, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
    0:00:00.510566805  1568      0xf9f0290 INFO                    task gsttask.c:516:gst_task_set_lock: setting stream lock 0xfd730e0 on task 0xfe00c90
    0:00:00.510577755  1568      0xf9f0290 INFO                GST_PADS gstpad.c:6357:gst_pad_start_task:<rawvideoparse1:sink> created task 0xfe00c90
    0:00:00.510838860  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<rawvideoparse1> completed state change to PAUSED
    0:00:00.510877005  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<rawvideoparse1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.510901240  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'rawvideoparse1' changed state to 3(PAUSED) successfully
    0:00:00.510918995  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesrc0> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.510937460  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesrc0> completed state change to PAUSED
    0:00:00.510948305  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.510963585  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesrc0' changed state to 3(PAUSED) successfully
    0:00:00.510976140  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesrc1> current READY pending VOID_PENDING, desired next PAUSED
    0:00:00.510990040  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesrc1> completed state change to PAUSED
    0:00:00.511000590  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesrc1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
    0:00:00.511015085  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesrc1' changed state to 3(PAUSED) successfully
    0:00:00.511034375  1568      0xf9f0290 INFO                pipeline gstpipeline.c:533:gst_pipeline_change_state:<pipeline0> pipeline is not live
    0:00:00.511399775  1568 0xffff70000ef0 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad rawvideoparse1:sink
    0:00:00.614440655  1568 0xffff70000ef0 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1920, height=(int)1200, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.614440620  1568 0xffff70000d30 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1920, height=(int)1200, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.618519675  1568 0xffff70000d30 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.618519700  1568 0xffff70000ef0 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.618646655  1568 0xffff70000d30 INFO           basetransform gstbasetransform.c:1326:gst_base_transform_setcaps:<capsfilter0> reuse caps
    0:00:00.618650675  1568 0xffff70000ef0 INFO           basetransform gstbasetransform.c:1326:gst_base_transform_setcaps:<capsfilter1> reuse caps
    0:00:00.618674950  1568 0xffff70000d30 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.618696745  1568 0xffff70000ef0 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, format=(string)GRAY8, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.618802380  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxmiso.c:858:gst_tiovx_miso_propose_allocation:<sde> Using temporary reference for configuration
    0:00:00.618838365  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxutils.c:629:gst_tiovx_get_exemplar_from_caps:<sde> creating image with width: 1280	 height: 1024	 format: 0x38303055
    0:00:00.618930730  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:85:gst_tiovx_create_new_pool: Creating new pool
    0:00:00.618939760  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:91:gst_tiovx_create_new_pool: Creating Image buffer pool
    0:00:00.619110505  1568 0xffff70000b70 INFO         tiovxbufferpool gsttiovxbufferpool.c:127:gst_tiovx_buffer_pool_init:<GstTIOVXBufferPool@0xffff68001f00> New TIOVX buffer pool
    0:00:00.619197350  1568 0xffff70000b70 INFO          tiovxallocator gsttiovxallocator.c:128:gst_tiovx_allocator_init:<GstTIOVXAllocator@0xffff68002d20> New TIOVX allocator
    0:00:00.619227175  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:144:gst_tiovx_add_new_pool: Adding new TIOVX pool with 2 buffers of 1310720 size
    0:00:00.619269185  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxmiso.c:858:gst_tiovx_miso_propose_allocation:<sde> Using temporary reference for configuration
    0:00:00.619301935  1568 0xffff70000d30 INFO               videocrop gstvideocrop.c:507:gst_video_crop_decide_allocation:<videocrop0> we are not using passthrough
    0:00:00.619315355  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxutils.c:629:gst_tiovx_get_exemplar_from_caps:<sde> creating image with width: 1280	 height: 1024	 format: 0x38303055
    0:00:00.619359990  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:85:gst_tiovx_create_new_pool: Creating new pool
    0:00:00.619367600  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:91:gst_tiovx_create_new_pool: Creating Image buffer pool
    0:00:00.619404060  1568 0xffff70000d30 INFO          tiovxallocator gsttiovxallocator.c:128:gst_tiovx_allocator_init:<GstTIOVXAllocator@0xffff6c004e80> New TIOVX allocator
    0:00:00.619446895  1568 0xffff70000b70 INFO         tiovxbufferpool gsttiovxbufferpool.c:127:gst_tiovx_buffer_pool_init:<GstTIOVXBufferPool@0xffff680035e0> New TIOVX buffer pool
    0:00:00.619484855  1568 0xffff70000b70 INFO          tiovxallocator gsttiovxallocator.c:128:gst_tiovx_allocator_init:<GstTIOVXAllocator@0xffff680038e0> New TIOVX allocator
    0:00:00.619504680  1568 0xffff70000b70 INFO               tiovxmiso gsttiovxbufferpoolutils.c:144:gst_tiovx_add_new_pool: Adding new TIOVX pool with 2 buffers of 1310720 size
    0:00:00.619566900  1568 0xffff70000ef0 INFO               videocrop gstvideocrop.c:507:gst_video_crop_decide_allocation:<videocrop1> we are not using passthrough
    0:00:00.619639020  1568 0xffff70000ef0 INFO          tiovxallocator gsttiovxallocator.c:128:gst_tiovx_allocator_init:<GstTIOVXAllocator@0xffff60003b10> New TIOVX allocator
    0:00:00.627758250  1568 0xffff70000d30 INFO          GST_SCHEDULING gstpad.c:5084:gst_pad_get_range_unchecked:<filesrc0:src> getrange failed, flow: eos
    0:00:00.627758275  1568 0xffff70000b70 INFO                tiovxsde gsttiovxsde.c:954:gst_tiovx_sde_fixate_caps:<sde> Fixating caps
    0:00:00.627862115  1568 0xffff70000ef0 INFO          GST_SCHEDULING gstpad.c:5084:gst_pad_get_range_unchecked:<filesrc1:src> getrange failed, flow: eos
    0:00:00.627877920  1568 0xffff70000ef0 INFO          GST_SCHEDULING gstpad.c:5299:gst_pad_pull_range:<rawvideoparse1:sink> pullrange failed, flow: eos
    0:00:00.627878720  1568 0xffff70000b70 INFO              aggregator gstaggregator.c:639:gst_aggregator_push_mandatory_events:<sde> pushing stream start
    0:00:00.627957135  1568 0xffff70000b70 INFO              aggregator gstaggregator.c:650:gst_aggregator_push_mandatory_events:<sde> pushing caps: application/x-sde-tiovx, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.627977140  1568 0xffff70000b70 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event application/x-sde-tiovx, width=(int)1280, height=(int)1024, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)1/1
    0:00:00.627997065  1568 0xffff70000ef0 INFO                    task gsttask.c:368:gst_task_func:<rawvideoparse1:sink> Task going to paused
    0:00:00.628167900  1568 0xffff70000b70 INFO             tiovxsdeviz gsttiovxsdeviz.c:506:gst_tiovx_sde_viz_init_module:<tiovxsdeviz0> Init module
    0:00:00.628614945  1568 0xffff70000b70 INFO             tiovxsdeviz gsttiovxsdeviz.c:563:gst_tiovx_sde_viz_create_graph:<tiovxsdeviz0> Create graph
    0:00:00.628636230  1568 0xffff70000b70 INFO             tiovxsdeviz gsttiovxsdeviz.c:574:gst_tiovx_sde_viz_create_graph:<tiovxsdeviz0> TIOVX Target to use: DSP-1
    0:00:00.628799530  1568 0xffff70000d30 INFO          GST_SCHEDULING gstpad.c:5299:gst_pad_pull_range:<rawvideoparse0:sink> pullrange failed, flow: eos
    0:00:00.628894285  1568 0xffff70000d30 INFO                    task gsttask.c:368:gst_task_func:<rawvideoparse0:sink> Task going to paused
    0:00:00.636477545  1568 0xffff70000b70 INFO             tiovxsdeviz gsttiovxsdeviz.c:659:gst_tiovx_sde_viz_get_node_info:<tiovxsdeviz0> Get node info from module
    0:00:00.638439450  1568 0xffff70000b70 INFO             tiovxsdeviz gsttiovxsdeviz.c:600:gst_tiovx_sde_viz_release_buffer:<tiovxsdeviz0> Release buffer
    0:00:00.639442550  1568 0xffff70000b70 INFO               GST_EVENT gstevent.c:918:gst_event_new_caps: creating caps event video/x-raw, width=(int)1280, height=(int)1024, framerate=(fraction)0/1, format=(string)RGB
    0:00:00.639801335  1568 0xffff70000b70 INFO               tiovxsiso gsttiovxsiso.c:572:gst_tiovx_siso_decide_allocation:<tiovxsdeviz0> No TIOVX pool, discarding: "videobufferpool0"
    0:00:00.639867315  1568 0xffff70000b70 INFO               tiovxsiso gsttiovxbufferpoolutils.c:85:gst_tiovx_create_new_pool: Creating new pool
    0:00:00.639899165  1568 0xffff70000b70 INFO               tiovxsiso gsttiovxbufferpoolutils.c:91:gst_tiovx_create_new_pool: Creating Image buffer pool
    0:00:00.639941170  1568 0xffff70000b70 INFO         tiovxbufferpool gsttiovxbufferpool.c:127:gst_tiovx_buffer_pool_init:<GstTIOVXBufferPool@0xffff6800e960> New TIOVX buffer pool
    0:00:00.639985505  1568 0xffff70000b70 INFO          tiovxallocator gsttiovxallocator.c:128:gst_tiovx_allocator_init:<GstTIOVXAllocator@0xffff6800ec60> New TIOVX allocator
    0:00:00.640007905  1568 0xffff70000b70 INFO               tiovxsiso gsttiovxbufferpoolutils.c:144:gst_tiovx_add_new_pool: Adding new TIOVX pool with 2 buffers of 3932160 size
    0:00:00.646202770  1568 0xffff70000b70 INFO                tiovxsde gsttiovxsde.c:728:gst_tiovx_sde_init_module:<sde> Init module
    0:00:00.646302805  1568 0xffff70000b70 INFO                tiovxsde gsttiovxsde.c:763:gst_tiovx_sde_init_module:<sde> Input Left & Input Right parameters: 
    	Width: 1280 
    	Height: 1024
    0:00:06.120961615  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<filesink0> current READY pending PAUSED, desired next READY
    0:00:06.121056655  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<filesink0> completed state change to READY
    0:00:06.121071400  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<filesink0> notifying about state-changed READY to READY (VOID_PENDING pending)
    0:00:06.121087850  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 2(READY) successfully
    0:00:06.121103450  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<jpegenc0> current PAUSED pending VOID_PENDING, desired next READY
    0:00:06.121151345  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<jpegenc0> completed state change to READY
    0:00:06.121164340  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<jpegenc0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
    0:00:06.121179950  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'jpegenc0' changed state to 2(READY) successfully
    0:00:06.121194620  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<tiovxsdeviz0> current PAUSED pending VOID_PENDING, desired next READY
    0:00:06.121245940  1568      0xf9f0290 INFO             tiovxsdeviz gsttiovxsdeviz.c:622:gst_tiovx_sde_viz_deinit_module:<tiovxsdeviz0> Deinit module
    0:00:06.122949690  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2816:gst_element_continue_state:<tiovxsdeviz0> completed state change to READY
    0:00:06.122993755  1568      0xf9f0290 INFO              GST_STATES gstelement.c:2716:_priv_gst_element_state_changed:<tiovxsdeviz0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
    0:00:06.123019520  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2936:gst_bin_change_state_func:<pipeline0> child 'tiovxsdeviz0' changed state to 2(READY) successfully
    0:00:06.123043560  1568      0xf9f0290 INFO              GST_STATES gstbin.c:2480:gst_bin_element_set_state:<sde> current PAUSED pending VOID_PENDING, desired next READY
    0:00:06.123062845  1568      0xf9f0290 INFO              aggregator gstaggregator.c:2576:gst_aggregator_src_pad_activate_mode_func:<sde> Deactivating srcpad
    0:00:06.123072090  1568      0xf9f0290 INFO              aggregator gstaggregator.c:1530:gst_aggregator_stop_srcpad_task:<sde> Stopping srcpad task
    

    The GStreamer pipeline is as follows:

    GST_DEBUG_FILE=trace.log \
    GST_DEBUG_NO_COLOR=1 \
    GST_DEBUG=4 \
    gst-launch-1.0 \
    filesrc location=./Image/450-1920-1200-L.raw blocksize=2304000 \
    ! rawvideoparse width=1920 height=1200 format=gray8 framerate=1/1 \
    ! videocrop left=320 right=320 top=88 bottom=88 \
    ! capsfilter caps="video/x-raw, width=(int)1280, height=(int)1024;" \
    ! sde.left_sink \
    filesrc location=./Image/450-1920-1200-R.raw blocksize=2304000 \
    ! rawvideoparse width=1920 height=1200 format=gray8 framerate=1/1 \
    ! videocrop left=320 right=320 top=88 bottom=88 \
    ! capsfilter caps="video/x-raw, width=(int)1280, height=(int)1024;" \
    ! sde.right_sink \
    tiovxsde name=sde \
    median-filter-enable=true \
    ! tiovxsdeviz \
    ! jpegenc \
    ! filesink location=output1280x1024.jpg

  • Hi ,

    I've attached the log taken when running GStreamer with "GST_DEBUG=4".

    Do you have the log of when it was working to compare against?

    Is there a folder named "vision_apps_eaik"?

    Best,
    Jared

  • Hi Jared, 

    There is a folder called "vision_apps_eaik."
    I have attached the log taken when running GStreamer in an environment with only the Linux SDK. It is working properly.

    7750.trace.log

    Best,
    Tetsuya