mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
audiomixer: update for aggregator start/stop vfunc change
This commit is contained in:
parent
5cf0b8c445
commit
d7880f217e
1 changed files with 0 additions and 6 deletions
|
@ -733,9 +733,6 @@ gst_audiomixer_start (GstAggregator * agg)
|
||||||
{
|
{
|
||||||
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
||||||
|
|
||||||
if (!GST_AGGREGATOR_CLASS (parent_class)->start (agg))
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
gst_audiomixer_reset (audiomixer);
|
gst_audiomixer_reset (audiomixer);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
@ -746,9 +743,6 @@ gst_audiomixer_stop (GstAggregator * agg)
|
||||||
{
|
{
|
||||||
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
GstAudioMixer *audiomixer = GST_AUDIO_MIXER (agg);
|
||||||
|
|
||||||
if (!GST_AGGREGATOR_CLASS (parent_class)->stop (agg))
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
gst_audiomixer_reset (audiomixer);
|
gst_audiomixer_reset (audiomixer);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue