Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ test_add_pad
Method
test_add_pad
testsuite/test_gst.py:92–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
class
TestBin(TestCase):
91
92
def
test_add_pad(self):
93
Gst.init(None)
94
self.assertEqual(Gst.ElementFactory.make(
"bin"
, None).sinkpads, [])
95
96
class
TestBufferMap(TestCase):
97
Callers
nothing calls this directly
Calls
1
make
Method · 0.80
Tested by
no test coverage detected