- 09 Jun, 2019 1 commit
-
-
Tim-Philipp Müller authored
http to https, Bugzilla to GitLab, autotools to meson.
-
- 12 Mar, 2019 1 commit
-
-
Damian Vicino authored
This is a follow up to gstreamer/gstreamer!109
-
- 12 Jan, 2019 1 commit
-
-
Seungha Yang authored
Need to ignore leak of system-wide once allocated memory.
-
- 05 Dec, 2018 1 commit
-
-
Thibault Saunier authored
-
- 23 Sep, 2018 1 commit
-
-
Tim-Philipp Müller authored
This is needed to get the export define the GST_*_API markers map to when compiling gst libs. https://bugzilla.gnome.org/show_bug.cgi?id=797185
-
- 28 Apr, 2018 1 commit
-
-
Tim-Philipp Müller authored
This will be needed soon by the GST_*_API decorators.
-
- 12 Apr, 2018 1 commit
-
-
Mathieu Duponchelle authored
Instead of ignoring a bazillion slightly different stacktraces, we can just ignore problem where the ld lib is involved, because we can't control the way it will or will not free its resources (see http://pubs.opengroup.org/onlinepubs/009696699/functions/dlclose.html)
-
- 27 Mar, 2018 1 commit
-
-
Bernhard Wiedemann authored
Filesystem listing doesn't guarantee a stable order. https://bugzilla.gnome.org/show_bug.cgi?id=794069
-
- 13 Mar, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 24 Dec, 2017 1 commit
-
-
Ting-Wei Lan authored
'cp -u' is not specified in POSIX and it can fail with illegal option error on systems not supporting it. It is better to fallback to the slower 'cp' than causing build failure. https://bugzilla.gnome.org/show_bug.cgi?id=791784
-
- 14 Dec, 2017 2 commits
-
-
Matthew Waters authored
We were still using the old name ffmpeg and thus the entirety of ffmpeg was being downloaded every time the script was run.
-
Matthew Waters authored
Adds the necessary xsl templates for tracer's based entirely on the existing element template https://bugzilla.gnome.org/show_bug.cgi?id=791253
-
- 27 Nov, 2017 1 commit
-
-
Matthew Waters authored
Unsurprisingly, runs a test in gdb until it fails somehow (or gdb does). https://bugzilla.gnome.org/show_bug.cgi?id=790791
-
- 17 Aug, 2017 1 commit
-
-
Jan Alexander Steffens authored
gtk-doc 1.26 was converted to Python and the file was removed. Copy the needed function and remove the require gtkdoc-common.pl https://bugzilla.gnome.org/show_bug.cgi?id=786361
-
- 19 Jul, 2017 1 commit
-
-
Stefan Sauer authored
This avoids the following -Wportability warning from automake: warning: orcc_v_gen_$(V: non-POSIX recursive variable expansion. Based on the fix in https://bugzilla.gnome.org/show_bug.cgi?id=705869
-
- 10 May, 2017 1 commit
-
-
Tim-Philipp Müller authored
So we can e.g. add GST_EXPORT in front of our enum _get_type() functions.
-
- 24 Apr, 2017 3 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We're only interested in updates that update the actual translations, so ignore changes that just update the date.
-
Tim-Philipp Müller authored
-
- 10 Apr, 2017 1 commit
-
-
- 16 Dec, 2016 1 commit
-
-
Tim-Philipp Müller authored
It's no longer needed or supported as docs are in gst-docs now.
-
- 28 Nov, 2016 1 commit
-
-
Edward Hervey authored
For thread-safety reason we purposefully leak the list of custom log handlers
-
- 18 Nov, 2016 1 commit
-
-
- 30 Sep, 2016 2 commits
-
-
Thibault Saunier authored
We should not make the fact that we do not find a pluginsdir fatal as for gst-plugins-good we have no way to retrieve it but still it is needed in the uninstalled case.
-
Thibault Saunier authored
And add getpluginsdir here as it is shared by many modules
-
- 10 Sep, 2016 1 commit
-
-
Jan Schmidt authored
This reverts commit b18d8206. Causes problems for distros with /bin/sh = dash
-
- 09 Sep, 2016 1 commit
-
-
Jan Schmidt authored
Preserve multiword arguments that are to be passed to configure, and quote them in the generated autoregen.sh
-
- 25 Jul, 2016 3 commits
-
-
Tim-Philipp Müller authored
That wasn't meant to go in, it's for all modules after all.
-
Tim-Philipp Müller authored
These are system and configuration dependent.
-
Tim-Philipp Müller authored
-
- 11 Jul, 2016 1 commit
-
-
Víctor Manuel Jáquez Leal authored
Recently noticed that gtk-doc stopped to extract the internal documentation (appeared just API, but no description). The problem seems to be a regression from commit f363b320, where the expasion of the variable _source_dir is expanded using parentheses, which are used for command substitution, when the variable need to be a string expansion, and for that brace are needed by the shell. https://bugzilla.gnome.org/show_bug.cgi?id=768571
-
- 20 Jun, 2016 1 commit
-
-
Nicolas Dufresne authored
As some places we where assuming a single directory. This caused some plugins documentation to be ignored.
-
- 11 Apr, 2016 1 commit
-
-
Julien Isorce authored
On osx, make check in gstreamer directory currently outputs: "error: argument unused during compilation: '-pthread'". This new ax_pthread.m4 adds -Qunused-arguments when needed. Source: http://www.gnu.org/software/autoconf-archive/ax_pthread.html History: http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_pthread.m4 https://bugzilla.gnome.org/show_bug.cgi?id=747954
-
- 17 Mar, 2016 1 commit
-
-
- 26 Feb, 2016 2 commits
-
-
- 16 Feb, 2016 1 commit
-
-
Tim-Philipp Müller authored
The exported symbols will depend on the backends built and be different from platform to platform. Should probably be the win32 symbols anyway, which is not the case at the moment. So for now just show any diff but not fail.
-
- 05 Feb, 2016 1 commit
-
-
Thiago Santos authored
-
- 02 Feb, 2016 1 commit
-
-
Thiago Santos authored
Set it as part of the AM_TESTS_ENVIRONMENT variable so that it is the same when running make-check from the top-level dir or when running the element.check variations https://bugzilla.gnome.org/show_bug.cgi?id=761472
-
- 23 Dec, 2015 1 commit
-
-
Sebastian Dröge authored
-