Handbook
Glossary
gst_pad_new ( name direction -- GstPad* )
Vocabulary
gstreamer
.
ffi
Inputs
name
an
object
direction
an
object
Outputs
GstPad*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstPad*
gst_pad_new
( gchar* name,
GstPadDirection
direction )