summaryrefslogtreecommitdiff
path: root/tests/examples/app
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-10-09 12:17:42 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-10-09 12:20:10 +0200
commitf70ebca937cf679aeac55169f5ace149b4ff45ba (patch)
tree8bbc30b55a4c9c8befb51b513c7cb3c6d44e49b9 /tests/examples/app
parent8a5cf5ef4db12811068808ede59f383cdd25d8c3 (diff)
tests: fix audio caps
Diffstat (limited to 'tests/examples/app')
-rw-r--r--tests/examples/app/appsink-src.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/examples/app/appsink-src.c b/tests/examples/app/appsink-src.c
index 9a191e02e..ecf7f05b1 100644
--- a/tests/examples/app/appsink-src.c
+++ b/tests/examples/app/appsink-src.c
@@ -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
{