projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8a5cf5e
)
tests: fix audio caps
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 10:17:42 +0000
(12:17 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 9 Oct 2012 10:20:10 +0000
(12:20 +0200)
tests/examples/app/appsink-src.c
patch
|
blob
|
history
diff --git
a/tests/examples/app/appsink-src.c
b/tests/examples/app/appsink-src.c
index
9a191e0
..
ecf7f05
100644
(file)
--- 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 */
#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
{
typedef struct
{