From f70ebca937cf679aeac55169f5ace149b4ff45ba Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 9 Oct 2012 12:17:42 +0200 Subject: [PATCH] tests: fix audio caps --- tests/examples/app/appsink-src.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/examples/app/appsink-src.c b/tests/examples/app/appsink-src.c index 9a191e02eb..ecf7f05b1f 100644 --- a/tests/examples/app/appsink-src.c +++ b/tests/examples/app/appsink-src.c @@ -6,7 +6,8 @@ #include /* these are the caps we are going to pass through the appsink and appsrc */ -const gchar *audio_caps = "audio/x-raw,format=S16LE,channels=1,rate=8000"; +const gchar *audio_caps = + "audio/x-raw,format=S16LE,channels=1,rate=8000, layout=interleaved"; typedef struct {