Message.newStructureChange

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 gst.object.ObjectGst

The object originating the message.

type gst.types.StructureChangeType

The change type.

owner gst.element.Element

The owner element of src.

busy bool

Whether the structure change is busy.

Return Value

Type: gst.message.Message

the new structure change message.

MT safe.