This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: GStreamer warning

Part Number: AM5728
Other Parts Discussed in Thread: BEAGLEBOARD-X15

I have AM57xx evaluation board of following model(boot log entries).

Model: TI AM5728 BeagleBoard-X15
Board: AM572x EVM REV A.20

 

followed refereed  path: e2e.ti.com/.../589543


I am executing below commands but warnings and some errors occurring those are

1.Decoding
gst-launch-1.0 filesrc location=TearOfSteel-Short-720x420.264 num-buffers=400 ! queue ! h264parse ! 'video/x-h264' ! ducatih264decvpe ! 'video/x-raw,format=(string)NV12,width=720,height=420' ! queue ! filesink location=jp-h264dec-720.yuv

WARNING: erroneous pipeline: no element "ducatih264decvpe"

2.Encoding
gst-launch-1.0 filesrc location=jp-h264dec-720.yuv ! videoparse width=720 height=420 format=nv12 ! vpe ! ducatih264enc ! filesink location=output.h264


3.Decode->Display
gst-launch-1.0 filesrc location=output.h264 ! typefind ! h264parse ! ducatih264decvpe ! kmssink -v

WARNING: erroneous pipeline: no element "ducatih264decvpe"

How to install kmssink

Thanking you,

Regards,

Ramachandra P C

  • Hello,

    I am using PSDK6.0 (Kernel 4.19.38-g4dae378bbe) and I am able to run your pipeline without any problems. Here is the test log:

    root@am57xx-evm:~# gst-launch-1.0 filesrc location=/usr/share/ti/video/TearOfSteel-Short-720x420.264 num-buffers=400 ! queue ! h264parse ! 'video/x-h264' ! ducatih264decvpe ! 'video/x-raw,format=(string)N
    V12,width=720,height=420' ! queue ! filesink location=jp-h264dec-720.yuv                                                                                                                                    
    Setting pipeline to PAUSED ...
    [  353.593800] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    Pipeline is PREROLLING ...
    Pipeline is PREROLLED ...
    Setting pipeline to PLAYING ...
    New clock: GstSystemClock
    Got EOS from element "pipeline0".
    Execution ended after 0:00:04.001795839
    Setting pipeline to PAUSED ...
    Setting pipeline to READY ...
    Setting pipeline to NULL ...
    Freeing pipeline ...
    root@am57xx-evm:~# 

    Regards,
    Krunal

  • Hai sir,

    I am using kernel :- 4.9.35-ti-r44,uboot:2017.01 in beagle board x15


    Thanking you,

    Regards,

    Ramachandra

  • Hi sir,

    I am using beagleboard-x15 SD card images from below website i downloaded ( Debian 9.5 2018-10-07 4GB SD LXQT image)

    Wbsite:

     after that i am installed gstreamer using below commands:

    #sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

    # sudo apt-get update.

    #reboot

    after system startup downloaded some images and used whatever you suggested commands only.

    root@am57xx-evm:~# gst-launch-1.0 filesrc location=/usr/share/ti/video/TearOfSteel-Short-720x420.264 num-buffers=400 ! queue ! h264parse ! 'video/x-h264' ! ducatih264decvpe ! 'video/x-raw,format=(string)NV12,width=720,height=420' ! queue ! filesink location=jp-h264dec-720.yuv

    WARNING: erroneous pipeline: no element "ducatih264decvpe"

  • Hello,

    We do not support Debian and TI only supports our PSDK Linux.

    Regards,
    Krunal