audiomixer: Change test to use native endian audio format
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8975>
This commit is contained in:
parent
74f84484a2
commit
19a330dba0
@ -2130,7 +2130,8 @@ GST_START_TEST (test_qos_message_live)
|
||||
GstBus *bus = gst_bus_new ();
|
||||
GstHarness *h, *h2;
|
||||
GstBuffer *b;
|
||||
static const char *caps_str = "audio/x-raw, format=(string)S16LE, "
|
||||
static const char *caps_str =
|
||||
"audio/x-raw, format=(string)" GST_AUDIO_NE (S16) ", "
|
||||
"rate=(int)1000, channels=(int)1, layout=(string)interleaved";
|
||||
GstMessage *msg;
|
||||
GstPad *pad;
|
||||
|
Loading…
x
Reference in New Issue
Block a user