![]() |
![]() |
![]() |
GNonLin 0.10.16 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
GObject +----GstObject +----GstElement +----GstBin +----GnlObject +----GnlOperation
A GnlOperation performs a transformation or mixing operation on the data from one or more GnlSources, which is used to implement filters or effects.
"sinks"
property"sinks" gint : Read / Write
Specifies the number of sink pads the operation should provide.
If the sinks property is -1 (the default) pads are only created as
demanded via get_request_pad()
calls on the element.
Allowed values: >= G_MAXULONG
Default value: -1
"input-priority-changed"
signalvoid user_function (GnlOperation *gnloperation, GstPad *arg1, guint arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |