After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333352 - [gnomevfssink] reports disk full as generic error
[gnomevfssink] reports disk full as generic error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 333304
 
 
Reported: 2006-03-04 12:43 UTC by Ross Burton
Modified: 2006-03-04 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add GST_RESOURCE_ERROR_NO_SPACE_LEFT (1.51 KB, patch)
2006-03-04 13:05 UTC, Ross Burton
none Details | Review
Better (2.11 KB, patch)
2006-03-04 13:09 UTC, Ross Burton
committed Details | Review

Description Ross Burton 2006-03-04 12:43:42 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.
Comment 1 Ross Burton 2006-03-04 13:05:33 UTC
Created attachment 60635 [details] [review]
Add GST_RESOURCE_ERROR_NO_SPACE_LEFT

Is this a step in the right direction?
Comment 2 Tim-Philipp Müller 2006-03-04 13:08:56 UTC
There's also bug #309117 btw.
Comment 3 Ross Burton 2006-03-04 13:09:03 UTC
Created attachment 60636 [details] [review]
Better
Comment 4 Tim-Philipp Müller 2006-03-04 14:34:56 UTC
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).