Hi,
I am playing a .mp4 file on TI DM8148 board , and required to play only video from it. Pipeline used is shown below with error logs.
gst-launch filesrc location=/home/sample1/Holy.mp4 ! decodebin2 name=dec ! queue !
ffmpegcolorspace ! autovideoconvert ! autovideosink
But issue is video not playing, below is the logs..
Setting pipeline to PAUSED ... ** (gst-launch-0.10:2343): CRITICAL **: gst_v4l2sink_sync_rotation: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &c ontrol) >= 0' failed ** (gst-launch-0.10:2343): CRITICAL **: gst_v4l2sink_sync_rotation: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &c ontrol) >= 0' failed ** (gst-launch-0.10:2343): CRITICAL **: gst_v4l2sink_sync_flip: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &contr ol) >= 0' failed Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSyVPSS_VIDEO: Buffer format (-22) not supported!! stemClock t81xx_vidout t81xx_vidout: VIDOUT0: setup failed enable=0 width=1248 height=696 color_mode=-22 pix_width = 1280 pix_height=720 pos=0x0 out_width=1280 out_height=720 screen_width=2560 t81xx_vidout t81xx_vidout: VIDOUT0: apply_changes failed ERROR: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstV4l2Sink:
autovideosink0-actual-sin k-v4l2: Error starting streaming on device '/dev/video1'. Additional debug info: gstv4l2object.c(2228): gst_v4l2_object_start_streaming (): /GstPipeline:pipeline0/GstAutoVideoSink:
autovideosink 0/GstV4l2Sink:autovideosink0-actual-sink-v4l2: system error: Invalid argument Execution ended after 34283000 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... !!!!!!!!!unrefert81xx_vidout t81xx_vidout: VIDOUT0: invalid dequeue ence all the remaining buffers!!!!!!!!!Setting pipeline to NULL ... Freeing pipeline ...
Please correct me if my pipeline has any flaws.
Also kindly tell me the reason behind "unrefert81xx_vidout t81xx_vidout: VIDOUT0: invalid dequeue" error ?
I need to play only video from .mp4 file.
Is it possible to have graphical view of pipeline as done with xDot and GraphViz ?
Thanks,
Arunaa