mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
amrnbenc: Use complete raw audio caps in the test
This commit is contained in:
parent
d2e0027dca
commit
e7425b898c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include <gst/check/gstcheck.h>
|
#include <gst/check/gstcheck.h>
|
||||||
|
|
||||||
#define SRC_CAPS "audio/x-raw-int,width=16,depth=16,channels=1,rate=8000"
|
#define SRC_CAPS "audio/x-raw-int,width=16,depth=16,channels=1,rate=8000,signed=true,endianness=BYTE_ORDER"
|
||||||
#define SINK_CAPS "audio/AMR"
|
#define SINK_CAPS "audio/AMR"
|
||||||
|
|
||||||
GList *buffers;
|
GList *buffers;
|
||||||
|
|
Loading…
Reference in a new issue