GhostPad.newNoTargetFromTemplate

gst.ghost_pad.GhostPad newNoTargetFromTemplate(string name, gst.pad_template.PadTemplate templ)

Create a new ghostpad based on templ, without setting a target. The direction will be taken from the templ.

Parameters

namethe name of the new pad, or null to assign a default name
templthe #GstPadTemplate to create the ghostpad from.

Returns

a new #GstPad, or null in

case of an error.