validate: Add missing break statement
CID 1415485
This commit is contained in:
parent
7eb9746adc
commit
28f8787c17
@ -642,6 +642,7 @@ gst_validate_runner_add_report (GstValidateRunner * runner,
|
||||
synthesize_reports (runner, report);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
case GST_VALIDATE_SHOW_SYNTHETIC:
|
||||
if (!report->trace) {
|
||||
synthesize_reports (runner, report);
|
||||
|
Loading…
x
Reference in New Issue
Block a user