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 556274 - [aiffparse] Uses debugging methods before debugging is initialized
[aiffparse] Uses debugging methods before debugging is initialized
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-14 14:19 UTC by Edward Hervey
Modified: 2008-10-14 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix debugging initialization (1.08 KB, patch)
2008-10-14 14:21 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2008-10-14 14:19:19 UTC
The following patch fixes an assertion because aiffparse initializes its debugging category too late.
Comment 1 Edward Hervey 2008-10-14 14:21:10 UTC
Created attachment 120574 [details] [review]
Fix debugging initialization
Comment 2 Edward Hervey 2008-10-14 15:13:14 UTC
2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>

	* gst/aiffparse/aiffparse.c: (plugin_init):
	Fix debugging category initialization.
	Fixes #556274