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 529148 - Make gstqueue give the right min latency
Make gstqueue give the right min latency
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-21 04:53 UTC by Olivier Crête
Modified: 2008-04-21 08:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Return the min latency if possible in the latency query (568 bytes, patch)
2008-04-21 04:53 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2008-04-21 04:53:11 UTC
Currently, if the min-threshold is set on a queue, it will increase the latency in the pipeline, but does not report it on the latency query leading the sink to drop all buffers if the min-threshold is set high enough. The attached patch adds the min-threshold to the min latency if possible (I have no idea how to do it if its not time based).
Comment 1 Olivier Crête 2008-04-21 04:53:50 UTC
Created attachment 109607 [details] [review]
Return the min latency if possible in the latency query
Comment 2 Wim Taymans 2008-04-21 08:34:12 UTC
        Patch by: Olivier Crete <tester at tester dot ca>

        * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
        Add the min-threshold to the min latency if possible. Fixes #529148.