Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstPadLinkReturn |
Enum : | PadLinkReturn |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.PadLinkReturn.NOFORMAT : -4
|
|
Number Gst.PadLinkReturn.NOSCHED : -5
|
|
Number Gst.PadLinkReturn.OK : 0
|
|
Number Gst.PadLinkReturn.REFUSED : -6
|
|
Number Gst.PadLinkReturn.WAS_LINKED : -2
|
|
Number Gst.PadLinkReturn.WRONG_DIRECTION : -3
|
|
Number Gst.PadLinkReturn.WRONG_HIERARCHY : -1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.Pad
Method |
link
(Pad sinkpad)
:
Gst.PadLinkReturn
Links the source pad and the sink pad.
|