summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-04 09:50:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-04 09:50:10 +0000
commitbf7cf95033d1416556aa376018077ada772f51fb (patch)
tree6abd249033e7886bcd71de9416650981e73ee209 /ChangeLog
parent401159a255a6357de35bb2925179d6a1596f8903 (diff)
gst/spectrum/gstspectrum.c: Rename property enums and default defines for the properties to match the property names ...
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init), (gst_spectrum_init), (gst_spectrum_set_property), (gst_spectrum_get_property), (gst_spectrum_message_new): Rename property enums and default defines for the properties to match the property names and rephrase property descriptions to make them a bit clearer (hopefully). See #518188.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebad36ac..c1047af9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
+ (gst_spectrum_init), (gst_spectrum_set_property),
+ (gst_spectrum_get_property), (gst_spectrum_message_new):
+ Rename property enums and default defines for the properties to match
+ the property names and rephrase property descriptions to make them a
+ bit clearer (hopefully). See #518188.
+
2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/Makefile.am: