Hey guys, i get the following error message: Setting pipeline to PAUSED ...Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock ERROR: from element /GstPipelineipeline0/GstImxV4l2VideoSrc:imxv4l2videosrc0: Internal data flow error. Additional debug info: gstbasesrc.c(2865): gst_base_src_loop (): /GstPipelineipeline0/GstImxV4l2VideoSrc:imxv4l2videosrc0: streaming task paused, reason error (-5) Execution ended after 0:00:00.128343769 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... when i try the following command: gst-launch-1.0 imxv4l2videosrc ! imxeglvivsink Do you have a solution for that? Thanks
This error message indicates that there was an internal data flow error while trying to stream video using the "imxv4l2videosrc0" element of the GStreamer pipeline. The error message "streaming task paused, reason error (-5)" suggests that there was a problem with the data stream that was being received by the element. Check if the input source is working properly and sending the video data. Try using a different video source or element to see if the error persists.