Skip to content

multiqueue: Fix query unref race on flush

If the query has already been destroyed at this point, GST_IS_QUERY will read garbage, can return false and we will try to unref it again. Instead, make note of whether the item is a query when we dequeue it.

Merge request reports