summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-08 13:31:37 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-08 13:31:37 +0000
commitc8a54904b232087dac1dd5eded8a9ad9008cc0f9 (patch)
tree8c0e06f0538ddfe2893051b4b7e56ddcd1c0ad64 /ChangeLog
parent58bc2cae2eef58f1b0e3d02a6a1c9d1efbf1f82a (diff)
downloadgst-plugins-bad-c8a54904b232087dac1dd5eded8a9ad9008cc0f9.tar.gz
gst-plugins-bad-c8a54904b232087dac1dd5eded8a9ad9008cc0f9.tar.bz2
gst-plugins-bad-c8a54904b232087dac1dd5eded8a9ad9008cc0f9.zip
Don't use declarations after statements in the remaining code.
Original commit message from CVS: * ext/spc/gstspc.c: (spc_setup): * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc: Don't use declarations after statements in the remaining code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd3343cc..8361bf52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * ext/spc/gstspc.c: (spc_setup):
+ * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
+ Don't use declarations after statements in the remaining code.
+
+2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
Patch by:
Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>