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 701467 - Use GFile rather than POSIX IO in ogg_header.c
Use GFile rather than POSIX IO in ogg_header.c
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
2.1.x
Other All
: Normal enhancement
: 2.1
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
Depends on:
Blocks: 700050
 
 
Reported: 2013-06-02 16:48 UTC by David King
Modified: 2013-06-02 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David King 2013-06-02 16:48:41 UTC
Ogg header information should be read using GFile and GIO rather than using POSIX IO. In future, this will make asynchronous IO, as well as access over non-native gvfs transports, possible.
Comment 1 David King 2013-06-02 17:22:29 UTC
Fixed in master with commit 700c86aadc6e16e4941ceb06a37cfb0b9e57b4b0.