diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-02-12 12:43:00 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-02-12 12:43:00 +0000 |
commit | 14d79a36f3ee209a9f660f0a96df977760dc4d0f (patch) | |
tree | f338cc90e02cfd4db45f1b05fdc2f962a720a08b /ChangeLog | |
parent | 84c6815cf7dc6ecf427a508b3ca5e562440e40c3 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-02-12 Stefan Kost <ensonic@users.sf.net> + + * 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 <tim at centricular dot net> * gst/debug/Makefile.am: @@ -456,6 +470,8 @@ 2007-01-18 Stefan Kost <ensonic@users.sf.net> + Patch by: Sebastian Dröge <slomo circular-chaos org> + * gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946) |