From 81770eda7e57c7410d82fab774b6e397285c2c99 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 23 Mar 2020 21:28:45 -0300 Subject: [PATCH] validate: Use gst_print for validate report messages --- validate/gst/validate/gst-validate-reporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-reporter.c b/validate/gst/validate/gst-validate-reporter.c index cbf90d87ef..09d49bb1b5 100644 --- a/validate/gst/validate/gst-validate-reporter.c +++ b/validate/gst/validate/gst-validate-reporter.c @@ -184,7 +184,7 @@ gst_validate_report_valist (GstValidateReporter * reporter, g_return_if_fail (GST_IS_VALIDATE_REPORTER (reporter)); G_VA_COPY (vacopy, var_args); - message = g_strdup_vprintf (format, vacopy); + message = gst_info_strdup_vprintf (format, vacopy); report = gst_validate_report_new (issue, reporter, message); #ifndef GST_DISABLE_GST_DEBUG