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

Method set_chain_function

gi/overrides/Gst.py:160–161  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

158 super(Gst.Pad, self).__init__(*args, **kwargs)
159
160 def set_chain_function(self, func):
161 self.set_chain_function_full(PadFunc(func), None)
162
163 def set_event_function(self, func):
164 self.set_event_function_full(PadFunc(func), None)

Callers 7

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80

Calls 1

PadFuncClass · 0.85

Tested by 3

setUpMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64