mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
runner: Report criticals when the reporter is in smart mode
This commit is contained in:
parent
3607f30fff
commit
b08ef6b9ef
1 changed files with 3 additions and 2 deletions
|
@ -366,9 +366,10 @@ gst_validate_runner_add_report (GstValidateRunner * runner,
|
|||
return;
|
||||
case GST_VALIDATE_SHOW_SMART:
|
||||
if (!gst_validate_report_check_abort (report) &&
|
||||
report->level != GST_VALIDATE_REPORT_LEVEL_CRITICAL)
|
||||
report->level != GST_VALIDATE_REPORT_LEVEL_CRITICAL) {
|
||||
synthesize_reports (runner, report);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
case GST_VALIDATE_SHOW_SYNTHETIC:
|
||||
synthesize_reports (runner, report);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue