mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
validate: Add missing break statement
CID 1415485
This commit is contained in:
parent
7eb9746adc
commit
28f8787c17
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue