From 28bea488936e5538b1413d986b0c9b4ff16e2cba Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 10 Jul 2014 15:43:26 +0200 Subject: [PATCH] composition: Reset the real_eos_seqnum when reseting the composition Co-Authored by: Thibault Saunier --- gnl/gnlcomposition.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index 3d7ed82380..baaff44b47 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -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));