From: Wim Taymans Date: Tue, 9 Oct 2012 10:17:42 +0000 (+0200) Subject: tests: fix audio caps X-Git-Tag: 1.19.3~511^2~5852 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f70ebca937cf679aeac55169f5ace149b4ff45ba;p=platform%2Fupstream%2Fgstreamer.git tests: fix audio caps --- diff --git a/tests/examples/app/appsink-src.c b/tests/examples/app/appsink-src.c index 9a191e0..ecf7f05 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 {