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 617021 - Add support for QoS messages to -bad decoders and other elements
Add support for QoS messages to -bad decoders and other elements
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-28 00:02 UTC by Tim-Philipp Müller
Modified: 2013-07-17 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-04-28 00:02:50 UTC
ext/cog/gstcogscale.c:    case GST_EVENT_QOS:
ext/jp2k/gstjasperdec.c:    case GST_EVENT_QOS:{
ext/theora/theoradec.c:    case GST_EVENT_QOS:
gst-libs/gst/video/gstbasevideocodec.c:    case GST_EVENT_QOS:
gst-libs/gst/video/gstbasevideodecoder.c:    case GST_EVENT_QOS:
gst-libs/gst/video/gstbasevideoparse.c:    case GST_EVENT_QOS:
gst/debugutils/fpsdisplaysink.c:    if (GST_EVENT_TYPE (ev) == GST_EVENT_QOS) {
gst/frei0r/gstfrei0rmixer.c:    case GST_EVENT_QOS:
gst/imagefreeze/gstimagefreeze.c:    case GST_EVENT_QOS:
gst/liveadder/liveadder.c:    case GST_EVENT_QOS:
gst/videomeasure/gstvideomeasure_ssim.c:    case GST_EVENT_QOS:
sys/vdpau/gstvdpvideopostprocess.c:    case GST_EVENT_QOS:
Comment 1 Edward Hervey 2013-07-17 06:30:01 UTC
Handled by base decoder class, no ?
Comment 2 Sebastian Dröge (slomo) 2013-07-17 08:09:34 UTC
Yes. Other elements can get support for this when required, as everywhere else.