summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2006-03-03 18:10:12 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-03 18:10:12 +0000
commit0e7e8daf120929fb247ce6d59c1b5776b6e34871 (patch)
tree1683f0184f29b80b7a638704217b7dcd5c9dfa41 /ChangeLog
parent28901daf9a9cf2722a3fc4ea5e56439fda6153b6 (diff)
downloadgst-plugins-bad-0e7e8daf120929fb247ce6d59c1b5776b6e34871.tar.gz
gst-plugins-bad-0e7e8daf120929fb247ce6d59c1b5776b6e34871.tar.bz2
gst-plugins-bad-0e7e8daf120929fb247ce6d59c1b5776b6e34871.zip
ext/xvid/gstxviddec.c: Declare variable at the beginning of the block and make gcc-2.9x
Original commit message from CVS: * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Declare variable at the beginning of the block and make gcc-2.9x happy (fixes #333283; patch by: Jens Granseuer).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e88b100d..c50f7bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-03 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
+ Declare variable at the beginning of the block and make gcc-2.9x
+ happy (fixes #333283; patch by: Jens Granseuer).
+
2006-03-03 Edward Hervey <edward@fluendo.com>
* gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):