From 54eb646c3e4eb788413ab8e0ee3dee83ca678273 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 16 Jul 2007 15:19:06 +0000 Subject: [PATCH] tests/check/pipelines/stress.c: Make sure we set the pipeline back to the NULL state before dropping our final refere... Original commit message from CVS: * tests/check/pipelines/stress.c: (GST_START_TEST): Make sure we set the pipeline back to the NULL state before dropping our final reference. --- ChangeLog | 6 ++++++ tests/check/pipelines/stress.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea9b44f..a287e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-07-16 Jan Schmidt + * tests/check/pipelines/stress.c: (GST_START_TEST): + Make sure we set the pipeline back to the NULL state before + dropping our final reference. + +2007-07-16 Jan Schmidt + * tests/check/elements/tee.c: (GST_START_TEST): Make the tee stress-test a little less stressful so it doesn't just time out on slow-machines, and remove a small race when it's starting diff --git a/tests/check/pipelines/stress.c b/tests/check/pipelines/stress.c index 9d63ea5..7d8ddf9 100644 --- a/tests/check/pipelines/stress.c +++ b/tests/check/pipelines/stress.c @@ -74,6 +74,7 @@ GST_START_TEST (test_stress_preroll) g_main_context_iteration (NULL, TRUE); } + gst_element_set_state (pipeline, GST_STATE_NULL); gst_object_unref (pipeline); } -- 2.7.4