- Jan 17, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Work around broken disthook check in release.mak so we don't have to update the common submodules for that (applies only to this module because the version number is in the top-level meson.build but the package/dist directory is a subdir). This only became a problem now because the common submodule hadn't been updated for the last few years.
-
Tim-Philipp Müller authored
Fixes distcheck
-
- Jan 15, 2019
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Alicia Boya García authored
pre-commit-python overrides the list of ignored Python style errors. Unfortunately, before this patch the list did not exclude W503 and W504 (which are otherwise ignored by default). The consequence of having those two warnings enabled at the same time is that it's not possible to break lines on binary operators, which is an unreasonable unintentional restriction: 'validateflow': "validateflow, expectations-dir=\"" + expectations_dir + "\", actual-results-dir=\"" + actual_results_dir + "\"", W504 line break after binary operator 'validateflow': "validateflow, expectations-dir=\"" + expectations_dir + "\", actual-results-dir=\"" + actual_results_dir + "\"", W503 line break before binary operator This patch excludes W503 so that there is a valid style for breaking lines on binary operators.
-
- Jan 12, 2019
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jan 06, 2019
-
-
Thibault Saunier authored
We were using a fakesrc which data flow was potentially breaking the test.
-
Thibault Saunier authored
This behaviour is totally valid when running unit tests
-
- Jan 03, 2019
-
-
-
We were using a fakesrc which data flow was potentially breaking the test. Stop using it and remove dead code. Fixes #34
-
- Dec 17, 2018
-
-
Guillaume Desmottes authored
Some tests may not have any media_descriptor. If those were failing to shutdown after EOS we were calling get_protocol() on None.
-
- Dec 14, 2018
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
- Dec 10, 2018
-
-
Matthew Waters authored
-
- Dec 09, 2018
-
-
Nirbheek Chauhan authored
We use visual studio module definitions for the list of symbols to export when targetting Windows. Fixes CI failure: ../validate/tools/gst-validate.c:460: undefined reference to `gst_validate_spin_on_fault_signals'
-
- Dec 07, 2018
-
-
Thibault Saunier authored
Otherwise the process can't cleanly quit on assertion because of the way libcheck runner is implemented
-
Thibault Saunier authored
Simply spnning on segfaults (like gst-launch) and catch that in the launcher to transform the timeout into a segfault and grab a gdb backtrace
-
Thibault Saunier authored
The timeout is what is set in the meson build definition otherwise we will not behave as 'meson test' which we should avoid
-
- Dec 06, 2018
-
-
Thibault Saunier authored
I think it was a mistake to call them <error> as the two notions are different (we marked failed test as "failures" in the <testuite> node). Should make gitlab happy with our file!
-
Sebastian Dröge authored
From eb6a86e to 59cb678
-
- Nov 30, 2018
-
-
Thibault Saunier authored
This is generally usefull so we do not have to pass -M every time we launch the launcher And it adds support for nesting launcher calls always respecting the provided main directory + Fix some new pep8 errors
-
- Nov 28, 2018
-
-
Thibault Saunier authored
It was wrong
-
Thibault Saunier authored
-
- Nov 26, 2018
-
-
Thibault Saunier authored
And make the file pep8 compliant with latest pep8 checker.
-
- Nov 25, 2018
-
-
Thibault Saunier authored
-
- Nov 23, 2018
-
-
Thibault Saunier authored
-
- Nov 17, 2018
-
-
Thibault Saunier authored
If you have maby field, printed actions where unreadable, clean that up by adding new lines.
-
Thibault Saunier authored
This is particularly useful for scenario that define constants that are used to check video frame checksum for example, we can now have one single 'scenario' file that defines consts for the checksum of the frames, and those can be reused everywhere.
-
Thibault Saunier authored
-
- Nov 14, 2018
-
-
Alicia Boya García authored
gst_validate_override_register_by_name() was not working when using a pad name because by the time gst_validate_pad_monitor_do_setup() was called to set the name of the monitor it was too late for overrides to have any effect. Patch written by Thibault.
-
- Nov 12, 2018
-
-
Jordan Petridіs authored
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer/gstreamer-project#29
-
- Nov 05, 2018
-
-
Matthew Waters authored
-
- Oct 28, 2018
-
-
Thibault Saunier authored
Using the element that owns the pad on which we are connecting was not making sense.
-
Philippe Normand authored
One print statement wasn't ported to Python3.
-
- Oct 27, 2018
- Sep 20, 2018
- Sep 08, 2018
-
-
Thibault Saunier authored
-
Thibault Saunier authored
We were just iterating over the list without any check and could end up with a patch that was not corresponding to the actual scenario.
-