summaryrefslogtreecommitdiff
path: root/tests/check/elements/audiomixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/audiomixer.c')
-rw-r--r--tests/check/elements/audiomixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/audiomixer.c b/tests/check/elements/audiomixer.c
index b6235dce0..ddfdbe188 100644
--- a/tests/check/elements/audiomixer.c
+++ b/tests/check/elements/audiomixer.c
@@ -90,7 +90,7 @@ GST_START_TEST (test_filter_caps)
"format", G_TYPE_STRING, GST_AUDIO_NE (F32),
"layout", G_TYPE_STRING, "interleaved",
"rate", G_TYPE_INT, 44100, "channels", G_TYPE_INT, 1,
- "channel-mask", GST_TYPE_BITMASK, 0x04, NULL);
+ "channel-mask", GST_TYPE_BITMASK, (guint64) 0x04, NULL);
/* build pipeline */
pipeline = gst_pipeline_new ("pipeline");