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