another fix for going to NULL before disposing

Original commit message from CVS:
another fix for going to NULL before disposing
This commit is contained in:
Thomas Vander Stichele 2005-09-30 08:26:04 +00:00
parent 0106325e8d
commit e6a5b6d2df

View file

@ -56,6 +56,7 @@ class FakeSinkTest(ElementTest):
self.element = gst.element_factory_make('fakesink', 'sink')
def tearDown(self):
self.element.set_state(gst.STATE_NULL)
del self.element
ElementTest.tearDown(self)