summaryrefslogtreecommitdiff
path: root/gst/spectrum
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-02-28 08:46:59 +0100
committerStefan Sauer <ensonic@users.sf.net>2013-02-28 09:43:12 +0100
commit15a81baea58a8a6e9dfa9ddf5cf93da4e5d8a04c (patch)
treecca94c66521429622b79e0ecc349dcd978a2f66a /gst/spectrum
parentb62cb3edcdf039568a918a39610b36ae812e5ac2 (diff)
spectrum: remove the since doc-comment from 0.10
Diffstat (limited to 'gst/spectrum')
-rw-r--r--gst/spectrum/gstspectrum.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index 95f2c976f..b219482fd 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -176,13 +176,6 @@ gst_spectrum_class_init (GstSpectrumClass * klass)
filter_class->setup = GST_DEBUG_FUNCPTR (gst_spectrum_setup);
- /**
- * GstSpectrum:post-messages
- *
- * Post messages on the bus with spectrum information.
- *
- * Since: 0.10.17
- */
g_object_class_install_property (gobject_class, PROP_POST_MESSAGES,
g_param_spec_boolean ("post-messages", "Post Messages",
"Whether to post a 'spectrum' element message on the bus for each "