GESTimelinePipeline: Return before the error labels

Avoids a warning for no reason
This commit is contained in:
Edward Hervey 2011-08-30 16:40:03 +02:00
parent e02cf20326
commit 1f6824cf87

View file

@ -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 !");