From 3bf19f0a45851e66d94c797c6f144f755045d8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 10 Aug 2009 12:01:48 +0100 Subject: [PATCH] checks: set pipelines to NULL state in parse-launch unit test Fixes timeouts in gst_task_cleanup_all(). --- tests/check/pipelines/parse-launch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/pipelines/parse-launch.c b/tests/check/pipelines/parse-launch.c index 8272bc4109..f77cdea0e3 100644 --- a/tests/check/pipelines/parse-launch.c +++ b/tests/check/pipelines/parse-launch.c @@ -413,6 +413,8 @@ run_delayed_test (const gchar * pipe_str, const gchar * peer, gst_object_unref (src); gst_object_unref (sink); + + gst_element_set_state (pipe, GST_STATE_NULL); gst_object_unref (pipe); }