GNOME Bugzilla – Bug 556274
[aiffparse] Uses debugging methods before debugging is initialized
Last modified: 2008-10-14 15:13:14 UTC
The following patch fixes an assertion because aiffparse initializes its debugging category too late.
Created attachment 120574 [details] [review] Fix debugging initialization
2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk> * gst/aiffparse/aiffparse.c: (plugin_init): Fix debugging category initialization. Fixes #556274