tags: fix unused function warning with debug disabled
This commit is contained in:
parent
4188e2648f
commit
78b2ab608b
@ -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…
x
Reference in New Issue
Block a user