get_static_pad


Description:

public Pad? get_static_pad (string name)

Retrieves a pad from this by name.

This version only retrieves already-existing (i.e. 'static') pads.

Parameters:

this

a Element to find a static pad of.

name

the name of the static Pad to retrieve.

Returns:

the requested Pad if found, otherwise null. unref after usage.

MT safe.