Commit graph

108 commits

Author SHA1 Message Date
Tim-Philipp Müller f13f3584ac meson: don't need config.h.meson any longer 2017-05-21 17:45:34 +01:00
Olivier Crête d9cd0e2e44 pulse example: Remove
That example only tested the property probe interface, which has been removed.
The same kind of thing can now be done with the generic gst-device-monitor tool.
2017-03-14 16:42:25 -04:00
Nicolas Dufresne 91080c4804 Add old plugin names to cruft list
This will help fixing uninstalled setup. Also fix missing path
correction in one of the plugin xml.

https://bugzilla.gnome.org/show_bug.cgi?id=779344
2017-03-12 11:44:03 -04:00
Nicolas Dufresne 7d2cf928ab Fix shout2 plugin doc generation
In the previous patch, we also renamed shout2send to shout2, so it does
not clash with it's feature. Though we forgot to rename it in the doc
reference. This patch also add a cruft detection on the xml that made me
miss this error.

https://bugzilla.gnome.org/show_bug.cgi?id=779344
2017-03-08 22:17:27 -05:00
Tim-Philipp Müller 47a673e263 meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
2017-02-14 19:53:30 +00:00
Tim-Philipp Müller 7446996b2a Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
2016-12-14 09:57:37 +00:00
Tim-Philipp Müller 5137650782 win32: remove copies of generated headers 2016-11-20 16:15:07 +00:00
Stefan Sauer 8a57a8de0e cruft: add the obsolete tmpl dir to cruft-dirs 2015-06-09 14:42:41 +02:00
Tim-Philipp Müller 52e4bbab9e Parallelise 'make check-valgrind'
Some of the RTP unit tests are very flaky and will
fail more often with the CPU maxed out fully. Those
tests need to be fixed in any case though, they also
fail on slower machines and also occasionally with
normal 'make check'.
2014-10-26 15:01:01 +00:00
Edward Hervey 72a5e5fe2d Makefile: Add usage of build-checks step
Allows building checks without running them
2014-07-31 18:48:06 +02:00
Tim-Philipp Müller fdddc35f20 v4l2: remove unused enumtypes and use generic marshaller 2013-08-04 11:03:49 +01:00
Tim-Philipp Müller fe098e3aff udp: remove unused marshal and enumtypes files 2013-08-04 11:03:07 +01:00
Tim-Philipp Müller 7469cd3a4c rtpmanager: use generic marshaller 2013-08-04 11:03:07 +01:00
Wim Taymans 0e21e80e9b median: remove now that it is in videofilter 2012-10-16 13:56:19 +02:00
Sebastian Dröge 2dad6b6cc3 annodex: Add to the CRUFT_DIRS 2012-09-17 13:24:34 +02:00
Tim-Philipp Müller 6ebeb8863a win32: add generated tuner-marshal/enumtypes files for v4l2src and update
And gst-indent the right rtp marshal files; add missing files to MANIFEST.
2012-08-08 15:21:28 +01:00
Sebastian Dröge 93e3ed5a86 Merge branch 'master' into 0.11
Conflicts:
	ext/cairo/gsttextoverlay.c
	ext/pulse/pulseaudiosink.c
	gst/audioparsers/gstaacparse.c
	gst/avi/gstavimux.c
	gst/flv/gstflvmux.c
	gst/interleave/interleave.c
	gst/isomp4/gstqtmux.c
	gst/matroska/matroska-demux.c
	gst/matroska/matroska-mux.c
	gst/matroska/matroska-mux.h
	gst/matroska/matroska-read-common.c
	gst/multifile/gstmultifilesink.c
	gst/multipart/multipartmux.c
	gst/shapewipe/gstshapewipe.c
	gst/smpte/gstsmpte.c
	gst/udp/gstmultiudpsink.c
	gst/videobox/gstvideobox.c
	gst/videocrop/gstaspectratiocrop.c
	gst/videomixer/videomixer.c
	gst/videomixer/videomixer2.c
	gst/wavparse/gstwavparse.c
	po/ja.po
	po/lv.po
	po/sr.po
	tests/check/Makefile.am
	tests/check/elements/qtmux.c
	tests/check/elements/rgvolume.c
2012-01-10 14:32:32 +01:00
Tim-Philipp Müller 271a89a303 build: dist glib-compat-private.h properly
Add missing slash.
2011-12-12 10:38:20 +00:00
Tim-Philipp Müller 66f6e12888 Work around deprecated thread API in glib master
Add private replacements for deprecated functions such as
g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
to avoid the deprecation warnings. We'll change these
over to the new API once we depend on glib >= 2.32.
2011-12-12 09:46:27 +00:00
Tim-Philipp Müller 728732438b Remove gconf elements and plugin
GConf was deprecated in favour of GSettings etc.
2011-06-15 14:37:29 +01:00
Tim-Philipp Müller e2ca4ee481 build: add old qtdemux/quicktime directories to CRUFT_DIRS and CRUFT_FILES 2011-05-02 12:09:02 +01:00
Tim-Philipp Müller b6655a48b8 win32: add more generated marshal and enumtype files to win32-update 2010-06-01 10:06:10 +01:00
Sebastian Dröge 1584d16b1c videofilter: Move all elements into a single plugin
Having all these small elements in a separate plugin
is not very memory effective...
2010-04-29 19:28:19 +02:00
Tim-Philipp Müller ab4e8ce9a9 build: add cruft alert for common/shave* 2010-03-26 17:06:57 +00:00
David Schleef 80510aeee7 Change how win32/common/config.h is updated
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
and gst-plugins-good.  The previous config.h file in -good was in
pretty bad shape, so unlike core and base, I didn't attempt to
leave it strictly the same, but fixed it as necessary.  Needs
testing I cannot do myself.
2009-02-25 20:47:15 -08:00
Stefan Kost 5266203c4e Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages.
Original commit message from CVS:
* Makefile.am:
Include lcov.mak to allow builging coverage reports. Guard
check-torture target like in the other packages.
2008-01-09 13:50:09 +00:00
Tim-Philipp Müller de9a28056e Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
Original commit message from CVS:
* Makefile.am:
Include common/win32.mak for CRLF check of win32 project
files (see #393626).
* win32/vs6/libgstpng.dsp:
Fix line endings and do cvs admin -kb.
2007-12-18 09:07:17 +00:00
Thomas Vander Stichele a5fa8eaf4d adding doap file
Original commit message from CVS:
* Makefile.am:
* gst-plugins-good.doap:
* gst-plugins-good.spec.in:
adding doap file
2006-12-15 10:54:28 +00:00
Thomas Vander Stichele 1228d439e3 add win32 stuff
Original commit message from CVS:
* Makefile.am:
* configure.ac:
* win32/common/config.h.in:
add win32 stuff
2006-05-03 14:28:57 +00:00
Thomas Vander Stichele 12b60c256b add a .pc file so other modules can use good plugins in tests
Original commit message from CVS:

* Makefile.am:
* configure.ac:
* pkgconfig/.cvsignore:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
add a .pc file so other modules can use good plugins in tests
2006-04-03 09:02:29 +00:00
Thomas Vander Stichele 590e301d8d update translations
Original commit message from CVS:
update translations
2005-12-05 15:08:46 +00:00
Thomas Vander Stichele 71c0529b76 add tests subdir
Original commit message from CVS:
add tests subdir
2005-11-30 18:40:19 +00:00
Thomas Vander Stichele 33fb1e4210 move under tests
Original commit message from CVS:
move under tests
2005-11-30 18:24:08 +00:00
Thomas Vander Stichele bf6086c4c7 add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
Original commit message from CVS:
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
2005-11-27 14:33:31 +00:00
Thomas Vander Stichele 9cd9e1fd0d fix torture target
Original commit message from CVS:
fix torture target
2005-11-24 11:06:29 +00:00
Thomas Vander Stichele 6578b08562 add a torture target
Original commit message from CVS:
add a torture target
2005-11-23 21:25:56 +00:00
Thomas Vander Stichele dd8b6e6962 don't build checks if we don't have gstcheck
Original commit message from CVS:
don't build checks if we don't have gstcheck
2005-10-12 03:03:27 +00:00
Thomas Vander Stichele 6115f0b56c convert to using GstClockTime for all time values, finally.
Original commit message from CVS:
convert to using GstClockTime for all time values, finally.
2005-09-23 18:15:51 +00:00
Thomas Vander Stichele 71daf7b88c add check-valgrind target
Original commit message from CVS:
add check-valgrind target
2005-09-19 16:43:56 +00:00
Thomas Vander Stichele 6482f4af8f fix distcheck
Original commit message from CVS:
fix distcheck
2005-09-04 11:50:47 +00:00
Thomas Vander Stichele 423df73380 Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins
Original commit message from CVS:
Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins

Add a regression test for level and fix a casting bug that made the additional
channels turn out wrong
2005-09-01 20:23:22 +00:00
Thomas Vander Stichele 63efb534b9 add docs to build
Original commit message from CVS:
* Makefile.am:
* configure.ac:
add docs to build
* common/plugins.xsl:
wrap Description into a refsect2
* docs/Makefile.am:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
(gst_goom_change_state):
* gst/goom/gstgoom.h:
GstGOOM -> GstGoom
add an example launch line
* gst/level/gstlevel.h:
* gst/monoscope/gstmonoscope.c:
cleanups
2005-09-01 17:55:14 +00:00
Thomas Vander Stichele c24fdce58c add some i18n headers
Original commit message from CVS:
add some i18n headers
2005-08-30 19:41:12 +00:00
Thomas Vander Stichele 81f63142d6 tidying up -good for business
Original commit message from CVS:
tidying up -good for business
2005-08-30 17:32:12 +00:00
Andy Wingo 266b874436 gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h.
Original commit message from CVS:
2005-07-08  Andy Wingo  <wingo@pobox.com>

* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the
defines come from config.h.

* autogen.sh: Run autopoint, etc.

* Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/.

* configure.ac: Add gettext stuff.
2005-07-08 10:47:30 +00:00
Thomas Vander Stichele 16e4cd8b38 remove docs
Original commit message from CVS:
remove docs
2005-07-07 16:50:20 +00:00
Christian Schaller 4b39e710be fix disting and spec file
Original commit message from CVS:
fix disting and spec file
2005-07-05 15:26:55 +00:00
Jan Schmidt b20d68a660 Make my automake version shut up about undefined variables
Original commit message from CVS:
* Makefile.am:
* ext/Makefile.am:
* sys/Makefile.am:
Make my automake version shut up about undefined variables
* gst/goom/gstgoom.c:
GstAdapter moved to base objects.
2005-05-19 09:51:03 +00:00
Christian Schaller 6dbe8b46a7 various fixes to make it possible to build rpms from gst-plugins head
Original commit message from CVS:
various fixes to make it possible to build rpms from gst-plugins head
2005-05-06 12:43:59 +00:00
Christian Schaller 0751f73733 ported mad and effectv plugins
Original commit message from CVS:
ported mad and effectv plugins
2005-05-06 11:04:30 +00:00