Hi Yuri.
Thank you for your reply.
The linked mentioned by you is not opening.
I used recent "i.MX_Linux_User's_Guide.pdf", following are the commands I tried and its output:
7.3.1.2 Video-only playback
$GSTL filesrc location=test.mp4 typefind=true
! video/quicktime ! aiurdemux ! queue max-size-time=0
! avdec_h264 ! autovideosink
erroneous pipeline: no element "avdec_h264"
7.3.1.6.3 Multiple videos overlay
gst-launch-1.0 playbin uri=file://$FILE1
video-sink="overlaysink overlay-width=512 overlay-height=384"
erroneous pipeline: could not set property "video-sink" in element "playbin0" to "overlaysink overlay-width=512 overlay-height=384"
I think complete gstreamer package is not installed in this Yocto release. If this is the case, then how to add remaining gstreamer packages ? Is there any way to install missing packages like we install in ubuntu using apt-get? Or we have to build yocto image from scratch?
Can you please guide me on how to do this.
Thank You.
Atul.