Skip to content
Snippets Groups Projects
Commit a5d22be7 authored by Thibault Saunier's avatar Thibault Saunier :cactus: Committed by Tim-Philipp Müller
Browse files

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.
parent 80c5dacf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment