GnlOperation

GnlOperation —

Synopsis




struct      GnlOperation;
GnlOperation* gnl_operation_new             (const gchar *name,
                                             GstElement *element);
guint       gnl_operation_get_num_sinks     (GnlOperation *operation);

Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstBin
                     +----GnlObject
                           +----GnlOperation

Description

Details

struct GnlOperation

struct GnlOperation;


gnl_operation_new ()

GnlOperation* gnl_operation_new             (const gchar *name,
                                             GstElement *element);

name : the name of the GnlOperation to create
element : the GstElement which is to be the provider
Returns : a newly allocated GnlOperation, or NULL if the creation failed

gnl_operation_get_num_sinks ()

guint       gnl_operation_get_num_sinks     (GnlOperation *operation);

operation : A GnlOperation
Returns : The number of sink pads