composition: we're initialized even if update_pipeline returned FALSE
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Mon, 21 Jul 2014 14:59:24 +0000 (16:59 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 31 Oct 2014 10:58:11 +0000 (11:58 +0100)
gnl/gnlcomposition.c

index c2f9881..1466f7d 100644 (file)
@@ -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;