From b641c49a4c4d1cb05b95538d83144a3ad5c1326f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 19 May 2008 12:32:06 +0000 Subject: tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for the 8 channel test to ensure that the or... Original commit message from CVS: * tests/check/elements/deinterleave.c: (GST_START_TEST): Set keep-positions property to TRUE for the 8 channel test to ensure that the original channel position is set on the output. --- ChangeLog | 6 ++++++ tests/check/elements/deinterleave.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53712043..49b95869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-19 Sebastian Dröge + + * tests/check/elements/deinterleave.c: (GST_START_TEST): + Set keep-positions property to TRUE for the 8 channel test to ensure + that the original channel position is set on the output. + 2008-05-19 Sebastian Dröge * gst/interleave/deinterleave.c: (gst_deinterleave_class_init), diff --git a/tests/check/elements/deinterleave.c b/tests/check/elements/deinterleave.c index c22acaca..23960c48 100644 --- a/tests/check/elements/deinterleave.c +++ b/tests/check/elements/deinterleave.c @@ -514,6 +514,7 @@ GST_START_TEST (test_8_channels_float32) deinterleave = gst_element_factory_make ("deinterleave", "deinterleave"); fail_unless (deinterleave != NULL, "failed to create deinterleave element"); + g_object_set (deinterleave, "keep-positions", TRUE, NULL); gst_bin_add_many (GST_BIN (pipeline), src, deinterleave, NULL); -- cgit v1.2.1