From 1f6824cf871b92cf739f1de9f2745661d70e56cf Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 30 Aug 2011 16:40:03 +0200 Subject: [PATCH] GESTimelinePipeline: Return before the error labels Avoids a warning for no reason --- ges/ges-timeline-pipeline.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ges/ges-timeline-pipeline.c b/ges/ges-timeline-pipeline.c index ab1166f60c..03967e9651 100644 --- a/ges/ges-timeline-pipeline.c +++ b/ges/ges-timeline-pipeline.c @@ -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 !");