validate: Use gst_print for validate report messages

This commit is contained in:
Thibault Saunier 2020-03-23 21:28:45 -03:00
parent 3762c1a6d2
commit 81770eda7e

View file

@ -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