Message.this

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.

Parameters

src ObjectGst

The object originating the message.

type GstProgressType

a #GstProgressType

code string

a progress code

text string

free, user visible text describing the progress

Return Value

The new qos message.

Throws

ConstructionException GTK+ fails to create the object.

Meta