summaryrefslogtreecommitdiff
path: root/docs/plugins
AgeCommit message (Collapse)Author
2021-09-24Move files from gst-devtools into the "subprojects/gst-devtools/" subdirThibault Saunier
2020-06-03validate: Update documentation now core plugins are integratedThibault Saunier
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/204>
2020-05-31validateflow: Allow specifying checksum typeThibault Saunier
And add an extra mode 'checksum-as-id' which basically numerate buffers checksums as they are being received so that it is simpler to compare expectations when you are tracking buffers from both sinkpads and srcpads. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/202>
2020-05-28validate: Update documentationThibault Saunier
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
2020-05-28validateflow: Add a way to configure when to generate expectationsThibault Saunier
By default, generate them whenever the file is missing but adding a way to override that with `validateflow,generate-expectations=true` to force regenerating them or setting `validateflow,generate-expectations=false` to disallow generating them (on CI servers for example) Also update the validateflow documentation to take that into account and remove references to pipeline.json file which is now gone! Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/200>
2020-03-12validate:ssim: Allow specifying file framerate to use frame numbers during ↵Thibault Saunier
comparison
2020-02-13validate:flow: Make field filtering in what is logged more genericThibault Saunier
Instead of forcing it on event, allow specifying filters on anything we log, meaning also buffers
2020-02-13validateflow: Add a logged-event-fields configurationThibault Saunier
2020-02-04validate:flow: Add a way to set the types of events to log/ignoreThibault Saunier
Added two properties to the plugin: * ignored-event-types: A list of event types to be ignored when logging events * logged-event-types: A list of event types to be logged when logging events This commits also moves the "ignored-event-fields" property to using a proper GstValueList for the list of event fields to be taken into account, instead of the home grown separated by comas list of string, making the API more uniform. This also adds a simple helper method: `gst_validate_utils_get_strv`
2019-06-26validateflow: Add `buffers-checksum` option to log buffers data checksumThibault Saunier
2019-05-23docs: Minor fix about ssim pluginThibault Saunier
2019-05-13doc: Port to hotdocThibault Saunier
Ideally we want a GstValidate hotdoc plugin... not for now.
2019-03-11validate-flow: Add an ignored-event-fields configurationThibault Saunier
It replaces `record-stream-id` as it is a more generic way of doing the same thing.
2019-03-11docs: Document the validateflow pluginThibault Saunier