GhostPad.no_target_from_template
Description:
[ CCode ( has_construct_function = false ,  type = "GstPad*" ) ]
public GhostPad.no_target_from_template (string? name, PadTemplate templ)
  public GhostPad.no_target_from_template (string? name, PadTemplate templ)
Create a new ghostpad based on templ, without setting a target.
 The direction will be taken from the templ.
Parameters:
| name | the name of the new pad, or null to assign a default name | 
| templ | the PadTemplate to create the ghostpad from. | 
Returns:
| a new Pad, or null in case of an error. |