Gst.Message.new_eos

function new_eos(src:Gst.Object):Gst.Message {
    // Gjs wrapper for gst_message_new_eos()
}

Create a new eos message. This message is generated and posted in the sink elements of a GstBin. The bin will only forward the EOS message to the application if all sinks have posted an EOS message.

src

The object originating the message.

Returns

The new eos message. MT safe.