spectrum: send phase values in the GstMessage for Phase info

https://bugzilla.gnome.org/show_bug.cgi?id=755463
This commit is contained in:
Vikram Fugro 2015-09-23 17:43:51 +05:30 committed by Sebastian Dröge
parent e5d53ec7e4
commit 3c2044168d

View file

@ -746,8 +746,7 @@ gst_spectrum_message_new (GstSpectrum * spectrum, GstClockTime timestamp,
spectrum->bands);
}
if (spectrum->message_phase) {
gst_spectrum_message_add_array (pcv, cd->spect_magnitude,
spectrum->bands);
gst_spectrum_message_add_array (pcv, cd->spect_phase, spectrum->bands);
}
}
}