mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
funnel: Send a newsegment event after flush-stop
This commit is contained in:
parent
acb8203e62
commit
a7b451cc13
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ gst_funnel_sink_event (GstPad * pad, GstEvent * event)
|
|||
{
|
||||
GST_OBJECT_LOCK (funnel);
|
||||
gst_segment_init (&fpad->segment, GST_FORMAT_UNDEFINED);
|
||||
funnel->has_segment = FALSE;
|
||||
GST_OBJECT_UNLOCK (funnel);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue