TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.28.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 1.16
Modifies a pointer to a Gst.Message to point to a different Gst.Message. This function is similar to gst_message_replace() except that it takes ownership of new_message.
gst_message_replace()
new_message
pointer to a pointer to a Gst.Message to be replaced.
Optional
pointer to a Gst.Message that will replace the message pointed to by old_message.
old_message
true if new_message was different from old_message
true
1.16
Modifies a pointer to a Gst.Message to point to a different Gst.Message. This function is similar to
gst_message_replace()except that it takes ownership ofnew_message.