Handbook
Glossary
gst_pad_alloc_buffer ( pad offset size caps buf -- GstFlowReturn )
Vocabulary
gstreamer
.
ffi
Inputs
pad
an
object
offset
an
object
size
an
object
caps
an
object
buf
an
object
Outputs
GstFlowReturn
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstFlowReturn
gst_pad_alloc_buffer
( GstPad* pad,
guint64
offset,
gint
size, GstCaps* caps,
GstBuffer* buf )