mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
spectrum: remove the since doc-comment from 0.10
This commit is contained in:
parent
b62cb3edcd
commit
15a81baea5
1 changed files with 0 additions and 7 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue