mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
oggdemux: don't leak scheduling query
This commit is contained in:
parent
b8219faa90
commit
1d3980cda2
1 changed files with 1 additions and 0 deletions
|
@ -4331,6 +4331,7 @@ gst_ogg_demux_sink_activate (GstPad * sinkpad)
|
|||
}
|
||||
|
||||
gst_query_parse_scheduling (query, &pull_mode, NULL, NULL, NULL, NULL, NULL);
|
||||
gst_query_unref (query);
|
||||
|
||||
if (!pull_mode)
|
||||
goto activate_push;
|
||||
|
|
Loading…
Reference in a new issue