composition: Reset the real_eos_seqnum when reseting the composition

Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
This commit is contained in:
Mathieu Duponchelle 2014-07-10 15:43:26 +02:00 committed by Thibault Saunier
parent 9759f801e5
commit 28bea48893

View file

@ -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));