mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
0106325e8d
commit
e6a5b6d2df
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue