Handbook
Glossary
gst_message_new_custom ( type src structure -- GstMessage* )
Vocabulary
gstreamer
.
ffi
Inputs
type
an
object
src
an
object
structure
an
object
Outputs
GstMessage*
an
object
Definition
USING:
alien.syntax
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstMessage*
gst_message_new_custom
(
GstMessageType
type, GstObject* src, GstStructure*
structure )