mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 07:55:41 +00:00
inputselector: No need to broadcast the signal in flush-stop
Everything stopped at this point already.
This commit is contained in:
parent
cdb3087746
commit
e8e9c45c21
1 changed files with 0 additions and 1 deletions
|
@ -517,7 +517,6 @@ gst_selector_pad_event (GstPad * pad, GstEvent * event)
|
||||||
case GST_EVENT_FLUSH_STOP:
|
case GST_EVENT_FLUSH_STOP:
|
||||||
gst_selector_pad_reset (selpad);
|
gst_selector_pad_reset (selpad);
|
||||||
sel->pending_close = FALSE;
|
sel->pending_close = FALSE;
|
||||||
GST_INPUT_SELECTOR_BROADCAST (sel);
|
|
||||||
break;
|
break;
|
||||||
case GST_EVENT_NEWSEGMENT:
|
case GST_EVENT_NEWSEGMENT:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue