mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
splitmuxsink: Reset ready_for_output on state change
https://bugzilla.gnome.org/show_bug.cgi?id=761761
This commit is contained in:
parent
5059b9b8c9
commit
f79a7afac2
1 changed files with 1 additions and 0 deletions
|
@ -2127,6 +2127,7 @@ gst_splitmux_sink_change_state (GstElement * element, GstStateChange transition)
|
||||||
splitmux->gop_start_time = splitmux->fragment_start_time =
|
splitmux->gop_start_time = splitmux->fragment_start_time =
|
||||||
GST_CLOCK_STIME_NONE;
|
GST_CLOCK_STIME_NONE;
|
||||||
splitmux->muxed_out_bytes = 0;
|
splitmux->muxed_out_bytes = 0;
|
||||||
|
splitmux->ready_for_output = FALSE;
|
||||||
GST_SPLITMUX_UNLOCK (splitmux);
|
GST_SPLITMUX_UNLOCK (splitmux);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue