mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +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),
|
if (!(update_pipeline (comp, COMP_REAL_START (comp),
|
||||||
COMP_UPDATE_STACK_INITIALIZE))) {
|
COMP_UPDATE_STACK_INITIALIZE))) {
|
||||||
GST_FIXME_OBJECT (comp, "PLEASE signal state change failure ASYNC");
|
GST_FIXME_OBJECT (comp, "PLEASE signal state change failure ASYNC");
|
||||||
|
|
||||||
return G_SOURCE_REMOVE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
priv->initialized = TRUE;
|
priv->initialized = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue