mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:06:12 +00:00
mpegdemux: Don't leak the SCHEDULING query
This commit is contained in:
parent
7bcd991f93
commit
2e0bc90903
1 changed files with 2 additions and 0 deletions
|
@ -2876,6 +2876,8 @@ gst_flups_demux_sink_activate (GstPad * sinkpad, GstObject * parent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_query_unref (query);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue