multiqueue: never unref queries we do not own
The `query` argument of gst_pad_query is "transfer none". Query objects are "borrowed" by the pad query handlers and those should never unref them. This was leading to double freed queries in a very racy way with nested GESTimelines.
Loading
Please register or sign in to comment