tests: fix audio caps

This commit is contained in:
Wim Taymans 2012-10-09 12:17:42 +02:00
parent 8a5cf5ef4d
commit f70ebca937

View 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
{