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

Method make

gi/overrides/Gst.py:262–263  ·  view source on GitHub ↗
(cls, factory_name, instance_name=None)

Source from the content-addressed store, hash-verified

260
261 @classmethod
262 def make(cls, factory_name, instance_name=None):
263 return Gst.ElementFactory.make(factory_name, instance_name)
264
265class Pipeline(Gst.Pipeline):
266 def __init__(self, name=None):

Callers 10

make_and_addMethod · 0.80
probe_cbFunction · 0.80
mainFunction · 0.80
record_sound.pyFile · 0.80
mainFunction · 0.80
testNotInitializedMethod · 0.80
testNotDeinitializedMethod · 0.80
test_add_padMethod · 0.80

Calls

no outgoing calls

Tested by 5

testNotInitializedMethod · 0.64
testNotDeinitializedMethod · 0.64
test_add_padMethod · 0.64