- May 17, 2018
-
-
Tim-Philipp Müller authored
-
- May 15, 2018
-
-
Thibault Saunier authored
When --fail-on-testlist-change is set.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- May 13, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- May 10, 2018
-
-
The issue is closed upstream (because of concentrating on decodebin3 instead), and initial forever testing seems to show the issue doesn't happen anymore
-
- Apr 25, 2018
-
-
It fails to generate gst-validate-enum-types.h and gst-validate-enum-types.c when build out of source tree. Add the path for template files. https://bugzilla.gnome.org/show_bug.cgi?id=795531 Signed-off-by: Kai Kang <kai.kang@windriver.com>
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 14, 2018
-
-
Thibault Saunier authored
The testuite version should be 'master' during development and the version number on releases, during the pre-release cycle, there is no nano version, thus our detection handling was mistaking.
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
- Mar 12, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 23, 2018
- Feb 21, 2018
-
-
Tim-Philipp Müller authored
add_global_arguments() can't be used in subprojects. It's entirely possible that devtools is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
-
- Feb 19, 2018
-
-
Tim-Philipp Müller authored
In file included from ../subprojects/gst-devtools/validate/tools/gst-validate-rtsp-server.c:21:0: .../gst/gst.h:31:10: fatal error: gst/gstenumtypes.h: No such file or directory
-
- Feb 18, 2018
-
-
Sebastian Dröge authored
gstvalidategtk.c:184:7: error: ‘gdk_keymap_get_default’ is deprecated: Use 'gdk_keymap_get_for_display' instead [-Werror=deprecated-declarations] gdk_keymap_get_entries_for_keyval (gdk_keymap_get_default (), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Feb 16, 2018
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Feb 14, 2018
- Feb 10, 2018
-
-
Instead of 0 (which is valid)
-
- Feb 08, 2018
-
-
Olivier Crête authored
On 64-bit platforms, the thread id can be over 2^32 so use a long to handle it.
-
- Jan 31, 2018
- Jan 30, 2018
-
-
- Dec 18, 2017
-
-
This was keeping around 500-700kB of data for each test, which was gradually raising memory usage of a full run by 100MB+ The reports are definitely not needed, and we only need to keep information from the subprocess env variable that we might need later on for final reporting
-
The xml-based MediaDescriptor were keeping open the XML file and the associated ElementTree structures, resulting in memory usage of several hundred megabytes. Instead cache the information we need immediately and release the XML structure
-
- Dec 17, 2017
-
-
Nicolas Dufresne authored
Without this file, gst-validate installed using meson will fail all RTSP2 tests
-
- Dec 03, 2017
-
-
Since we now check position/status of pipeline at regular intevals, we no longer need to impose a different timeout based on the protocol used. Avoids having 4min long timeouts for no reason (30s is enough)
-
Instead of creating a separate TCPServer for each test, just create one which handles all connections in a threaded fashion. Shaves off ~500ms per test https://bugzilla.gnome.org/show_bug.cgi?id=791159
-
When the --shuffle option is used, the tests will be run out of order. This optimizes CPU utilization since it allows running synchronized and unsynchronized tests at the same.
-