After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788036 - gstomxmjpegdec on RaspberryPi blocks in gst_omx_video_dec_drain()
gstomxmjpegdec on RaspberryPi blocks in gst_omx_video_dec_drain()
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-omx
1.12.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-22 07:15 UTC by Yuji Kuwabara
Modified: 2018-11-03 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yuji Kuwabara 2017-09-22 07:15:56 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

--------------------------------------
Comment 1 GStreamer system administrator 2018-11-03 13:01:43 UTC
-- 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.