mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
videomixer: Don't unref query, we don't own it
Fixes double-unref bug. Bug found by Youness Alaoui
This commit is contained in:
parent
d975a70f12
commit
24bb263d54
1 changed files with 0 additions and 1 deletions
|
@ -1279,7 +1279,6 @@ gst_videomixer2_src_query (GstPad * pad, GstObject * parent, GstQuery * query)
|
|||
/* FIXME, needs a custom query handler because we have multiple
|
||||
* sinkpads */
|
||||
res = FALSE;
|
||||
gst_query_unref (query);
|
||||
break;
|
||||
}
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue