mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
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.
This commit is contained in:
parent
188cc7a9e0
commit
b5cfe36ab7
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue