mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
test: fix unit test
This commit is contained in:
parent
c9538928b6
commit
d155f3028d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue