GstGhostPad
GstGhostPad — Pseudo link pads
Object Hierarchy
GObject
+----GstObject
+----GstPad
+----GstProxyPad
+----GstGhostPad
Details
struct GstGhostPad
struct GstGhostPad;
gst_ghost_pad_new ()
GstPad* gst_ghost_pad_new (const gchar *name,
GstPad *target);
Will ref the target.
name : | the name of the new pad, or NULL to assign a default name.
|
target : | the pad to ghost.
|
Returns : | a new GstPad, or NULL in case of an error.
|
Properties
"internal" (GstPad : Read / Write) | The ghost pad's internal pad. |