From 1c083281f9b41c29567206a2e84db5ce74a6f343 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 21 Jul 2014 16:59:24 +0200 Subject: [PATCH] composition: we're initialized even if update_pipeline returned FALSE --- gnl/gnlcomposition.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c index c2f9881..1466f7d 100644 --- a/gnl/gnlcomposition.c +++ b/gnl/gnlcomposition.c @@ -501,8 +501,6 @@ _initialize_stack_func (GnlComposition * comp) if (!(update_pipeline (comp, COMP_REAL_START (comp), COMP_UPDATE_STACK_INITIALIZE))) { GST_FIXME_OBJECT (comp, "PLEASE signal state change failure ASYNC"); - - return G_SOURCE_REMOVE; } priv->initialized = TRUE; -- 2.7.4