gst/smpte/barboxwipes.c:

Original commit message from CVS:
* gst/smpte/barboxwipes.c:
Fix error as spotted by Snaik <snaik32 at gmail dot com>
This commit is contained in:
Wim Taymans 2007-04-03 09:55:45 +00:00
parent c11fefd494
commit 9598d82c0c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-04-03 Wim Taymans <wim@fluendo.com>
* gst/smpte/barboxwipes.c:
Fix error as spotted by Snaik <snaik32 at gmail dot com>
2007-03-30 Sebastian Dröge <slomo@circular-chaos.org> 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
* gst/wavparse/gstwavparse.c: * gst/wavparse/gstwavparse.c:

View file

@ -433,7 +433,7 @@ static const GstWipeConfig wipe_config[] = {
#define WIPE_CONFIG_24 WIPE_CONFIG_23+1 #define WIPE_CONFIG_24 WIPE_CONFIG_23+1
{triangles_3t[WIPE_T3_24], 3, 1, 1, 0}, /* 24 */ {triangles_3t[WIPE_T3_24], 3, 1, 1, 0}, /* 24 */
#define WIPE_CONFIG_25 WIPE_CONFIG_24+1 #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 #define WIPE_CONFIG_26 WIPE_CONFIG_25+1
{triangles_3t[WIPE_T3_26], 3, 1, 1, 0}, /* 26 */ {triangles_3t[WIPE_T3_26], 3, 1, 1, 0}, /* 26 */
#define WIPE_CONFIG_41 WIPE_CONFIG_26+1 #define WIPE_CONFIG_41 WIPE_CONFIG_26+1