Handbook
Glossary
gst_collect_pads_set_clip_function ( collect_pads clipfunc user_data -- )
Vocabulary
gstreamer
.
base
.
ffi
Inputs
collect_pads
an
object
clipfunc
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.base.ffi
LIBRARY:
gstreamer.base
FUNCTION:
void
gst_collect_pads_set_clip_function
( GstCollectPads* collect_pads,
GstCollectPadsClipFunction
clipfunc,
gpointer
user_data )