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.
+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):
g_main_context_iteration (NULL, TRUE);
}
+ gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (pipeline);
}