Gst.Bus.prototype.post

function post(message:Gst.Message):Boolean {
    // Gjs wrapper for gst_bus_post()
}

Post a message on the given bus. Ownership of the message is taken by the bus.

message

the Gst.Message to post

Returns

TRUE if the message could be posted, FALSE if the bus is flushing. MT safe.