mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
tags: fix unused function warning with debug disabled
This commit is contained in:
parent
4188e2648f
commit
78b2ab608b
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
#define GST_CAT_DEFAULT gst_tag_ensure_debug_category()
|
||||
|
||||
static GstDebugCategory *
|
||||
|
@ -60,6 +61,7 @@ gst_tag_ensure_debug_category (void)
|
|||
|
||||
return (GstDebugCategory *) cat_gonce;
|
||||
}
|
||||
#endif /* GST_DISABLE_GST_DEBUG */
|
||||
|
||||
static gpointer
|
||||
gst_tag_register_tags_internal (gpointer unused)
|
||||
|
|
Loading…
Reference in a new issue