glbasemixer: chain up to the parent implementation

This commit is contained in:
Matthew Waters 2016-04-11 16:43:45 +00:00 committed by Tim-Philipp Müller
parent 5c506cd857
commit 458c3067e4

View 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