Handbook
Glossary
gst_collect_pads_add_pad_full ( collect_pads pad size destroy_notify -- GstCollectData* )
Vocabulary
gstreamer
.
base
.
ffi
Inputs
collect_pads
an
object
pad
an
object
size
an
object
destroy_notify
an
object
Outputs
GstCollectData*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gstreamer.ffi
;
IN:
gstreamer.base.ffi
LIBRARY:
gstreamer.base
FUNCTION:
GstCollectData*
gst_collect_pads_add_pad_full
( GstCollectPads* collect_pads, GstPad* pad,
guint
size,
GstCollectDataDestroyNotify
destroy_notify )