format_register
Description:
public Format format_register (
string nick,
string description)
Create a new GstFormat based on the nick or return an already registered format with that nick.
Parameters:
| nick |
The nick of the new format |
| description |
The description of the new format |
Returns:
| A new GstFormat or an already registered format with the same nick. MT safe. |