From 9598d82c0ca3b9e5b16c47e088fefbab810122a8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Apr 2007 09:55:45 +0000 Subject: [PATCH] gst/smpte/barboxwipes.c: Original commit message from CVS: * gst/smpte/barboxwipes.c: Fix error as spotted by Snaik --- ChangeLog | 5 +++++ gst/smpte/barboxwipes.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d09ad6718..49a6182651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-03 Wim Taymans + + * gst/smpte/barboxwipes.c: + Fix error as spotted by Snaik + 2007-03-30 Sebastian Dröge * gst/wavparse/gstwavparse.c: diff --git a/gst/smpte/barboxwipes.c b/gst/smpte/barboxwipes.c index 01469a1058..69cd7a5051 100644 --- a/gst/smpte/barboxwipes.c +++ b/gst/smpte/barboxwipes.c @@ -433,7 +433,7 @@ static const GstWipeConfig wipe_config[] = { #define WIPE_CONFIG_24 WIPE_CONFIG_23+1 {triangles_3t[WIPE_T3_24], 3, 1, 1, 0}, /* 24 */ #define WIPE_CONFIG_25 WIPE_CONFIG_24+1 - {triangles_3t[WIPE_T3_23], 3, 1, 1, 0}, /* 25 */ + {triangles_3t[WIPE_T3_25], 3, 1, 1, 0}, /* 25 */ #define WIPE_CONFIG_26 WIPE_CONFIG_25+1 {triangles_3t[WIPE_T3_26], 3, 1, 1, 0}, /* 26 */ #define WIPE_CONFIG_41 WIPE_CONFIG_26+1