GStreamer development and validation tools
gstreamer
1999-10-31
GStreamer development and validation tools including GstValidate, a testing
framework aiming at providing GStreamer developers tools that check the
GstElements they write behave the way they are supposed to.
GstValidate is a tool that allows GStreamer developers to check that the
GstElements they write behave the way they are supposed to. It was first
started to provide plug-ins developers with a tool to check that they use the
framework the proper way.
GstValidate implements a monitoring logic that allows the system to check that
the elements of a GstPipeline respect some rules GStreamer components have to
follow so that elements can properly interact together. For example, a
GstValidatePadMonitor will make sure that if we receive a GstSegment from
upstream, an equivalent segment is sent downstream before any buffer gets out.
Then GstValidate implements a reporting system that allows users to get
detailed informations about what was not properly handle in elements. The
reports are order by level of importance from "issue" to "critical".
Some tools have been implemented to help the developer validate and test their
GstElement, you can have a look at the command line tools section to find more
information
On top of those tools, the notion of scenario has been implemented so that
developers can easily execute a set of actions on pipelines and thus test real
world interactive cases and reproduce existing issues in a convenient way.
C
1.22.0
main
2023-01-23
1.21.90
main
2023-01-13
1.21.3
main
2022-12-05
1.21.2
main
2022-11-07
1.21.1
main
2022-10-04
1.20.0
main
2022-02-03
1.19.90
main
2022-01-28
1.19.3
main
2021-11-03
1.19.2
master
2021-09-23
1.19.1
master
2021-06-01
1.18.0
master
2020-09-08
1.17.90
master
2020-08-20
1.17.2
master
2020-07-03
1.17.1
master
2020-06-19
1.16.0
master
2019-04-19
1.15.90
master
2019-04-11
1.15.2
master
2019-02-26
1.15.1
master
2019-01-17
1.14.0
master
2018-03-19
1.13.91
master
2018-03-13
1.13.90
master
2018-03-03
1.13.1
master
2018-02-15
1.12.4
1.12
2017-12-07
1.12.3
1.12
2017-09-18
1.12.2
1.12
2017-07-14
1.12.1
1.12
2017-06-20
1.12.0
master
2017-05-04
1.11.91
master
2017-04-27
1.11.90
master
2017-04-07
1.11.2
master
2017-02-24
1.11.1
master
2017-01-12
1.10.0
master
2016-11-01
1.9.90
master
2016-09-30
1.9.2
master
2016-09-01
1.9.1
master
2016-06-06
1.8.0
master
2016-03-24
1.7.91
master
2016-03-15
1.7.90
master
2016-03-01
1.6.0
1.6
2015-09-25
1.5.90
1.5
2015-08-20
1.5.2
1.5
2014-09-29
1.4.0
1.4
2014-09-29
Thibault Saunier