mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
glbasemixer: chain up to the parent implementation
This commit is contained in:
parent
92245ec05f
commit
5e11ec7164
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue