diff options
Diffstat (limited to 'gst/gstinfo.h')
-rw-r--r-- | gst/gstinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h index accb9704d..ae43a493f 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -698,6 +698,12 @@ G_CONST_RETURN gchar* #else static inline void +GST_CAT_LEVEL_LOG_valist (GstDebugCategory * cat, + GstDebugLevel level, gpointer object, const char *format, va_list varargs) +{ +} + +static inline void GST_CAT_ERROR_OBJECT (GstDebugCategory * cat, gpointer obj, const char *format, ...) { |