Message.newProgress

Progress messages are posted by elements when they use an asynchronous task to perform actions triggered by a state change.

code contains a well defined string describing the action. text should contain a user visible string detailing the current action.

class Message
static
newProgress

Parameters

src gst.object.ObjectGst

The object originating the message.

type gst.types.ProgressType

a #GstProgressType

code string

a progress code

text string

free, user visible text describing the progress

Return Value

Type: gst.message.Message

The new qos message.