summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-11-19 16:30:19 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-11-19 16:30:19 +0000
commitf41376624bfc6b65b767ff8b68fce2791119e07d (patch)
tree3b3e8ee60d21625d90bb4ea9901ddd85fe5f832a /ChangeLog
parent3b4c2b054a554943dbdd7d0cb8d155acfb74ab5e (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):