reporter: do not print issues to stdout

This commit is contained in:
Thiago Santos 2013-08-20 17:10:44 -03:00
parent 36e5c626af
commit 549bcc1fd5

View file

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