mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate: Use gst_print for validate report messages
This commit is contained in:
parent
3762c1a6d2
commit
81770eda7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue