- Jan 12, 2017
-
-
Sebastian Dröge authored
-
- Jan 06, 2017
-
-
Thibault Saunier authored
If nano is set, it means we are running in git/unreleased version
-
Thibault Saunier authored
And minor fix in function call
-
Thibault Saunier authored
-
- Jan 05, 2017
-
-
Guillaume Desmottes authored
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. Fixed the -uninstalled pc file libdir path while I was on it. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
- Jan 03, 2017
-
-
Thibault Saunier authored
0.0 does not mean blocking in python3 and makes everything failling on windows.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
This reverts commit 5656e2a1.
-
This is a regression that was introduced by 6504b915 If we have non-standard main_dir or qa_assets, make sure we prepend the checked-out testsuites directory to the list of expected ones
-
- Jan 02, 2017
-
-
Edward Hervey authored
This reverts commit a4aa5c60. Does not work outside of gst-build (i.e. validate won't work when used either installed, in a prefix, or in gst-uninstalled).
-
- Dec 30, 2016
-
-
christophecvr authored
Fix intltool build setup to make it build on ubuntu 16.04 as well. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=776523
-
Stefan Sauer authored
-
Stefan Sauer authored
We were using libgee-0.6 which was using gee-1.0 in pkgconfig. https://bugzilla.gnome.org/show_bug.cgi?id=776523
-
- Dec 28, 2016
-
-
Stefan Sauer authored
-
Stefan Sauer authored
-
Stefan Sauer authored
We check those in configure anyway.
-
- Dec 25, 2016
-
-
Stefan Sauer authored
Add a parser_perf test. Skip the extra filter stage and change the regex to match on category=TRACE lines only. Also flip the check in analysis_runner, since we only have a few tracer classes in the beginning, the rest are tracer entries.
-
Stefan Sauer authored
Extract the structure name from the string and only parse the full structure, if we are going to handle it.
-
- Dec 23, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwise running -t 'some.*test' will run long tests (longer than hard timeout) which is not what the user expect.
-
- Dec 22, 2016
-
-
Sebastian Dröge authored
gst-validate-runner.c:856:7: error: implicit conversion from enumeration type 'GstValidateReportLevel' to different enumeration type 'GstValidateReportingDetails' [-Werror,-Wenum-conversion] GST_VALIDATE_REPORT_LEVEL_UNKNOWN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Thibault Saunier authored
-
Thibault Saunier authored
Otherwise running -t '.*reverse.*' will also run blacklisted tests which is probably not what use wants.
-
Thibault Saunier authored
-
Thibault Saunier authored
This way we can run all tests with the launcher which brings in many features. And add a testsuite for GStreamer unit tests.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
And instead properly use a list of argument for the subprocesses.
-
- Dec 20, 2016
-
-
Stefan Sauer authored
Only collect the first/last values for them.
-
Stefan Sauer authored
-
Stefan Sauer authored
-
Stefan Sauer authored
Add a headline and print the results as columns. Use ':' in ts format.
-