mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gstinfo: add a comment explaining the reason for using fucntion protos here.
This commit is contained in:
parent
e55d18baa2
commit
477a5d0939
1 changed files with 3 additions and 0 deletions
|
@ -1177,9 +1177,12 @@ GST_FIXME (const char *format, ...)
|
|||
#define gst_debug_set_threshold_for_name(name,level) G_STMT_START{ }G_STMT_END
|
||||
#define gst_debug_unset_threshold_for_name(name) G_STMT_START{ }G_STMT_END
|
||||
|
||||
/* we are using dummy function prototypes here to eat ';' as these macros are
|
||||
* used outside of functions */
|
||||
#define GST_DEBUG_CATEGORY(var) void _gst_debug_dummy_##var (void)
|
||||
#define GST_DEBUG_CATEGORY_EXTERN(var) void _gst_debug_dummy_extern_##var (void)
|
||||
#define GST_DEBUG_CATEGORY_STATIC(var) void _gst_debug_dummy_static_##var (void)
|
||||
|
||||
#define GST_DEBUG_CATEGORY_INIT(var,name,color,desc) G_STMT_START{ }G_STMT_END
|
||||
#define GST_DEBUG_CATEGORY_GET(var,name) G_STMT_START{ }G_STMT_END
|
||||
#define gst_debug_category_free(category) G_STMT_START{ }G_STMT_END
|
||||
|
|
Loading…
Reference in a new issue