There was an error fetching the commit references. Please try again later.
queue: Ignore thresholds if a query is queued
The queue gets filled by the tail, so a query will always be the tail object, not the head object. Also add a _peek_tail_struct() method to the GstQueueArray to enable looking at the tail. With unit test to prevent future regression. https://bugzilla.gnome.org/show_bug.cgi?id=762875
Showing
- libs/gst/base/gstqueuearray.c 28 additions, 0 deletionslibs/gst/base/gstqueuearray.c
- libs/gst/base/gstqueuearray.h 2 additions, 0 deletionslibs/gst/base/gstqueuearray.h
- plugins/elements/gstqueue.c 5 additions, 5 deletionsplugins/elements/gstqueue.c
- tests/check/elements/queue.c 35 additions, 0 deletionstests/check/elements/queue.c
Loading
Please register or sign in to comment