audiomixer: Clear GstAudioInfo the the caps

When clearing the caps, also clear the matching GstAudioInfo

https://bugzilla.gnome.org/show_bug.cgi?id=742684
This commit is contained in:
Olivier Crête 2015-01-21 18:47:40 -05:00 committed by Thibault Saunier
parent cc605f4560
commit a2f1aa30c8

View file

@ -724,6 +724,7 @@ gst_audiomixer_reset (GstAudioMixer * audiomixer)
audiomixer->offset = 0;
agg->segment.position = -1;
gst_audio_info_init (&audiomixer->info);
gst_caps_replace (&audiomixer->current_caps, NULL);
gst_buffer_replace (&audiomixer->current_buffer, NULL);
}