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 620140 - [gio] report out-of-space errors
[gio] report out-of-space errors
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-31 09:30 UTC by Jonathan Matthew
Modified: 2010-05-31 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
obvious patch (1.13 KB, patch)
2010-05-31 09:30 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2010-05-31 09:30:35 UTC
Created attachment 162363 [details] [review]
obvious patch

gio sink elements should translate G_IO_ERROR_NO_SPACE to GST_RESOURCE_ERROR_NO_SPACE_LEFT.
Comment 1 Sebastian Dröge (slomo) 2010-05-31 13:58:08 UTC
commit c5c1b6815ac197d3683155d48b547915c112f4a6
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon May 31 19:28:45 2010 +1000

    gio: map GIO NO_SPACE error to NO_SPACE_LEFT
    
    Fixes bug #620140.