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

Method setUp

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

Source from the content-addressed store, hash-verified

330
331class PadPipelineTest(TestCase):
332 def setUp(self):
333 TestCase.setUp(self)
334 self.pipeline = gst.parse_launch('fakesrc name=source ! fakesink')
335 src = self.pipeline.get_by_name('source')
336 self.srcpad = src.get_pad('src')
337
338 def tearDown(self):
339 del self.pipeline

Callers 5

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected