mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
mpegpsdemux: also activate in push mode if the scheduling query failed
In case pads are unlinked somewhere.
This commit is contained in:
parent
421b593048
commit
0cf07e04be
1 changed files with 2 additions and 0 deletions
|
@ -2886,6 +2886,8 @@ gst_flups_demux_sink_activate (GstPad * sinkpad, GstObject * parent)
|
|||
} else {
|
||||
res = gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE);
|
||||
}
|
||||
} else {
|
||||
res = gst_pad_activate_mode (sinkpad, GST_PAD_MODE_PUSH, TRUE);
|
||||
}
|
||||
|
||||
gst_query_unref (query);
|
||||
|
|
Loading…
Reference in a new issue