GNOME Bugzilla – Bug 339040
[patch] Error domains from gsterror are not wrapped
Last modified: 2006-04-28 14:55:32 UTC
The error domains quarks for GStreamer Gerror (like GST_LIBRARY_ERROR or GST_STREAM_ERROR) are not wrapped. Wrapping them would make it easier to figure out to what category the various Error/Warning GstMessages belong to.
Created attachment 63874 [details] [review] Patch to wrap the Error domains as module string constants This patch wraps the GStreamer GError domains as string constants.
2006-04-28 Edward Hervey <edward@fluendo.com> * gst/gstmodule.c: (init_gst): Wrap the gstreamer error domains quark. Fixes #339040