Hi,
I am trying to play the video using pal out line, below are the configuration and gst script used. I it is able to play only small part of the video and throwing the error as shown below and for the second time it is not playing at-all.
Error:
Inside videobuf_reqbufs
New clock: GstSystemClock
Recieved EOS event, press <CTRL+C> to terminate pipeline.
Recieved EOS event, press <CTRL+C> to terminate pipeline.
Got EOS from element "pipeline0".
Execution ended after 29400005450 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
configuration:
echo 0 > /sys/devices/platform/vpss/display2/enabled
echo ntsc > /sys/devices/platform/vpss/display2/mode
echo composite > /sys/devices/platform/vpss/display2/output
echo 1 > /sys/devices/platform/vpss/display2/enabled
Script for playing video:
gst-launch filesrc location=sample.mp4 ! qtdemux ! h264pa
rse ! omx_h264dec ! omx_scaler ! v4l2sink device=/dev/video3 userpointer=false m
in-queued-bufs=2
Response:
Setting pipeline to PAUSED ...
** (gst-launch-0.10:1207): CRITICAL **: gst_v4l2sink_sync_rotation: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &control) >= 0' failed
** (gst-launch-0.10:1207): CRITICAL **: gst_v4l2sink_sync_rotation: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &control) >= 0' failed
** (gst-launch-0.10:1207): CRITICAL **: gst_v4l2sink_sync_flip: assertion `v4l2_ioctl (fd, VIDIOC_S_CTRL, &control) >= 0' failed
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
Inside videobuf_reqbufs
New clock: GstSystemClock
Recieved EOS event, press <CTRL+C> to terminate pipeline.
Recieved EOS event, press <CTRL+C> to terminate pipeline.
Got EOS from element "pipeline0".
Execution ended after 29400005450 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...