diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-11-19 16:30:19 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-11-19 16:30:19 +0000 |
| commit | f41376624bfc6b65b767ff8b68fce2791119e07d (patch) | |
| tree | 3b3e8ee60d21625d90bb4ea9901ddd85fe5f832a /ChangeLog | |
| parent | 3b4c2b054a554943dbdd7d0cb8d155acfb74ab5e (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |
