mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
inputselector: No need to broadcast the signal in flush-stop
Everything stopped at this point already. Conflicts: plugins/elements/gstinputselector.c
This commit is contained in:
parent
865b9a56b2
commit
7aff9dba0e
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ gst_selector_pad_event (GstPad * pad, GstObject * parent, GstEvent * event)
|
|||
break;
|
||||
case GST_EVENT_FLUSH_STOP:
|
||||
gst_selector_pad_reset (selpad);
|
||||
GST_INPUT_SELECTOR_BROADCAST (sel);
|
||||
break;
|
||||
case GST_EVENT_SEGMENT:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue