diff options
Diffstat (limited to 'tests/check/elements/decodebin.c')
-rw-r--r-- | tests/check/elements/decodebin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/elements/decodebin.c b/tests/check/elements/decodebin.c index 24d9ea7d..eb6f38a4 100644 --- a/tests/check/elements/decodebin.c +++ b/tests/check/elements/decodebin.c @@ -25,7 +25,8 @@ #include <gst/check/gstcheck.h> #include <unistd.h> -const gchar dummytext[] = "Quick Brown Fox Jumps over a Lazy Frog Quick Brown " +static const gchar dummytext[] = + "Quick Brown Fox Jumps over a Lazy Frog Quick Brown " "Fox Jumps over a Lazy Frog Quick Brown Fox Jumps over a Lazy Frog Quick " "Brown Fox Jumps over a Lazy Frog Quick Brown Fox Jumps over a Lazy Frog " "Quick Brown Fox Jumps over a Lazy Frog Quick Brown Fox Jumps over a Lazy " |