mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
voaacenc: init debug category
This commit is contained in:
parent
e0b0604119
commit
5dc80902e2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue