Handbook
Glossary
gst_pad_template_new ( name_template direction presence caps -- GstPadTemplate* )
Vocabulary
gstreamer
.
ffi
Inputs
name_template
an
object
direction
an
object
presence
an
object
caps
an
object
Outputs
GstPadTemplate*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstPadTemplate*
gst_pad_template_new
( gchar* name_template,
GstPadDirection
direction,
GstPadPresence
presence, GstCaps* caps )