Gst.PadPresence
Indicates when this pad will become available.
- PadPresence.ALWAYS
the pad is always available
- PadPresence.SOMETIMES
the pad will become available depending on the media stream
- PadPresence.REQUEST
the pad is only available on request with Gst.Element.prototype.get_request_pad.