tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for the...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 19 May 2008 12:32:06 +0000 (12:32 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 19 May 2008 12:32:06 +0000 (12:32 +0000)
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.

tests/check/elements/deinterleave.c

index c22acac..23960c4 100644 (file)
@@ -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);