summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSnaik <snaik32@gmail.com>2007-04-17 16:39:02 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-17 16:39:02 +0000
commitb5cfe36ab7d498c9a514aabab1b7810a3f81cd6d (patch)
tree9a934b8c11e9ef6185f03ad5986ce7a392d0903a /ChangeLog
parent188cc7a9e087ebff4d7e22d88b3cf2a26cd4b5ff (diff)
gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.
Original commit message from CVS: Patch by: Snaik <snaik32 gmail com> * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw): Add missing break statement for BOX_HORIZONTAL case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5a36f3d..68a20be5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Snaik <snaik32 gmail com>
+
+ * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
+ Add missing break statement for BOX_HORIZONTAL case.
+
2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Vincent Torri <vtorri at univ-evry dot fr>