mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
aiff: init plugin debug category
Fixes assertion (or unused variable warning with DISABLE_NLS).
This commit is contained in:
parent
decd2acece
commit
a5f72046af
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue