Module: Gst::PadDirection

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

direction is unknown.

0 or :unknown
SRC =

the pad is a source pad.

1 or :src
SINK =

the pad is a sink pad.

2 or :sink