Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ link
Method
link
gi/overrides/Gst.py:188–192 ·
view source on GitHub ↗
(self, pad)
Source
from the content-addressed store, hash-verified
186
return
res
187
188
def
link(self, pad):
189
ret = Gst.Pad.link(self, pad)
190
if
ret != Gst.PadLinkReturn.OK:
191
raise
LinkError(ret)
192
return
ret
193
194
Pad = override(Pad)
195
__all__.append(
'Pad'
)
Callers
15
link_many
Method · 0.80
build_pipeline
Method · 0.80
__init__
Method · 0.80
__on_new_decoded_pad
Method · 0.80
on_pad_added
Method · 0.80
do_setup_pipeline
Method · 0.80
_new_demuxed_pad
Method · 0.80
on_pads_blocked
Function · 0.80
do_setup_pipeline
Method · 0.80
_new_demuxed_pad
Method · 0.80
sinkelement.py
File · 0.80
main
Function · 0.80
Calls
1
LinkError
Class · 0.85
Tested by
10
testFake
Method · 0.64
testBinState
Method · 0.64
_src_buffer_probe_cb
Method · 0.64
setUp
Method · 0.64
setUp
Method · 0.64
_probe_handler
Method · 0.64
setUp
Method · 0.64
testLink
Method · 0.64
testLinkFiltered
Method · 0.64
_buffer_probe_cb
Method · 0.64