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 316205 - Debug category for wavenc is not defined
Debug category for wavenc is not defined
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: 0.9.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 316073
 
 
Reported: 2005-09-13 13:56 UTC by Michal Benes
Modified: 2005-10-21 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Benes 2005-09-13 13:56:19 UTC
I was not able to find the definition for debug category wavenc_debug. 

It is declared trough GST_DEBUG_CATEGORY_EXTERN (wavenc_debug) in
gst/wavenc/gstwavenc.c but I can not find GST_DEBUG_CATEGORY_INIT (wavenc_debug)
anywhere.

This causes an error while compiling by MinGW/GCC on Windows.
Comment 1 Michael Smith 2005-09-14 11:44:54 UTC
Fixed, thanks.