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 339040 - [patch] Error domains from gsterror are not wrapped
[patch] Error domains from gsterror are not wrapped
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2006-04-19 15:18 UTC by Edward Hervey
Modified: 2006-04-28 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to wrap the Error domains as module string constants (1004 bytes, patch)
2006-04-19 15:20 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2006-04-19 15:18:22 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.
Comment 1 Edward Hervey 2006-04-19 15:20:00 UTC
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.
Comment 2 Edward Hervey 2006-04-28 14:55:32 UTC
2006-04-28  Edward Hervey  <edward@fluendo.com>

	* gst/gstmodule.c: (init_gst):
	Wrap the gstreamer error domains quark.
	Fixes #339040