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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate/gst/validate/gst-validate-report.c b/validate/gst/validate/gst-validate-report.c
index 16b1bb8..ae648d7 100644
--- a/validate/gst/validate/gst-validate-report.c
+++ b/validate/gst/validate/gst-validate-report.c
@@ -299,6 +299,8 @@ gst_validate_report_load_issues (void)
_("resulting file stream profiles didn't match expected values"), NULL);
REGISTER_VALIDATE_ISSUE (ISSUE, FILE_TAG_DETECTION_INCORRECT,
_("detected tags are different than expected ones"), NULL);
+ REGISTER_VALIDATE_ISSUE (WARNING, FILE_NO_STREAM_INFO,
+ _("the discoverer could not determine the stream info"), NULL);
REGISTER_VALIDATE_ISSUE (WARNING, FILE_NO_STREAM_ID,
_("the discoverer found a stream that had no stream ID"), NULL);