checks: set pipelines to NULL state in parse-launch unit test

Fixes timeouts in gst_task_cleanup_all().
This commit is contained in:
Tim-Philipp Müller 2009-08-10 12:01:48 +01:00
parent a6c84b2ae6
commit 3bf19f0a45

View file

@ -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);
}