From 14d79a36f3ee209a9f660f0a96df977760dc4d0f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 12 Feb 2007 12:43:00 +0000 Subject: gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR. Original commit message from CVS: * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), (gst_goom_change_state): * gst/goom/gstgoom.h: Improved docs and use GST_DEBUG_FUNCPTR. * gst/level/gstlevel.c: (gst_level_class_init): Use GST_DEBUG_FUNCPTR. * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), (gst_monoscope_chain), (gst_monoscope_change_state): Improved docs source cleanups. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed2e9b00..a631ab68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-02-12 Stefan Kost + + * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), + (gst_goom_change_state): + * gst/goom/gstgoom.h: + Improved docs and use GST_DEBUG_FUNCPTR. + + * gst/level/gstlevel.c: (gst_level_class_init): + Use GST_DEBUG_FUNCPTR. + + * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), + (gst_monoscope_chain), (gst_monoscope_change_state): + Improved docs source cleanups. + 2007-02-12 Tim-Philipp Müller * gst/debug/Makefile.am: @@ -456,6 +470,8 @@ 2007-01-18 Stefan Kost + Patch by: Sebastian Dröge + * gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946) -- cgit