mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
GESTimelinePipeline: the _init_ method shouldn't return before the end
Fixes #644939
This commit is contained in:
parent
46e743f8eb
commit
49ac8a4e3e
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ ges_timeline_pipeline_init (GESTimelinePipeline * self)
|
|||
GST_ERROR_OBJECT (self, "Can't create playsink instance !");
|
||||
if (G_UNLIKELY (self->priv->encodebin == NULL))
|
||||
GST_ERROR_OBJECT (self, "Can't create encodebin instance !");
|
||||
return;
|
||||
|
||||
/* HACK : Intercept events going through playsink */
|
||||
playsinkclass = GST_ELEMENT_GET_CLASS (self->priv->playsink);
|
||||
|
|
Loading…
Reference in a new issue