- 23 Sep, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 14 Sep, 2021 1 commit
-
-
Vivienne Watermeier authored
Part-of: <!256>
-
- 10 Sep, 2021 1 commit
-
-
gst_validate_get_config is transfer-container only Part-of: <!255>
-
- 20 Aug, 2021 1 commit
-
-
This avoids memory corruption in users of that structure which were (rightfullly) assuming static fields (such as name) wouldn't change. Without this, they would be using strings which will have been freed in the meantime. Part-of: <!252>
-
- 15 Jul, 2021 1 commit
-
-
The position field of GstSegment is meant for private usage within elements. Don't compare the values of it when doing media-check. Part-of: <!251>
-
- 08 Jun, 2021 1 commit
-
-
Thibault Saunier authored
And add the tracer to the plugins list so it can be used in our uninstalled environment. Part-of: <!250>
-
- 01 Jun, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 31 May, 2021 1 commit
-
-
Tim-Philipp Müller authored
-
- 27 May, 2021 6 commits
-
-
Thibault Saunier authored
Part-of: <!248>
-
Thibault Saunier authored
Part-of: <!248>
-
Thibault Saunier authored
Making its usage more friendly Part-of: <!248>
-
Thibault Saunier authored
We used to only support ranges, but we want to allow iterating over values in an array too. Part-of: <!248>
-
Thibault Saunier authored
Part-of: <!248>
-
Thibault Saunier authored
No reason not to use directy the GstCaps serialization function here This commits avoids needing regenerated all expectations to remove the `;` which is not generated anymore as it is simple and makes merging simpler. Part-of: <!248>
-
- 25 May, 2021 1 commit
-
-
Now the function returns either a fakeaudiosink or a fakevideosink, depending on the media type. Part-of: <!246>
-
- 20 May, 2021 1 commit
-
-
Thibault Saunier authored
Otherwise change in element implementations could lead to meaningless breakages
-
- 15 May, 2021 2 commits
-
-
Thibault Saunier authored
Part-of: <!235>
-
Thibault Saunier authored
Part-of: <!235>
-
- 14 May, 2021 1 commit
-
-
GObject don't have such method! Part-of: <!235>
-
- 05 May, 2021 1 commit
-
-
Stéphane Cerveau authored
Each test can now use a config file for the given media file used to test. Part-of: <!243>
-
- 21 Apr, 2021 1 commit
-
-
François Laignel authored
Instead of the deprecated gst_element_get_request_pad. Part-of: <!241>
-
- 19 Apr, 2021 1 commit
- 19 Mar, 2021 1 commit
-
-
Matthew Waters authored
volatile is not sufficient to provide atomic guarantees and real atomics should be used instead. GCC 11 has started warning about using volatile with atomic operations. https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719 Discovered in gst-plugins-good#868 Part-of: <!238>
-
- 04 Mar, 2021 1 commit
-
-
Stéphane Cerveau authored
Part-of: <!237>
-
- 30 Jan, 2021 1 commit
-
-
Brady J. Garvin authored
The default number of jobs to use is half of the available cores rounded down, but in situations where only one core is available (such as under some VMs), this means that `gst-validate-launcher` defaults to using zero jobs, a case that the test-running code is not prepared to handle. This change makes the code match the documentation for the `--jobs` option, guards against negative values both in the default setting and in argument parsing, and introduces some defensive programming to prevent other situations where the code might try to use zero jobs. Part-of: <!154>
-
- 08 Jan, 2021 1 commit
-
-
Thibault Saunier authored
-
- 05 Jan, 2021 1 commit
-
-
Thibault Saunier authored
This is not legal Part-of: <!234>
-
- 17 Dec, 2020 5 commits
-
-
Thibault Saunier authored
And port the deeply nested tests we have Part-of: <!233>
-
Thibault Saunier authored
And port the deeply nested tests we have Part-of: <!233>
-
Thibault Saunier authored
Part-of: <!233>
-
Thibault Saunier authored
Allowing more precise filtering of the message we are waiting for. Part-of: <!233>
-
Thibault Saunier authored
Allowing application to know when a specific action is done. Part-of: <!233>
-
- 15 Dec, 2020 2 commits
-
-
Thibault Saunier authored
Part-of: <!233>
-
Thibault Saunier authored
This is useful for applications that use Validate directly. Part-of: <!233>
-
- 10 Dec, 2020 1 commit
-
-
Thibault Saunier authored
Part-of: <!233>
-
- 09 Dec, 2020 1 commit
-
-
Part-of: <!229>
-
- 08 Dec, 2020 4 commits