mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
amrwbenc: Fix compilation
This commit is contained in:
parent
29e3908032
commit
d6bb14dade
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ _do_init (GType object_type)
|
|||
g_type_add_interface_static (object_type, GST_TYPE_PRESET,
|
||||
&preset_interface_info);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_amrnbenc_debug, "amrwbenc", 0,
|
||||
GST_DEBUG_CATEGORY_INIT (gst_amrwbenc_debug, "amrwbenc", 0,
|
||||
"AMR-WB audio encoder");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue