aiff: init plugin debug category

Fixes assertion (or unused variable warning with DISABLE_NLS).
This commit is contained in:
René Stadler 2009-11-01 20:41:03 +02:00
parent decd2acece
commit a5f72046af

View file

@ -38,6 +38,7 @@ plugin_init (GstPlugin * plugin)
{
gboolean ret;
GST_DEBUG_CATEGORY_INIT (aiff_debug, "aiff", 0, "AIFF plugin");
GST_DEBUG_CATEGORY_INIT (aiffparse_debug, "aiffparse", 0, "AIFF parser");
GST_DEBUG_CATEGORY_INIT (aiffmux_debug, "aiffmux", 0, "AIFF muxer");