| Gnonlin Reference Manual |
|---|
GnlOperation —
struct GnlOperation; GnlOperation* gnl_operation_new (const gchar *name, GstElement *element); guint gnl_operation_get_num_sinks (GnlOperation *operation);
GObject
+----GstObject
+----GstElement
+----GstBin
+----GnlObject
+----GnlOperation
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 |
guint gnl_operation_get_num_sinks (GnlOperation *operation);
| operation : | A GnlOperation |
| Returns : | The number of sink pads |
| << GnlTimeline | GnlGroup >> |