summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-21 12:54:44 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-21 12:54:44 +0100
commitd155f3028d6b76273e8a9b3e8ba4065001222f65 (patch)
tree43b81d559b1b34d5230103cec15751c8d7ba1897 /tests
parentc9538928b6999c70a8f3bda6fa150c61b46e3933 (diff)
downloadgst-libav-d155f3028d6b76273e8a9b3e8ba4065001222f65.tar.gz
test: fix unit test
Diffstat (limited to 'tests')
-rw-r--r--tests/check/generic/libavcodec-locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/generic/libavcodec-locking.c b/tests/check/generic/libavcodec-locking.c
index a16af1c..271acea 100644
--- a/tests/check/generic/libavcodec-locking.c
+++ b/tests/check/generic/libavcodec-locking.c
@@ -103,7 +103,7 @@ GST_START_TEST (test_libavcodec_locks)
for (i = 0; i < NUM_SINKS; i++)
sink[i] =
g_strdup_printf
- (" t.src%d ! queue ! ffenc_mpeg4 ! ffdec_mpeg4 ! fakesink sync=true",
+ (" t.src_%u ! queue ! ffenc_mpeg4 ! ffdec_mpeg4 ! fakesink sync=true",
i);
sink[NUM_SINKS] = NULL;