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 129420 - maybe allow to disable individual loaders
maybe allow to disable individual loaders
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-12-16 00:36 UTC by Matthias Clasen
Modified: 2010-07-10 04:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2003-12-16 00:36:35 UTC
This might be handy for e.g. a web browser or email client who doesn't want
to risk crashing in the GStreamer loader.

Proposed API:

void gdk_pixbuf_format_disable (GdkPixbufFormat *format);
void gdk_pixbuf_format_enable (GdkPixbufFormat *format);

and maybe 

gboolean gdk_pixbuf_format_is_enabled (GdkPixbufFormat *format);