Modifies a pointer to a Message to point to a different Message.
This function is similar to gst_message_replace
except that it takes ownership of new_message
.
old_message |
pointer to a pointer to a Message to be replaced. |
new_message |
pointer to a Message that will replace the message pointed to by |
|