mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
GESTimelinePipeline: Return before the error labels
Avoids a warning for no reason
This commit is contained in:
parent
e02cf20326
commit
1f6824cf87
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ ges_timeline_pipeline_init (GESTimelinePipeline * self)
|
|||
|
||||
ges_timeline_pipeline_set_mode (self, DEFAULT_TIMELINE_MODE);
|
||||
|
||||
return;
|
||||
|
||||
no_playsink:
|
||||
{
|
||||
GST_ERROR_OBJECT (self, "Can't create playsink instance !");
|
||||
|
|
Loading…
Reference in a new issue