Skip to content

gst: Move GstQueueArray as GstVecDeque to core

Sebastian Dröge requested to merge slomo/gstreamer:queue-array-to-core into main

And change lengths and indices from guint to gsize for a more correct type.

Also deprecate GstQueueArray and implement it in terms of GstVecDeque.

Merge request reports