multiqueue
MultiQueue Generic Multiple data queue Edward Hervey <edward@fluendo.com>
sink%d sink request gst_multi_queue_request_new_pad ANY src%d src sometimes ANY extra-size-bytes guint Extra Size (kB) Amount of data the queues can grow if one of them is empty (bytes, 0=disable) (NOT IMPLEMENTED) RW 10485760 extra-size-buffers guint Extra Size (buffers) Amount of buffers the queues can grow if one of them is empty (0=disable) (NOT IMPLEMENTED) RW 5 extra-size-time guint64 Extra Size (ns) Amount of time the queues can grow if one of them is empty (in ns, 0=disable) (NOT IMPLEMENTED) RW 3000000000 max-size-bytes guint Max. size (kB) Max. amount of data in the queue (bytes, 0=disable) RW 10485760 max-size-buffers guint Max. size (buffers) Max. number of buffers in the queue (0=disable) RW 5 max-size-time guint64 Max. size (ns) Max. amount of data in the queue (in ns, 0=disable) RW 2000000000 use-buffering gboolean Use buffering Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds RW FALSE low-percent gint Low percent Low threshold for buffering to start RW 10 high-percent gint High percent High threshold for buffering to finish RW 99 underrun void GstMultiQueue overrun void GstMultiQueue