Hi I am trying to stream 4k video through gstreamer using
gst-launch-1.0 filesrc location=/home/abhian/Downloads/4k.mp4 ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! omxh264dec ! nvoverlaysink
However The video is not being displayed.I am assuming that the video is running but displayed judginh from the logs
I am getting following error/logs in terminal
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.521: gst_caps_is_empty: assertion 'GST_IS_CAPS (caps)' failed
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.521: gst_caps_truncate: assertion 'GST_IS_CAPS (caps)' failed
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.521: gst_caps_fixate: assertion 'GST_IS_CAPS (caps)' failed
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.522: gst_caps_get_structure: assertion 'GST_IS_CAPS (caps)' failed
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.522: gst_structure_get_string: assertion 'structure != NULL' failed
(gst-launch-1.0:28695): GStreamer-CRITICAL **: 08:58:27.522: gst_mini_object_unref: assertion 'mini_object != NULL' failed
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
Allocating new output: 3840x2160 (x 12), ThumbnailMode = 0
OPENMAX: HandleNewStreamFormat: 3605: Send OMX_EventPortSettingsChanged: nFrameWidth = 3840, nFrameHeight = 2160
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:00:24.315970575
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...