MCPcopy Create free account
hub / github.com/GStreamer/gst-python / tearDown

Method tearDown

testsuite/old/test_pad.py:338–341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

336 self.srcpad = src.get_pad('src')
337
338 def tearDown(self):
339 del self.pipeline
340 del self.srcpad
341 TestCase.tearDown(self)
342
343# FIXME: now that GstQuery is a miniobject with various _new_ factory
344# functions, we need to figure out a way to deal with them in python

Callers 5

tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected