glbasemixer: chain up to the parent implementation
authorMatthew Waters <matthew@centricular.com>
Mon, 11 Apr 2016 16:43:45 +0000 (16:43 +0000)
committerMatthew Waters <matthew@centricular.com>
Mon, 11 Apr 2016 23:39:32 +0000 (09:39 +1000)
ext/gl/gstglbasemixer.c

index d207883..c78ea88 100644 (file)
@@ -665,7 +665,7 @@ gst_gl_base_mixer_set_property (GObject * object,
 static gboolean
 gst_gl_base_mixer_start (GstAggregator * agg)
 {
-  return TRUE;
+  return GST_AGGREGATOR_CLASS (parent_class)->start (agg);;
 }
 
 static gboolean