mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
cc605f4560
commit
a2f1aa30c8
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue