Handbook
Glossary
gst_element_get_compatible_pad ( element pad caps -- GstPad* )
Vocabulary
gstreamer
.
ffi
Inputs
element
an
object
pad
an
object
caps
an
object
Outputs
GstPad*
an
object
Definition
USING:
alien.syntax
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstPad*
gst_element_get_compatible_pad
( GstElement* element, GstPad* pad, GstCaps* caps )