mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: fix rgvolume test on big-endian systems
This commit is contained in:
parent
e6f6d9045c
commit
146702e226
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ send_caps_event (GstElement * element)
|
|||
GstCaps *caps;
|
||||
gboolean res;
|
||||
|
||||
caps = gst_caps_from_string ("audio/x-raw, format = F32LE, "
|
||||
caps = gst_caps_from_string ("audio/x-raw, format = " GST_AUDIO_NE (F32) ", "
|
||||
"layout = interleaved, rate = 8000, channels = 1");
|
||||
res = gst_pad_push_event (mysrcpad, gst_event_new_caps (caps));
|
||||
fail_unless (res, "CAPS event not handled");
|
||||
|
|
Loading…
Reference in a new issue