diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index ff1bd46cc6..b7960d8d85 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -71,7 +71,7 @@ * "magnitude": * the level for each frequency band in dB. All values below the value of the * #GstSpectrum:threshold property will be set to the threshold. Only present - * if the message-magnitude property is true. + * if the #GstSpectrum:message-magnitude property is %TRUE. * * * @@ -79,7 +79,7 @@ * #GstValueList of #gfloat * "phase": * The phase for each frequency band. The value is between -pi and pi. Only - * present if the message-phase property is true. + * present if the #GstSpectrum:message-phase property is %TRUE. * * *