mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
composition: Reset the real_eos_seqnum when reseting the composition
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
parent
9759f801e5
commit
28bea48893
1 changed files with 1 additions and 0 deletions
|
@ -1131,6 +1131,7 @@ gnl_composition_reset (GnlComposition * comp)
|
|||
priv->reset_time = FALSE;
|
||||
priv->initialized = FALSE;
|
||||
priv->send_stream_start = TRUE;
|
||||
priv->real_eos_seqnum = 0;
|
||||
|
||||
_empty_bin (GST_BIN_CAST (priv->current_bin));
|
||||
|
||||
|
|
Loading…
Reference in a new issue