tests: fix audio caps
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 10:17:42 +0000 (12:17 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 10:20:10 +0000 (12:20 +0200)
tests/examples/app/appsink-src.c

index 9a191e0..ecf7f05 100644 (file)
@@ -6,7 +6,8 @@
 #include <gst/app/gstappsink.h>
 
 /* 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
 {