- Sep 23, 2021
-
-
Tim-Philipp Müller authored
-
- Sep 14, 2021
-
-
Vivienne Watermeier authored
Part-of: <gstreamer/gst-devtools!256>
-
- Sep 10, 2021
-
-
gst_validate_get_config is transfer-container only Part-of: <gstreamer/gst-devtools!255>
-
- Aug 20, 2021
-
-
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: <gstreamer/gst-devtools!252>
-
- Jul 15, 2021
-
-
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: <gstreamer/gst-devtools!251>
-
- Jun 08, 2021
-
-
Thibault Saunier authored
And add the tracer to the plugins list so it can be used in our uninstalled environment. Part-of: <gstreamer/gst-devtools!250>
-
- Jun 01, 2021
-
-
Tim-Philipp Müller authored
-
- May 31, 2021
-
-
Tim-Philipp Müller authored
-
- May 27, 2021
-
-
Thibault Saunier authored
Part-of: <gst-devtools!248>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!248>
-
Thibault Saunier authored
Making its usage more friendly Part-of: <gstreamer/gst-devtools!248>
-
Thibault Saunier authored
We used to only support ranges, but we want to allow iterating over values in an array too. Part-of: <gstreamer/gst-devtools!248>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!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: <gst-devtools!248>
-
- May 25, 2021
-
-
Now the function returns either a fakeaudiosink or a fakevideosink, depending on the media type. Part-of: <gstreamer/gst-devtools!246>
-
- May 20, 2021
-
-
Thibault Saunier authored
Otherwise change in element implementations could lead to meaningless breakages
-
- May 15, 2021
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!235>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!235>
-
- May 14, 2021
-
-
GObject don't have such method! Part-of: <gstreamer/gst-devtools!235>
-
- May 05, 2021
-
-
Stéphane Cerveau authored
Each test can now use a config file for the given media file used to test. Part-of: <gstreamer/gst-devtools!243>
-
- Apr 21, 2021
-
-
François Laignel authored
Instead of the deprecated gst_element_get_request_pad. Part-of: <gstreamer/gst-devtools!241>
-
- Apr 19, 2021
-
-
This was always meant to be `on-message=eos` (like in fast_forward.scenario) Fixes #58 Part-of: <gstreamer/gst-devtools!240>
-
- Mar 19, 2021
-
-
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 gstreamer/gst-plugins-good#868 Part-of: <gstreamer/gst-devtools!238>
-
- Mar 04, 2021
-
-
Stéphane Cerveau authored
Part-of: <gstreamer/gst-devtools!237>
-
- Jan 30, 2021
-
-
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: <gstreamer/gst-devtools!154>
-
- Jan 08, 2021
-
-
Thibault Saunier authored
-
- Jan 05, 2021
-
-
Thibault Saunier authored
This is not legal Part-of: <gst-devtools!234>
-
- Dec 17, 2020
-
-
Thibault Saunier authored
And port the deeply nested tests we have Part-of: <gstreamer/gst-devtools!233>
-
Thibault Saunier authored
And port the deeply nested tests we have Part-of: <gstreamer/gst-devtools!233>
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!233>
-
Thibault Saunier authored
Allowing more precise filtering of the message we are waiting for. Part-of: <gstreamer/gst-devtools!233>
-
Thibault Saunier authored
Allowing application to know when a specific action is done. Part-of: <gstreamer/gst-devtools!233>
-
- Dec 15, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!233>
-
Thibault Saunier authored
This is useful for applications that use Validate directly. Part-of: <gstreamer/gst-devtools!233>
-
- Dec 10, 2020
-
-
Thibault Saunier authored
Part-of: <gstreamer/gst-devtools!233>
-
- Dec 09, 2020
-
-
Part-of: <gst-devtools!229>
-
- Dec 08, 2020
-
-
Handling the refcounting the same whether the action is blocking or not as we were leaking a ref for non-blocking waits. Part-of: <gstreamer/gst-devtools!231>
-
Part-of: <gstreamer/gst-devtools!231>
-
Part-of: <gstreamer/gst-devtools!231>
-
And recursively Part-of: <gstreamer/gst-devtools!231>
-