GNOME Bugzilla – Bug 788036
gstomxmjpegdec on RaspberryPi blocks in gst_omx_video_dec_drain()
Last modified: 2018-11-03 13:01:43 UTC
GST_EVENT_EOS and GST_EVENT_SEGMENT_DONE causes gst_omx_video_dec_drain(). On RaspberryPi3, for MJPEG movie file, gst_omx_video_dec_drain() blocks forever. Specifying GST_OMX_HACK_DRAIN_MAY_NOT_RETURN for omxmjpegdec avoid this block. But I'm not sure whether it is correct way or not. "gstomx.conf" -------------------------------------- [omxmjpegdec] hacks=no-component-role;drain-may-not-return --------------------------------------
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-omx/issues/18.