Signal
RBEncoderFactory::prepare-sink
Declaration
void
prepare_sink (
RBEncoderFactory* self,
gchar* uri,
GObject* sink,
gpointer user_data
)
Description [src]
Emitted when creating a sink to write to the specified URI. Plugins can use this when just creating a GStreamer element from the URI isn’t enough. Typically this happens when there’s no way to pass device information through the URI format.
Default handler: The default handler is called after the handlers added via |
Parameters
uri
-
Type:
gchar*
The URI for the sink.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. sink
-
Type:
GObject
The sink object (a GstElement in fact).
The data is owned by the caller of the function.