After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737852 - validate: Add support for text base override files
validate: Add support for text base override files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-03 16:57 UTC by Thibault Saunier
Modified: 2014-11-08 14:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
validate: Add support for text based override files (12.79 KB, patch)
2014-10-03 16:57 UTC, Thibault Saunier
committed Details | Review
validate: Remove unused method (2.72 KB, patch)
2014-10-03 16:57 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2014-10-03 16:57:39 UTC
This will allow us to very easily tweak the severity of the messages. For
example something that we should do is to have such a file in the default testsuit
and use it to raise severity of issues to CRITICAL once we know that the issue
does not exist on upstream elements. This way we can make sure that the regression
will be detected right away as a CRITICAL issue will make the test fail.
Comment 1 Thibault Saunier 2014-10-03 16:57:41 UTC
Created attachment 287689 [details] [review]
validate: Add support for text based override files

Allowing user to easily determine the severity of issue
types in a config file
Comment 2 Thibault Saunier 2014-10-03 16:57:46 UTC
Created attachment 287690 [details] [review]
validate: Remove unused method

gst_media_descriptor_add_frame is not used anywhere
Comment 3 Mathieu Duponchelle 2014-10-22 11:04:52 UTC
Review of attachment 287689 [details] [review]:

commited
Comment 4 Mathieu Duponchelle 2014-10-22 11:05:03 UTC
Review of attachment 287690 [details] [review]:

commited
Comment 5 Mathieu Duponchelle 2014-10-22 11:05:21 UTC
Thanks for the work, closing :)