MCPcopy Index your code
hub / github.com/GStreamer/gst-python / TestElement

Class TestElement

testsuite/old/test_element.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27# since I can't subclass gst.Element for some reason, I use a bin here
28# it don't matter to Jesus
29class TestElement(gst.Bin):
30 def break_it_down(self):
31 self.debug('Hammer Time')
32
33class ElementTest(TestCase):
34 name = 'fakesink'

Callers 1

testElementDebugMethod · 0.85

Calls

no outgoing calls

Tested by 1

testElementDebugMethod · 0.68