mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
composition: we're initialized even if update_pipeline returned FALSE
This commit is contained in:
parent
847360368a
commit
1c083281f9
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue