- 12 Nov, 2018 1 commit
-
-
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
-
- 05 Nov, 2018 1 commit
-
-
Matthew Waters authored
-
- 28 Oct, 2018 2 commits
-
-
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.
-
- 27 Oct, 2018 1 commit
-
-
- 20 Sep, 2018 1 commit
-
-
- 08 Sep, 2018 2 commits
-
-
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.
-
- 07 Sep, 2018 2 commits
-
-
Thibault Saunier authored
This is what xvfb-run so let's consider it good enough
-
Thibault Saunier authored
-
- 06 Sep, 2018 1 commit
-
-
Nirbheek Chauhan authored
Otherwise it doesn't get correctly exported when building with MSVC
-
- 01 Sep, 2018 1 commit
-
-
Nirbheek Chauhan authored
This autodetection is needed on iOS inside Cerbero where gstreamer-check-1.0 is not available.
-
- 31 Aug, 2018 2 commits
-
-
Nirbheek Chauhan authored
Fixes error reported by ceyusa: gst-devtools/meson.build:23:0: ERROR: Multiplication works only with integers.
-
Nirbheek Chauhan authored
Requires Meson 0.48, but the feature will be ignored on older versions so it's safe to add it without bumping the requirement. Documentation: https://github.com/mesonbuild/meson/blob/master/docs/markdown/Reference-manual.md#shared_library
-
- 31 Jul, 2018 1 commit
-
-
Nirbheek Chauhan authored
Needed by Cerbero.
-
- 30 Jul, 2018 1 commit
-
-
Alicia Boya García authored
This patch removes the quotes surrounding the command shown by gst-validate to reproduce the issues -- which were troublesome when copying and pasting. It also introduces escaping for the arguments, so that the command line can be copied and pasted in the terminal without further changes. https://bugzilla.gnome.org/show_bug.cgi?id=796897
-
- 27 Jul, 2018 1 commit
-
-
Nirbheek Chauhan authored
The rest will be converted later, these are necessary for gst-build to set options correctly. https://bugzilla.gnome.org/show_bug.cgi?id=795107
-
- 21 Jul, 2018 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Allowing writing simpler to read scenarios.
-
- 14 Jul, 2018 1 commit
-
-
Thibault Saunier authored
You often want to make sure that elements from a particular plugins are always/never plugged, `set-rank,name=plugin-name,rank=XXX` allows you to simply do that.
-
- 12 Jul, 2018 1 commit
-
-
Thibault Saunier authored
-
- 10 Jul, 2018 1 commit
-
-
Edward Hervey authored
It was always meant to be 'skipped' to be 100% compatible with xunit xsl. Makes jenkins happy again
-
- 08 Jul, 2018 1 commit
-
-
Thibault Saunier authored
We used to print the whole environment, making it ugly and hard to read.
-
- 01 Jul, 2018 1 commit
-
-
Thibault Saunier authored
-
- 19 Jun, 2018 1 commit
-
-
Edward Hervey authored
Any local variable related to the stream should be resetted when the pad is deactivated Avoids weird issues when elements are re-used (and pads are deactivated and reactivated).
-
- 17 Jun, 2018 1 commit
-
-
Thibault Saunier authored
It was not stopping on error. https://bugzilla.gnome.org/show_bug.cgi?id=796608
-
- 15 Jun, 2018 9 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Add a stupid simple testsuite made to be configured from the outside
-
Thibault Saunier authored
-
Thibault Saunier authored
This is what other modules use
-
Thibault Saunier authored
-
Thibault Saunier authored
Introducing the `.media_info.push` media info extension, which is meant to let the launcher know that those file should run with the "pushfile://" protocol. And allow symlinking "normal" `.media_info` to their `.pushfile` variant so that both can share the exact same content.
-
Thibault Saunier authored
This is useful when you want to check only the demuxer output. - Keep the information in the media file so that we can launch media-check with the proper arguments in the launcher. Update it accordingly. - Refactor compare_streams to simplify it, which in the end leads to reporting all the issues instead of exiting on the first one.
-
Thibault Saunier authored
And this way is to set the attribute to... `unknown`
-
Thibault Saunier authored
-
- 14 Jun, 2018 1 commit
-
-
Philippe Normand authored
Copy the log file only we're loading a file different from the previous file. The previous version of this code was broken because the existing tmpfile was removed from disk before being copied to a new temporary file.
-
- 05 Jun, 2018 3 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
Events should always have a valid seqnum. Add a new issue which allows detecting such events. And use that check in the pad monitor
-
Edward Hervey authored
-