mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-12 11:18:56 +00:00
adder: reset pending flush-stop flag in state_changed. (mostly) Fixes #590146.
This commit is contained in:
parent
8db9496217
commit
7205bbc031
1 changed files with 1 additions and 0 deletions
|
@ -1235,6 +1235,7 @@ gst_adder_change_state (GstElement * element, GstStateChange transition)
|
|||
case GST_STATE_CHANGE_READY_TO_PAUSED:
|
||||
adder->timestamp = 0;
|
||||
adder->offset = 0;
|
||||
adder->flush_stop_pending = FALSE;
|
||||
adder->segment_pending = TRUE;
|
||||
adder->segment_position = 0;
|
||||
adder->segment_rate = 1.0;
|
||||
|
|
Loading…
Reference in a new issue