GNOME Bugzilla – Bug 529148
Make gstqueue give the right min latency
Last modified: 2008-04-21 08:34:12 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).
Created attachment 109607 [details] [review] Return the min latency if possible in the latency query
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.