- 04 May, 2018 1 commit
-
-
Olivier Crête authored
There is no GPLv2 code in this repo. https://bugzilla.gnome.org/show_bug.cgi?id=674852
-
- 22 Mar, 2018 1 commit
-
-
This way we no longer need custom wrapper scripts or template files.
-
- 19 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
-
- 26 Nov, 2017 1 commit
-
-
Tim-Philipp Müller authored
They're no longer needed, symbol exporting is now explicit via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
-
- 21 May, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 11 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 12 Mar, 2017 1 commit
-
-
Nicolas Dufresne authored
This will help fixing clash in gst-uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=779344
-
- 14 Feb, 2017 2 commits
-
-
Tim-Philipp Müller authored
Buildbot doesn't like wildcards here for some reason.
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- 14 Dec, 2016 1 commit
-
-
Tim-Philipp Müller authored
Likely extremely bitrotten, and we should not ship this anyway.
-
- 08 Dec, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 20 Nov, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 16 May, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 09 Jun, 2015 1 commit
-
-
Stefan Sauer authored
-
- 14 Oct, 2014 1 commit
-
-
Tim-Philipp Müller authored
Use $(MAKE) instead of 'make' inside the Makefile, otherwise the make will run as if -j1 had been specified and complain about the job server not being available, and with $(MAKE) in inherits the parent make's settings it seems. Upgrade common submodule for parallel check-valgrind.
-
- 31 Jul, 2014 1 commit
-
-
Edward Hervey authored
Allows building checks without running them
-
- 11 Sep, 2012 1 commit
-
-
Tim-Philipp Müller authored
It needs to be reworked for 1.0
-
- 18 Jan, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Jan, 2012 1 commit
-
-
Sebastian Dröge authored
It's not really relevant anymore
-
- 27 Oct, 2011 1 commit
-
-
Stefan Sauer authored
-
- 07 Jun, 2011 1 commit
-
-
Tim-Philipp Müller authored
The old v4l interface has been deprecated for years and even been removed from the kernel headers. If anyone still needs this plugin, they can resurrect it in gst-plugins-bad, there's no reason for it to be in -base.
-
- 28 May, 2011 1 commit
-
-
Tim-Philipp Müller authored
And add old testchannels binary to CRUFT_FILES.
-
- 30 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023
-
- 14 Mar, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 13 Sep, 2009 1 commit
-
-
Sebastian Dröge authored
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
-
- 06 Mar, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 26 Feb, 2009 1 commit
-
-
David Schleef authored
Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer, except that it adds a few -base specific defines.
-
- 17 Dec, 2007 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * Makefile.am: Use new common/win32.mak.
-
- 13 Dec, 2007 1 commit
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * Makefile.am: Add check-exports target and run it with 'make check'. * configure.ac: Be stricter about what we export in our libraries: change regexp so that we only export _gst_foo(), but not __gst_foo(). * gst-libs/gst/cdda/base64.h: (rfc822_binary): * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final): Change internal functions to __gst_foo so they dont' get exported. * win32/common/libgstaudio.def: Add missing symbols.
-
- 13 Jul, 2007 1 commit
-
-
Jan Schmidt authored
Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and... Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
-
- 15 Dec, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * gst-plugins-base.doap: * gst-plugins-base.spec.in: add doap file
-
- 02 Jul, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: include lcov.mak * configure.ac: add GCOV_LIBS to GST_LIBS
-
- 24 Mar, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: don't go through check-torture if no check installed
-
- 13 Feb, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/MANIFEST: * win32/common/_stdint.h: Windows does not have long long; copy the generated _stdint.h * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): update
-
- 29 Jan, 2006 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * Makefile.am: * win32/MANIFEST: * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/interfaces-enumtypes.h: * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): * win32/common/multichannel-enumtypes.h: add a win32-update rule like in core, and copy over enumtypes files
-
- 01 Dec, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
-
- 30 Nov, 2005 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * LICENSE: move * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: * Makefile.am: update * scripts/autoplugins.sh: remove
-
Thomas Vander Stichele authored
Original commit message from CVS: reorganize stuff under tests/
-
Thomas Vander Stichele authored
Original commit message from CVS: move location of test registry
-
- 27 Nov, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add ACLOCAL_AMFLAGS
-