tests/check/pipelines/stress.c: Make sure we set the pipeline back to the NULL state...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 16 Jul 2007 15:19:06 +0000 (15:19 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 16 Jul 2007 15:19:06 +0000 (15:19 +0000)
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
tests/check/pipelines/stress.c

index ea9b44f30553f72e688631e9416d3b849c56ee09..a287e314f973902d776eed5c17a6a7020a2c54cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * 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  <thaytan@mad.scientist.com>
 
        * tests/check/elements/tee.c: (GST_START_TEST):
index 9d63ea5c4d888fdb54c7c6f596539ad6a0caaab5..7d8ddf9ccc87dc562dd043b56bed30b37c14fb65 100644 (file)
@@ -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);
 }