Handbook
Glossary
gst_object_replace ( oldobj newobj -- )
Vocabulary
gstreamer
.
ffi
Inputs
oldobj
an
object
newobj
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
void
gst_object_replace
( GstObject** oldobj, GstObject* newobj )