composition: Reset the real_eos_seqnum when reseting the composition
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 10 Jul 2014 13:43:26 +0000 (15:43 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:09 +0000 (11:58 +0100)
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>

gnl/gnlcomposition.c

index 3d7ed82..baaff44 100644 (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));