Struct gstreamer::StaticPadTemplate[][src]

#[repr(C)]
pub struct StaticPadTemplate(_);

Structure describing the StaticPadTemplate.

Methods

impl StaticPadTemplate
[src]

Converts a StaticPadTemplate into a PadTemplate.

Returns

a new PadTemplate.

Gets the capabilities of the static pad template.

Returns

the Caps of the static pad template. Unref after usage. Since the core holds an additional ref to the returned caps, use gst_caps_make_writable on the returned caps to modify it.

Trait Implementations

impl Send for StaticPadTemplate
[src]

impl Sync for StaticPadTemplate
[src]

impl StaticType for StaticPadTemplate
[src]

Returns the type identifier of Self.