From b5cfe36ab7d498c9a514aabab1b7810a3f81cd6d Mon Sep 17 00:00:00 2001 From: Snaik Date: Tue, 17 Apr 2007 16:39:02 +0000 Subject: gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case. Original commit message from CVS: Patch by: Snaik * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw): Add missing break statement for BOX_HORIZONTAL case. --- gst/smpte/barboxwipes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst') diff --git a/gst/smpte/barboxwipes.c b/gst/smpte/barboxwipes.c index 69cd7a50..173355ea 100644 --- a/gst/smpte/barboxwipes.c +++ b/gst/smpte/barboxwipes.c @@ -577,6 +577,7 @@ gst_wipe_boxes_draw (GstMask * mask) impacts[1] * width, impacts[2] * height, impacts[3] * depth, impacts[4] * width, impacts[5] * height, impacts[6] * depth); impacts += 7; + break; case BOX_CLOCK: { gint x0, y0, x1, y1, x2, y2; -- cgit