MT safe.
Message.newEos
gst.message.Message newEos(gst.object.ObjectWrap src = null)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.
Parameters
src | The object originating the message. |
Returns
The new eos message.