composition: we're initialized even if update_pipeline returned FALSE

This commit is contained in:
Mathieu Duponchelle 2014-07-21 16:59:24 +02:00 committed by Thibault Saunier
parent 847360368a
commit 1c083281f9

View 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;