Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-06-08 12:11:12 +0400
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-08 12:11:12 +0400
commitf65495d405a81cfd7aa0d402fdd205f26f2cdd0f (patch)
tree40db0f07599269d739b575ff27711953631a8bc5 /tests/check/elements/interleave.c
parente44df74eda531b5ae399f8875891deb0f8413241 (diff)
update for audio api change
Diffstat (limited to 'tests/check/elements/interleave.c')
-rw-r--r--tests/check/elements/interleave.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/elements/interleave.c b/tests/check/elements/interleave.c
index 5f30097c4..1c8c71fe7 100644
--- a/tests/check/elements/interleave.c
+++ b/tests/check/elements/interleave.c
@@ -456,17 +456,17 @@ sink_handoff_float32 (GstElement * element, GstBuffer * buffer, GstPad * pad,
if (n == 0) {
GstAudioChannelPosition pos[2] =
{ GST_AUDIO_CHANNEL_POSITION_NONE, GST_AUDIO_CHANNEL_POSITION_NONE };
- gst_audio_channel_positions_to_mask (pos, 2, &mask);
+ gst_audio_channel_positions_to_mask (pos, 2, FALSE, &mask);
} else if (n == 1) {
GstAudioChannelPosition pos[2] = { GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT,
GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT
};
- gst_audio_channel_positions_to_mask (pos, 2, &mask);
+ gst_audio_channel_positions_to_mask (pos, 2, FALSE, &mask);
} else if (n == 2) {
GstAudioChannelPosition pos[2] = { GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER,
GST_AUDIO_CHANNEL_POSITION_REAR_CENTER
};
- gst_audio_channel_positions_to_mask (pos, 2, &mask);
+ gst_audio_channel_positions_to_mask (pos, 2, FALSE, &mask);
}
caps = gst_caps_new_simple ("audio/x-raw",