glbasemixer: chain up to the parent implementation
This commit is contained in:
parent
ab33030250
commit
417bae7f23
@ -665,7 +665,7 @@ gst_gl_base_mixer_set_property (GObject * object,
|
|||||||
static gboolean
|
static gboolean
|
||||||
gst_gl_base_mixer_start (GstAggregator * agg)
|
gst_gl_base_mixer_start (GstAggregator * agg)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return GST_AGGREGATOR_CLASS (parent_class)->start (agg);;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user