From f41376624bfc6b65b767ff8b68fce2791119e07d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 19 Nov 2006 16:30:19 +0000 Subject: gst/videobox/gstvideobox.c: Minor clean-ups: const-ify static array, remove trailing comma from use GST_DEBUG_FUNCPTR. Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_class_init): Minor clean-ups: const-ify static array, remove trailing comma from last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32676a21..40520bb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-19 Tim-Philipp Müller + + * gst/videobox/gstvideobox.c: (gst_video_box_class_init): + Minor clean-ups: const-ify static array, remove trailing comma from + last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR. + 2006-11-19 Jan Schmidt * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame): -- cgit