Module: Gst::PadPresence

Defined in:
(unknown)

Constant Summary collapse

ALWAYS =

the pad is always available

0 or :always
SOMETIMES =

the pad will become available depending on the media stream

1 or :sometimes
REQUEST =

the pad is only available on request with gst_element_request_pad().

2 or :request