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 {