mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
videomixer: reset QoS on segment event
https://bugzilla.gnome.org/show_bug.cgi?id=732540
This commit is contained in:
parent
5653b1a25a
commit
bbb1a8de1f
1 changed files with 1 additions and 0 deletions
|
@ -1917,6 +1917,7 @@ gst_videomixer2_sink_event (GstCollectPads * pads, GstCollectData * cdata,
|
|||
gst_event_copy_segment (event, &seg);
|
||||
|
||||
g_assert (seg.format == GST_FORMAT_TIME);
|
||||
gst_videomixer2_reset_qos (mix);
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_FLUSH_STOP:
|
||||
|
|
Loading…
Reference in a new issue