mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
baseparse: fix debug category
This commit is contained in:
parent
f5379229a0
commit
debb9362ef
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ gst_base_parse_base_init (gpointer g_class)
|
|||
GstBaseParseClass *klass = GST_BASE_PARSE_CLASS (g_class);
|
||||
GstBaseParseClassPrivate *priv;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_base_parse_debug, "flacbaseparse", 0,
|
||||
GST_DEBUG_CATEGORY_INIT (gst_base_parse_debug, "aacbaseparse", 0,
|
||||
"baseparse element");
|
||||
|
||||
/* TODO: Remove this once GObject supports class private data */
|
||||
|
|
Loading…
Reference in a new issue