mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-08 00:59:48 +00:00
avidemux: free scheduling query
This commit is contained in:
parent
70b561bc13
commit
1ea692bc63
1 changed files with 1 additions and 0 deletions
|
@ -5311,6 +5311,7 @@ gst_avi_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