mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
reporter: do not print issues to stdout
This commit is contained in:
parent
36e5c626af
commit
549bcc1fd5
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ gst_validate_report_valist (GstValidateReporter * reporter,
|
|||
G_VA_COPY (vacopy, var_args);
|
||||
gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, __FILE__,
|
||||
GST_FUNCTION, __LINE__, NULL, combo, vacopy);
|
||||
gst_validate_report_printf (report);
|
||||
gst_validate_report_check_abort (report);
|
||||
|
||||
if (priv->runner) {
|
||||
|
|
Loading…
Reference in a new issue