From cc3966d7a38de3dc4c0051543b128bb3850acdd5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 19 Oct 2007 19:33:16 +0000 Subject: Add some debug and sync tests with the fix. Original commit message from CVS: * gst/avi/gstavimux.c: * tests/check/elements/avimux.c: Add some debug and sync tests with the fix. --- tests/check/elements/avimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/check/elements/avimux.c b/tests/check/elements/avimux.c index 00dea6f2..7def7764 100644 --- a/tests/check/elements/avimux.c +++ b/tests/check/elements/avimux.c @@ -236,7 +236,7 @@ GST_END_TEST; GST_START_TEST (test_audio_pad) { - check_avimux_pad (&srcaudiotemplate, AUDIO_CAPS_STRING, "01wb", "audio_%d"); + check_avimux_pad (&srcaudiotemplate, AUDIO_CAPS_STRING, "00wb", "audio_%d"); } GST_END_TEST; -- cgit