GNOME Bugzilla – Bug 537804
[multiqueue] wrongly reporting that the queue is full.
Last modified: 2008-07-28 22:12:56 UTC
Sometimes the multiqueue elements reports wrongly that the queue is full. This can occur in some situations where the buffers not always have timestamps. This confuses the current algorithm and can report that the queue is full.
Created attachment 112543 [details] [review] fix checking if the queue is full
committed * plugins/elements/gstmultiqueue.c: Don't update the cur_time on GST_CLOCK_TIME_NONE (#537804) and don't activate the pads if they are added in STATE_NULL.