GNOME Bugzilla – Bug 333352
[gnomevfssink] reports disk full as generic error
Last modified: 2006-03-04 14:34:56 UTC
The gnomevfssink doesn't report Disk Full as a seperate type of error, but merges it with all other error messages. This makes producing sensible error messages in Sound Juicer tricky to say the least.
Created attachment 60635 [details] [review] Add GST_RESOURCE_ERROR_NO_SPACE_LEFT Is this a step in the right direction?
There's also bug #309117 btw.
Created attachment 60636 [details] [review] Better
Fixed in CVS: 2006-03-04 Tim-Philipp Müller <tim at centricular dot net> * gst/gsterror.c: (_gst_resource_errors_init): * gst/gsterror.h: Add GST_RESOURCE_ERROR_NO_SPACE_LEFT (for #333352; patch by: Ross Burton <ross at burtonini dot com>). 2006-03-04 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: Bump requirements to GStreamer CVS for the new error enum. * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render): Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no space left on the device (fixes #333352).