![]() | ![]() | ![]() | GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|
gnomevfssinkgnomevfssink — Write a stream to a GnomeVFS URI |
"handle" GnomeVFSHandle : Read / Write "location" gchararray : Read / Write "uri" GnomeVFSURI : Read / Write
"allow-overwrite" gboolean user_function (GstGnomeVFSSink *uri, GnomeVFSURI *Returns, gpointer user_data);
location
" property"location" gchararray : Read / Write
Location of the file to write.
Default value: NULL
gboolean user_function (GstGnomeVFSSink *uri, GnomeVFSURI *Returns, gpointer user_data);
This signal is fired when gnomevfssink is about to overwrite an existing resource. The application can connect to this signal and ask the user if the resource may be overwritten.
sink : | the object which received the signal |
uri : | the URI to be overwritten |
user_data : | user data set when the signal handler was connected. |
Returns : | A boolean indicating that the resource may be overwritten. |
<< ffmpegcolorspace | gnomevfssrc >> |