GstGhostPad

GstGhostPad — Pseudo link pads

Synopsis


#include <gst/gst.h>


struct      GstGhostPad;
GstPad*     gst_ghost_pad_new               (const gchar *name,
                                             GstPad *target);


Object Hierarchy


  GObject
   +----GstObject
         +----GstPad
               +----GstProxyPad
                     +----GstGhostPad

Properties


  "internal"             GstPad               : Read / Write

Description

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.