From bf7cf95033d1416556aa376018077ada772f51fb Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 4 Apr 2008 09:50:10 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * tests/check/Makefile.am: -- cgit