mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
spectrum: remove old since comment
This commit is contained in:
parent
d80ff8e7f3
commit
b062171dda
1 changed files with 0 additions and 7 deletions
|
@ -212,13 +212,6 @@ gst_spectrum_class_init (GstSpectrumClass * klass)
|
||||||
G_MININT, 0, DEFAULT_THRESHOLD,
|
G_MININT, 0, DEFAULT_THRESHOLD,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
|
||||||
* GstSpectrum:multi-channel
|
|
||||||
*
|
|
||||||
* Send separate results for each channel
|
|
||||||
*
|
|
||||||
* Since: 0.10.29
|
|
||||||
*/
|
|
||||||
g_object_class_install_property (gobject_class, PROP_MULTI_CHANNEL,
|
g_object_class_install_property (gobject_class, PROP_MULTI_CHANNEL,
|
||||||
g_param_spec_boolean ("multi-channel", "Multichannel results",
|
g_param_spec_boolean ("multi-channel", "Multichannel results",
|
||||||
"Send separate results for each channel",
|
"Send separate results for each channel",
|
||||||
|
|
Loading…
Reference in a new issue