Message.this

Create a new structure change message. This message is posted when the structure of a pipeline is in the process of being changed, for example when pads are linked or unlinked.

@src should be the sinkpad that unlinked or linked.

Parameters

src ObjectGst

The object originating the message.

type GstStructureChangeType

The change type.

owner Element

The owner element of @src.

busy bool

Whether the structure change is busy.

Return Value

the new structure change message.

MT safe.

Throws

ConstructionException GTK+ fails to create the object.

Meta