GNOME Bugzilla – Bug 617022
shapewipe, matroskademux, matroskaparse: post QoS messages when dropping buffers due to QoS
Last modified: 2018-11-03 14:41:53 UTC
Subject says it all really. Should go through decoders that implement QoS and make them post QoS messages on the bus when they drop stuff. ext/dv/gstdvdemux.c: case GST_EVENT_QOS: ext/jpeg/gstjpegdec.c: case GST_EVENT_QOS:{ gst/avi/gstavidemux.c: case GST_EVENT_QOS: gst/deinterlace/gstdeinterlace.c: case GST_EVENT_QOS:{ gst/goom/gstgoom.c: case GST_EVENT_QOS: gst/goom2k1/gstgoom.c: case GST_EVENT_QOS: gst/interleave/interleave.c: case GST_EVENT_QOS: gst/matroska/matroska-demux.c: case GST_EVENT_QOS: gst/monoscope/gstmonoscope.c: case GST_EVENT_QOS:{ gst/qtdemux/qtdemux.c: case GST_EVENT_QOS: gst/rtsp/gstrtspsrc.c: case GST_EVENT_QOS: gst/rtsp/gstrtspsrc.c: case GST_EVENT_QOS: gst/shapewipe/gstshapewipe.c: case GST_EVENT_QOS:{ gst/videomixer/videomixer.c: case GST_EVENT_QOS:{
Only matroska-demux, matroska-parse, shapewipe may drop data based on QoS events, and should post QoS messages when they do.
-- 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-plugins-good/issues/28.