summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2010-08-17 14:10:38 +0200
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2010-08-20 10:31:39 +0200
commit3f1f4940be6431ebcada9fa253c8d407745eabc5 (patch)
tree3494d9bb7bc140229426c1309f28a7e63195243d /tests
parent32fa1002d03f6e291265c04bcd3bf82f5101671c (diff)
gnlcomposition: fix a race. Fixes #626733.
Fix a race between no_more_pads_object_cb and compare_relink_single_node.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gnl/gnlcomposition.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/check/gnl/gnlcomposition.c b/tests/check/gnl/gnlcomposition.c
index cf22fa0..5ee9ec7 100644
--- a/tests/check/gnl/gnlcomposition.c
+++ b/tests/check/gnl/gnlcomposition.c
@@ -381,7 +381,6 @@ GST_START_TEST (test_no_more_pads_race)
/* FIXME: maybe slow down the videotestsrc steaming thread */
gst_bin_add (GST_BIN (composition), source2);
- //g_object_set (source1, "start", 5 * GST_SECOND, NULL);
message = gst_bus_timed_pop_filtered (bus, 1 * GST_SECOND, GST_MESSAGE_ERROR);
if (message) {
@@ -398,7 +397,6 @@ GST_START_TEST (test_no_more_pads_race)
gst_message_unref (message);
}
-
gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_NULL);
gst_object_unref (pipeline);
gst_object_unref (bus);