mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +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;
|
break;
|
||||||
case GST_EVENT_FLUSH_STOP:
|
case GST_EVENT_FLUSH_STOP:
|
||||||
gst_selector_pad_reset (selpad);
|
gst_selector_pad_reset (selpad);
|
||||||
GST_INPUT_SELECTOR_BROADCAST (sel);
|
|
||||||
break;
|
break;
|
||||||
case GST_EVENT_SEGMENT:
|
case GST_EVENT_SEGMENT:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue