summaryrefslogtreecommitdiffstats
path: root/gst/smpte
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-03 09:55:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-03 09:55:45 +0000
commit9598d82c0ca3b9e5b16c47e088fefbab810122a8 (patch)
tree289952b1e21c62d1ba8670c0a9233896cd5808b8 /gst/smpte
parentc11fefd494ef71d5b027cddb390d0072508656d4 (diff)
gst/smpte/barboxwipes.c:
Original commit message from CVS: * gst/smpte/barboxwipes.c: Fix error as spotted by Snaik <snaik32 at gmail dot com>
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/barboxwipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smpte/barboxwipes.c b/gst/smpte/barboxwipes.c
index 01469a10..69cd7a50 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