summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-09 20:02:44 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-09 20:02:44 +0000
commit212c802ce21fc247d8fb1f59dc84c7ee9435ebb7 (patch)
tree96de935733105db74145cbebad45c45d1f21eca8 /ChangeLog
parent47575c6de1d0513cbdecff7647acb514ad53184f (diff)
downloadgst-plugins-bad-212c802ce21fc247d8fb1f59dc84c7ee9435ebb7.tar.gz
gst-plugins-bad-212c802ce21fc247d8fb1f59dc84c7ee9435ebb7.tar.bz2
gst-plugins-bad-212c802ce21fc247d8fb1f59dc84c7ee9435ebb7.zip
gst/qtdemux/qtdemux.c: Fix build with gcc-4.1 (#327355).
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event): Fix build with gcc-4.1 (#327355).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36ee98ad..d0bf84e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
+ Fix build with gcc-4.1 (#327355).
+
2006-03-09 Christophe Fergeau <teuf@gnome.org>
reviewed by: Tim-Philipp Müller <tim at centricular dot net>