diff --git a/subprojects/gstreamer/gst/gstinfo.c b/subprojects/gstreamer/gst/gstinfo.c index dd38bf9859..867425958d 100644 --- a/subprojects/gstreamer/gst/gstinfo.c +++ b/subprojects/gstreamer/gst/gstinfo.c @@ -2719,6 +2719,13 @@ gst_debug_log_literal (GstDebugCategory * category, GstDebugLevel level, { } +void +gst_debug_log_id_literal (GstDebugCategory * category, GstDebugLevel level, + const gchar * file, const gchar * function, gint line, + const gchar * id, const gchar * message_string) +{ +} + const gchar * gst_debug_message_get (GstDebugMessage * message) {