audiomixer: update for aggregator start/stop vfunc change
This commit is contained in:
parent
5cf0b8c445
commit
d7880f217e
@ -733,9 +733,6 @@ gst_audiomixer_start (GstAggregator * agg)
|
||||
{
|
||||
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
||||
|
||||
if (!GST_AGGREGATOR_CLASS (parent_class)->start (agg))
|
||||
return FALSE;
|
||||
|
||||
gst_audiomixer_reset (audiomixer);
|
||||
|
||||
return TRUE;
|
||||
@ -746,9 +743,6 @@ gst_audiomixer_stop (GstAggregator * agg)
|
||||
{
|
||||
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
||||
|
||||
if (!GST_AGGREGATOR_CLASS (parent_class)->stop (agg))
|
||||
return FALSE;
|
||||
|
||||
gst_audiomixer_reset (audiomixer);
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user