Device.createElement

Creates the element with all of the required parameters set to use this device.

class Device
createElement
(
string name
)

Parameters

name string

name of new element, or NULL to automatically create a unique name.

Return Value

Type: Element

a new gstreamer.Element configured to use this device

Meta