mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/spectrum/gstspectrum.c: Fix typo in property nick.
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init): Fix typo in property nick.
This commit is contained in:
parent
37363960d7
commit
0e9af4401e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-07-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
|
||||||
|
Fix typo in property nick.
|
||||||
|
|
||||||
2006-07-10 Wim Taymans <wim@fluendo.com>
|
2006-07-10 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/filter/gstbpwsinc.h:
|
* gst/filter/gstbpwsinc.h:
|
||||||
|
|
|
@ -168,7 +168,7 @@ gst_spectrum_class_init (GstSpectrumClass * klass)
|
||||||
trans_class->passthrough_on_same_caps = TRUE;
|
trans_class->passthrough_on_same_caps = TRUE;
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_SIGNAL_SPECTRUM,
|
g_object_class_install_property (gobject_class, PROP_SIGNAL_SPECTRUM,
|
||||||
g_param_spec_boolean ("message", "mesage",
|
g_param_spec_boolean ("message", "Message",
|
||||||
"Post a level message for each passed interval",
|
"Post a level message for each passed interval",
|
||||||
TRUE, G_PARAM_READWRITE));
|
TRUE, G_PARAM_READWRITE));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue