diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2012-01-28 20:01:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-02-03 00:19:42 +0000 |
commit | 3add7e0a21c91308b183cdf0b912820141394936 (patch) | |
tree | a1918a1847048fc7814126a5d192dff21f50a616 | |
parent | 33107f405d4da518085ffee8382b3630d056b5a6 (diff) |
voaacenc: init debug category
-rw-r--r-- | ext/voaacenc/gstvoaacenc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/voaacenc/gstvoaacenc.c b/ext/voaacenc/gstvoaacenc.c index c9fa92180..ed01f3cb6 100644 --- a/ext/voaacenc/gstvoaacenc.c +++ b/ext/voaacenc/gstvoaacenc.c @@ -175,6 +175,8 @@ gst_voaacenc_class_init (GstVoAacEncClass * klass) "Target Audio Bitrate", 0, G_MAXINT, VOAAC_ENC_DEFAULT_BITRATE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + + GST_DEBUG_CATEGORY_INIT (gst_voaacenc_debug, "voaacenc", 0, "voaac encoder"); } static void |