mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
tests: fix audio caps
This commit is contained in:
parent
8a5cf5ef4d
commit
f70ebca937
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue