get_pad
Description:
public Pad?
get_pad (
string name)
Retrieves a pad from element by name.
Tries get_static_pad first, then
get_request_pad.
Parameters:
| name |
the name of the pad to retrieve. |
Returns:
the Pad if found, otherwise null. Unref or Release after usage,
depending on the type of the pad. |