GNOME Bugzilla – Bug 755463
spectrum: Sending magnitude instead of phase in message for Phase info
Last modified: 2015-09-23 13:41:46 UTC
Most likely a typo. ..... ..... if (spectrum->message_phase) { gst_spectrum_message_add_array (pcv, ----> cd->spect_magnitude <---- , spectrum->bands); } ..... .....
Created attachment 311941 [details] [review] Attaching the patch
Created attachment 311943 [details] [review] Attaching the patch Minor change in the commit message from the last patch.
Oh my, thanks for the patch.
commit 3c2044168deebf75cbb2b9131322cc19762bd026 Author: Vikram Fugro <vikram.fugro@gmail.com> Date: Wed Sep 23 17:43:51 2015 +0530 spectrum: send phase values in the GstMessage for Phase info https://bugzilla.gnome.org/show_bug.cgi?id=755463