summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-28 23:18:44 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-28 23:18:44 +0000
commitc459b9da7d7fe346bceeb4968fae6959aa0f7697 (patch)
tree6a61cbaa5bb89847fff1b0bebdc5d22621c594d0 /ChangeLog
parente6e86c4f2d5cd9213cb71a30dfdd9d9441e40ac9 (diff)
downloadgst-plugins-bad-c459b9da7d7fe346bceeb4968fae6959aa0f7697.tar.gz
gst-plugins-bad-c459b9da7d7fe346bceeb4968fae6959aa0f7697.tar.bz2
gst-plugins-bad-c459b9da7d7fe346bceeb4968fae6959aa0f7697.zip
gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning if debugging is disabled (not bullet pr...
Original commit message from CVS: * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward): Try to avoid 'unused variable' compiler warning if debugging is disabled (not bullet proof, but seems to do for now). (#512654)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fddd1dc2..71551462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
+ Try to avoid 'unused variable' compiler warning if debugging is
+ disabled (not bullet proof, but seems to do for now). (#512654)
+
2008-01-28 Sebastian Dröge <slomo@circular-chaos.org>
* ext/soundtouch/gstbpmdetect.cc: