mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
checks: set pipelines to NULL state in parse-launch unit test
Fixes timeouts in gst_task_cleanup_all().
This commit is contained in:
parent
a6c84b2ae6
commit
3bf19f0a45
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue