mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
aggregator: Fix query leak
This commit is contained in:
parent
4534253145
commit
53dd0c650f
1 changed files with 2 additions and 0 deletions
|
@ -1308,6 +1308,8 @@ gst_aggregator_event_forward_func (GstPad * pad, gpointer user_data)
|
||||||
} else {
|
} else {
|
||||||
GST_ERROR_OBJECT (pad, "Query seeking FAILED");
|
GST_ERROR_OBJECT (pad, "Query seeking FAILED");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_query_unref (seeking);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (evdata->flush) {
|
if (evdata->flush) {
|
||||||
|
|
Loading…
Reference in a new issue