summaryrefslogtreecommitdiff
path: root/validate/gst/validate/gst-validate-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'validate/gst/validate/gst-validate-report.c')
-rw-r--r--validate/gst/validate/gst-validate-report.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/validate/gst/validate/gst-validate-report.c b/validate/gst/validate/gst-validate-report.c
index e773f75..e67d5c5 100644
--- a/validate/gst/validate/gst-validate-report.c
+++ b/validate/gst/validate/gst-validate-report.c
@@ -342,6 +342,10 @@ gst_validate_report_load_issues (void)
" EOS being some kind of data flow, there is no exception"
" in that regard"));
+ REGISTER_VALIDATE_ISSUE (CRITICAL, EVENT_INVALID_SEQNUM,
+ _("Event has an invalid seqnum"),
+ _("An event is using GST_SEQNUM_INVALID. This should never happen"));
+
REGISTER_VALIDATE_ISSUE (CRITICAL, STATE_CHANGE_FAILURE,
_("state change failed"), NULL);