mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
baseparse: fix debug category
This commit is contained in:
parent
ae1956092f
commit
56605e51a7
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