Thomas Vander Stichele [Wed, 28 Feb 2007 19:24:38 +0000 (19:24 +0000)]
m4/gst.m4: Add
Original commit message from CVS:
* m4/gst.m4:
Add
* m4/gst-arch.m4:
* m4/gst-args.m4:
* m4/gst-check.m4:
* m4/gst-debuginfo.m4:
* m4/gst-default.m4:
* m4/gst-doc.m4:
* m4/gst-error.m4:
* m4/gst-feature.m4:
* m4/gst-function.m4:
* m4/gst-gettext.m4:
* m4/gst-glib2.m4:
* m4/gst-libxml2.m4:
* m4/gst-parser.m4:
* m4/gst-plugin-docs.m4:
* m4/gst-plugindir.m4:
* m4/gst-valgrind.m4:
* m4/gst-x11.m4:
Convert all macros to use AG_GST style so we can properly warn
when they're missing if configure.ac calls AG_GST_INIT
Will require update in all GStreamer modules.
Stefan Kost [Sun, 11 Feb 2007 10:35:08 +0000 (10:35 +0000)]
m4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to confusing lines like "disable enab...
Original commit message from CVS:
* m4/gst-args.m4:
Remove 'enable' from configure swicth description as this leads to
confusing lines like "disable enable builing ...".
* m4/gst-feature.m4:
Fix comment to sounds less horrible.
Will Newton [Wed, 7 Feb 2007 11:07:24 +0000 (11:07 +0000)]
m4/gst-check.m4: Use $PKG_CONFIG rather than pkg-config directly, the one in our path might not be the one we want, l...
Original commit message from CVS:
Patch by: Will Newton <will.newton gmail com>
* m4/gst-check.m4:
Use $PKG_CONFIG rather than pkg-config directly, the one in our path
might not be the one we want, like when cross-compiling. Also, other
macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
probably too just for consistency. Fixes #405288.
Tim-Philipp Müller [Mon, 8 Jan 2007 09:37:32 +0000 (09:37 +0000)]
m4/gst-parser.m4: Need to use double square brackets again so m4 doesn't remove them (fixes #378931).
Original commit message from CVS:
* m4/gst-parser.m4:
Need to use double square brackets again so m4 doesn't remove them
(fixes #378931).
* m4/gst-args.m4:
Use double square brackets here as well, for the same reason.
Tim-Philipp Müller [Fri, 5 Jan 2007 14:57:48 +0000 (14:57 +0000)]
m4/gst-parser.m4: Use 'sed' rather than 'tr' to strip trailing letters from version numbers, since 'tr' might not be ...
Original commit message from CVS:
* m4/gst-parser.m4:
Use 'sed' rather than 'tr' to strip trailing letters from version
numbers, since 'tr' might not be available and we know sed is
(#378931).
Tim-Philipp Müller [Sat, 21 Oct 2006 16:32:29 +0000 (16:32 +0000)]
check.mak: Increase default timeout under valgrind, 60 is just too short and some tests take a bit longer these days ...
Original commit message from CVS:
* check.mak:
Increase default timeout under valgrind, 60 is just too short and
some tests take a bit longer these days and not everyone has a
beefy machine.
Josep Torre Valles [Mon, 9 Oct 2006 09:32:28 +0000 (09:32 +0000)]
common/m4/gst-error.m4: Disable warning of statement not reached on Forte.
Original commit message from CVS:
2006-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
Patch by: Josep Torre Valles <josep@fluendo.com>
* common/m4/gst-error.m4:
Disable warning of statement not reached on Forte.
* gst/gstmessage.h:
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/base/gstbasesink.c: (gst_base_sink_chain_unlocked):
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
DEBUG macro says it takes minimum of 2 args and so Forte
complains about the use with just 1 arg.
* plugins/elements/gstfdsink.c:
* plugins/elements/gstfdsrc.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
Use correct return type for the uri handler implementations.
All these fix warnings in Forte. Fixes bug #360860.
Josep Torre Valles [Fri, 6 Oct 2006 14:00:49 +0000 (14:00 +0000)]
common/m4/gst-error.m4: Fixed bug #360151.
Original commit message from CVS:
2006-10-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
Patch by: Josep Torre Valles <josep@fluendo.com>
* common/m4/gst-error.m4:
Fixed bug #360151.
We need to disable warnings on Forte for empty declarations
due to gst-indent adding ;s to lines that just use macros
where the macro actually doesn't need a ; at end to end
statement.
Josep Torre Valles [Thu, 5 Oct 2006 15:31:16 +0000 (15:31 +0000)]
Fix a compilation issue with Forte on Solaris. inet_aton is in libresolv.
Original commit message from CVS:
2006-10-05 Zaheer Abbas Merali <zaheerabbas at merali dot org>
Patch by: Josep Torre Valles <josep@fluendo.com>
* common/m4/gst-error.m4:
* configure.ac:
* libs/gst/net/Makefile.am:
Fix a compilation issue with Forte on Solaris. inet_aton is in
libresolv.
Michael Smith [Fri, 29 Sep 2006 10:29:56 +0000 (10:29 +0000)]
gst.supp: More suppressions for edgy.
Original commit message from CVS:
* gst.supp:
More suppressions for edgy.
Jan Schmidt [Thu, 28 Sep 2006 11:06:08 +0000 (11:06 +0000)]
m4/gst-glib2.m4: Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither want nor need --export-dynamic (...
Original commit message from CVS:
* m4/gst-glib2.m4:
Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
want nor need --export-dynamic (which ends up making us export a bunch
of unneeded symbols)
Tim-Philipp Müller [Thu, 14 Sep 2006 10:08:17 +0000 (10:08 +0000)]
gst.supp: Some suppressions for the more recent ld.so in ubuntu edgy.
Original commit message from CVS:
* gst.supp:
Some suppressions for the more recent ld.so in ubuntu edgy.
Tim-Philipp Müller [Wed, 23 Aug 2006 10:08:58 +0000 (10:08 +0000)]
gst.supp: Shorten function trail so the suppression works on my ubuntu dapper system with core cvs as well.
Original commit message from CVS:
* gst.supp:
Shorten function trail so the suppression works on
my ubuntu dapper system with core cvs as well.
Jan Schmidt [Fri, 28 Jul 2006 17:11:37 +0000 (17:11 +0000)]
gst.supp: Extra suppressions from my Ubuntu x86_64 machine
Original commit message from CVS:
* gst.supp:
Extra suppressions from my Ubuntu x86_64 machine
Frederic Peters [Mon, 24 Jul 2006 12:11:10 +0000 (12:11 +0000)]
m4/gst-parser.m4: Need to double square brackets in .m4 files. Should fix bison version detection with version number...
Original commit message from CVS:
Patch by: Frederic Peters <fpeters at entrouvert com>
* m4/gst-parser.m4:
Need to double square brackets in .m4 files. Should fix bison
version detection with version numbers like 1.23a (#348354).
Jan Schmidt [Mon, 24 Jul 2006 05:28:26 +0000 (05:28 +0000)]
check.mak: Valgrind fails to find tests written in tests/check/ directly (rather than a subdir) - because valgrind ge...
Original commit message from CVS:
* check.mak:
Valgrind fails to find tests written in tests/check/ directly (rather
than a subdir) - because valgrind gets run with a filename that
doesn't contain a relative path, it goes searching /usr/bin instead.
Run with ./.... to make things work either way.
* gtk-doc-plugins.mak:
Add $(top_builddir)/src as a place to look for plugins
when building too, since that's where gst-template keeps things
Frederic Peters [Sun, 23 Jul 2006 09:30:38 +0000 (09:30 +0000)]
m4/gst-parser.m4: Fix bison detection (#348354)
Original commit message from CVS:
Patch by: Frederic Peters <fpeters@entrouvert.com>
* m4/gst-parser.m4:
Fix bison detection (#348354)
Stefan Kost [Fri, 21 Jul 2006 13:11:02 +0000 (13:11 +0000)]
m4/gst-parser.m4: check for bison and flex
Original commit message from CVS:
* m4/gst-parser.m4:
check for bison and flex
Thomas Vander Stichele [Thu, 13 Jul 2006 14:28:25 +0000 (14:28 +0000)]
m4/gst-plugin-docs.m4: remove the configure argument for enabling plugin doc build; having gtk-doc enabled and pyxml ...
Original commit message from CVS:
* m4/gst-plugin-docs.m4:
remove the configure argument for enabling plugin doc build;
having gtk-doc enabled and pyxml present is enough of a trigger
Thomas Vander Stichele [Mon, 3 Jul 2006 13:29:35 +0000 (13:29 +0000)]
coverage/lcov.mak: fix up rules to work with gst-python as well run "make lcov" to test and generate the reports run ...
Original commit message from CVS:
* coverage/lcov.mak:
fix up rules to work with gst-python as well
run "make lcov" to test and generate the reports
run "make lcov-reset" to redo it after that
Thomas Vander Stichele [Sun, 2 Jul 2006 22:53:02 +0000 (22:53 +0000)]
add pkg string
Original commit message from CVS:
add pkg string
Thomas Vander Stichele [Sun, 2 Jul 2006 21:45:26 +0000 (21:45 +0000)]
add an inspect target that inspects every element feature, so we can have that added for coverage
Original commit message from CVS:
* Makefile.am:
* check.mak:
add an inspect target that inspects every element feature,
so we can have that added for coverage
* coverage/lcov.mak:
add support for lcov
Thomas Vander Stichele [Sun, 2 Jul 2006 14:35:24 +0000 (14:35 +0000)]
m4/gst-args.m4: when building with gcov, reset CFLAGS and friends to O0
Original commit message from CVS:
* m4/gst-args.m4:
when building with gcov, reset CFLAGS and friends to O0
Thomas Vander Stichele [Sat, 1 Jul 2006 23:22:53 +0000 (23:22 +0000)]
m4/gst-args.m4: Find the gcov that matches the gcc version
Original commit message from CVS:
* m4/gst-args.m4:
Find the gcov that matches the gcc version
Only allow gcov if we use gcc
Thomas Vander Stichele [Sat, 1 Jul 2006 23:21:52 +0000 (23:21 +0000)]
copy coverage reporting files from dbus
Original commit message from CVS:
* Makefile.am:
* coverage/coverage-report-entry.pl:
* coverage/coverage-report.pl:
* coverage/coverage-report.xsl:
copy coverage reporting files from dbus
Thomas Vander Stichele [Sat, 1 Jul 2006 20:42:21 +0000 (20:42 +0000)]
m4/gst-args.m4: libtool strips gcov's -f flags, so libgcov does not get linked in. Setting GCOV_LIBS with -lgcov fix...
Original commit message from CVS:
* m4/gst-args.m4:
libtool strips gcov's -f flags, so libgcov does not get
linked in. Setting GCOV_LIBS with -lgcov fixes libtool's
stripping
also show what pkg-config-path we set
Peter Kjellerstedt [Thu, 22 Jun 2006 11:34:06 +0000 (11:34 +0000)]
m4/gst-feature.m4: Show list of plugins without external dependencies that will not be built as well (#344136).
Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj at axis com>
* m4/gst-feature.m4:
Show list of plugins without external dependencies that
will not be built as well (#344136).
Tim-Philipp Müller [Thu, 15 Jun 2006 19:56:53 +0000 (19:56 +0000)]
m4/gst-plugin-docs.m4: add GST_PLUGIN_DOCS, which checks for everything needed to build the plugin docs (namely gtk-d...
Original commit message from CVS:
* m4/gst-plugin-docs.m4:
add GST_PLUGIN_DOCS, which checks for everything needed
to build the plugin docs (namely gtk-doc and pyxml); also
adds a new --enable-plugin-docs configure switch; will
set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
files (see #344039).
Thomas Vander Stichele [Sun, 11 Jun 2006 12:34:26 +0000 (12:34 +0000)]
also notify when plugins will be built
Original commit message from CVS:
also notify when plugins will be built
Thomas Vander Stichele [Sun, 11 Jun 2006 12:09:10 +0000 (12:09 +0000)]
remove removed macro
Original commit message from CVS:
remove removed macro
Thomas Vander Stichele [Sun, 11 Jun 2006 11:56:16 +0000 (11:56 +0000)]
m4/gst-check.m4: add GST_PKG_CHECK_MODULES, which in the normal case of checking for a dependency lib for a plug-in o...
Original commit message from CVS:
* m4/gst-check.m4:
add GST_PKG_CHECK_MODULES, which in the normal case of checking
for a dependency lib for a plug-in only needs two arguments
to do the right thing.
* m4/gst-feature.m4:
clean up output a little of feature checking; also deal with
non-plug-in feature checks
* m4/Makefile.am:
* m4/gst-gstreamer.m4:
remove this file; it's a useless check
Thomas Vander Stichele [Tue, 6 Jun 2006 14:05:42 +0000 (14:05 +0000)]
m4/gst-arch.m4: add PPC64 so we can have separate structure sizes for it
Original commit message from CVS:
* m4/gst-arch.m4:
add PPC64 so we can have separate structure sizes for it
Edward Hervey [Mon, 5 Jun 2006 14:30:29 +0000 (14:30 +0000)]
gtk-doc.mak: Check for the proper .devhelp2 file to remove.
Original commit message from CVS:
* gtk-doc.mak:
Check for the proper .devhelp2 file to remove.
Thomas Vander Stichele [Wed, 31 May 2006 14:16:32 +0000 (14:16 +0000)]
gtk-doc.mak: allow a magic variable to suppress errors from docbuilding
Original commit message from CVS:
* gtk-doc.mak:
allow a magic variable to suppress errors from docbuilding
Thomas Vander Stichele [Tue, 30 May 2006 14:44:56 +0000 (14:44 +0000)]
gtk-doc.mak: error out if gtkdoc-mktmpl finds unused declarations
Original commit message from CVS:
* gtk-doc.mak:
error out if gtkdoc-mktmpl finds unused declarations
Edward Hervey [Sun, 28 May 2006 10:46:01 +0000 (10:46 +0000)]
gst.supp: Reverting previous commit.
Original commit message from CVS:
* gst.supp:
Reverting previous commit.
Edward Hervey [Sun, 28 May 2006 10:13:31 +0000 (10:13 +0000)]
gst.supp: Added suppresion for memleak in g_option_context_parse on fc5-64
Original commit message from CVS:
* gst.supp:
Added suppresion for memleak in g_option_context_parse on fc5-64
Thomas Vander Stichele [Thu, 18 May 2006 23:03:20 +0000 (23:03 +0000)]
m4/gst-check.m4: set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
Original commit message from CVS:
* m4/gst-check.m4:
set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
Tim-Philipp Müller [Thu, 18 May 2006 19:26:16 +0000 (19:26 +0000)]
check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-suppressions' not 'valgrind-gen-suppressi...
Original commit message from CVS:
* check.mak:
Fix 'make help' in check directories, it should be
'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
(not changing target to match help string on purpose to keep
scripts etc. functional).
Peter Kjellerstedt [Thu, 18 May 2006 11:41:46 +0000 (11:41 +0000)]
m4/gst-arch.m4: add support for CRIS and CRISv32.
Original commit message from CVS:
2006-05-18 Thomas Vander Stichele <thomas at apestaart dot org>
Patch by: Peter Kjellerstedt
* m4/gst-arch.m4:
add support for CRIS and CRISv32.
Jan Schmidt [Wed, 17 May 2006 14:22:23 +0000 (14:22 +0000)]
Mention bug fixed in previous commit
Original commit message from CVS:
Mention bug fixed in previous commit
Jan Schmidt [Wed, 17 May 2006 13:38:43 +0000 (13:38 +0000)]
m4/gst-args.m4: Fix the macros for command-line supplied package and origin names so they don't end up being configur...
Original commit message from CVS:
* m4/gst-args.m4:
Fix the macros for command-line supplied package and origin names
so they don't end up being configure as ""
Jan Schmidt [Sun, 14 May 2006 15:24:44 +0000 (15:24 +0000)]
gtk-doc.mak: Add uninstall rule to remove .devhelp2 files.
Original commit message from CVS:
* gtk-doc.mak:
Add uninstall rule to remove .devhelp2 files.
Jan Schmidt [Sun, 14 May 2006 15:20:24 +0000 (15:20 +0000)]
configure.ac: releasing 0.10.6, "Take the cannoli"
Original commit message from CVS:
2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.6, "Take the cannoli"
Edward Hervey [Tue, 9 May 2006 10:24:53 +0000 (10:24 +0000)]
gst.supp: Add suppression for GSlice version of g_type_init calloc leak
Original commit message from CVS:
* gst.supp:
Add suppression for GSlice version of
g_type_init calloc leak
Thomas Vander Stichele [Sat, 29 Apr 2006 00:36:47 +0000 (00:36 +0000)]
move upload.mak to common
Original commit message from CVS:
* common/Makefile.am:
* docs/Makefile.am:
* docs/faq/Makefile.am:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
* docs/manual/Makefile.am:
* docs/plugins/Makefile.am:
* docs/pwg/Makefile.am:
* docs/slides/Makefile.am:
* docs/upload.mak:
* common/upload.mak:
move upload.mak to common
Thomas Vander Stichele [Mon, 10 Apr 2006 14:47:10 +0000 (14:47 +0000)]
add test for amrnbenc, enable test infrastructure, and fix a leak
Original commit message from CVS:
add test for amrnbenc, enable test infrastructure, and fix a leak
* common/check.mak:
allow for specifying more than one suppressions file in SUPPRESSIONS
* Makefile.am:
* tests/Makefile.am:
* tests/check/.cvsignore:
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* configure.ac:
add tests/check
* tests/check/gst-plugins-ugly.supp:
add suppressions for libs used by -ugly
* tests/check/elements/amrnbenc.c: (buffer_new), (buffer_unref),
(setup_amrnbenc), (cleanup_amrnbenc), (push_data),
(GST_START_TEST), (amrnbenc_suite), (main):
add a simple test for encoding amr
* ext/amrnb/amrnbenc.c: (gst_amrnbenc_init):
fix pad template leaks
Thomas Vander Stichele [Thu, 6 Apr 2006 14:07:45 +0000 (14:07 +0000)]
add comments
Original commit message from CVS:
add comments
Michael Smith [Wed, 5 Apr 2006 16:51:25 +0000 (16:51 +0000)]
gst.supp: Delete a bogus suppression for the registry code.
Original commit message from CVS:
* gst.supp:
Delete a bogus suppression for the registry code.
Generalise a suppression for a glib bug (see #337404)
Michael Smith [Tue, 4 Apr 2006 18:39:52 +0000 (18:39 +0000)]
Add yet-another dlopen-related suppression
Original commit message from CVS:
Add yet-another dlopen-related suppression
Michael Smith [Tue, 4 Apr 2006 18:20:21 +0000 (18:20 +0000)]
gst.supp: Add a leak suppression: the existing glibc-doesn't-free-TLS one wasn't triggering here.
Original commit message from CVS:
* gst.supp:
Add a leak suppression: the existing glibc-doesn't-free-TLS one
wasn't triggering here.
Michael Smith [Tue, 4 Apr 2006 18:04:59 +0000 (18:04 +0000)]
gst.supp: Add some minimally-neccesary suppressions for my x86/dapper system.
Original commit message from CVS:
* gst.supp:
Add some minimally-neccesary suppressions for my x86/dapper system.
Thomas Vander Stichele [Sat, 1 Apr 2006 15:30:56 +0000 (15:30 +0000)]
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
Original commit message from CVS:
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
Thomas Vander Stichele [Sat, 1 Apr 2006 11:40:18 +0000 (11:40 +0000)]
plugins.xsl: Do not display an origin link if origin does not start with http
Original commit message from CVS:
* plugins.xsl:
Do not display an origin link if origin does not start with http
See #323798
* plugins.xsl:
Do not display an origin link if origin does not start with http
See #323798
Thomas Vander Stichele [Sat, 1 Apr 2006 09:48:58 +0000 (09:48 +0000)]
m4/: add more macros
Original commit message from CVS:
* m4/gst-args.m4:
* m4/gst-feature.m4:
add more macros
* m4/gst-x11.m4:
X11-related checks
Thomas Vander Stichele [Sat, 1 Apr 2006 09:40:24 +0000 (09:40 +0000)]
m4/as-version.m4: newer version
Original commit message from CVS:
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
* m4/as-version.m4:
newer version
* m4/gst-args.m4:
* m4/gst-doc.m4:
update and add other macros to be shared across projects
Thomas Vander Stichele [Fri, 31 Mar 2006 11:12:20 +0000 (11:12 +0000)]
releasing 0.10.1
Original commit message from CVS:
releasing 0.10.1
Thomas Vander Stichele [Sun, 26 Mar 2006 00:06:27 +0000 (00:06 +0000)]
same problem on 64 bit
Original commit message from CVS:
same problem on 64 bit
Thomas Vander Stichele [Fri, 24 Mar 2006 20:27:11 +0000 (20:27 +0000)]
gst.supp: add a suppression for g_parse_debug_string
Original commit message from CVS:
* gst.supp:
add a suppression for g_parse_debug_string
Stefan Kost [Thu, 23 Mar 2006 15:59:37 +0000 (15:59 +0000)]
gstdoc-scangobj: sync fully with gtkdoc-0.15
Original commit message from CVS:
* gstdoc-scangobj:
sync fully with gtkdoc-0.15
Stefan Kost [Thu, 23 Mar 2006 13:48:28 +0000 (13:48 +0000)]
g/: sync a little with gtk-doc mainline
Original commit message from CVS:
* gstdoc-scangobj:
* gtk-doc.mak:
sync a little with gtk-doc mainline
Wim Taymans [Fri, 17 Mar 2006 19:36:19 +0000 (19:36 +0000)]
update valgrind suppressions
Original commit message from CVS:
update valgrind suppressions
Thomas Vander Stichele [Thu, 9 Mar 2006 19:40:43 +0000 (19:40 +0000)]
m4/check.m4: fix test so it actually works when the normal check is used over debian's/ubuntu's
Original commit message from CVS:
* m4/check.m4:
fix test so it actually works when the normal check is used
over debian's/ubuntu's
Jan Schmidt [Wed, 8 Mar 2006 10:23:44 +0000 (10:23 +0000)]
check.mak: Set G_SLICE=always-malloc when valgrinding tests (closes #333272)
Original commit message from CVS:
* check.mak:
Set G_SLICE=always-malloc when valgrinding tests
(closes #333272)
Jan Schmidt [Mon, 20 Feb 2006 23:36:25 +0000 (23:36 +0000)]
m4/gst-glib2.m4: Fix debug output when the GLib version prerequisite is not found
Original commit message from CVS:
* m4/gst-glib2.m4:
Fix debug output when the GLib version prerequisite is not found
Andy Wingo [Mon, 13 Feb 2006 11:51:50 +0000 (11:51 +0000)]
m4/check.m4: Hack around Debian/Ubuntu's broken installation of the PIC version of check as libcheck_pic.a. Should wo...
Original commit message from CVS:
2006-02-13 Andy Wingo <wingo@pobox.com>
* m4/check.m4: Hack around Debian/Ubuntu's broken installation of
the PIC version of check as libcheck_pic.a. Should work with
cross-compilation too. Grr.
Thomas Vander Stichele [Mon, 6 Feb 2006 15:30:11 +0000 (15:30 +0000)]
m4/gst-default.m4: switch to auto* sinks for defaults
Original commit message from CVS:
* m4/gst-default.m4:
switch to auto* sinks for defaults
Wim Taymans [Thu, 2 Feb 2006 13:44:05 +0000 (13:44 +0000)]
common/gst.supp: Added more suppressions
Original commit message from CVS:
* common/gst.supp:
Added more suppressions
Wim Taymans [Thu, 2 Feb 2006 12:38:48 +0000 (12:38 +0000)]
check.mak: add a .valgrind.gen-suppressions target to aid in generating suppressions
Original commit message from CVS:
* check.mak:
add a .valgrind.gen-suppressions target to aid in generating
suppressions
* gst.supp:
add more repressions from my debian glibc as of today
Thomas Vander Stichele [Thu, 2 Feb 2006 08:36:22 +0000 (08:36 +0000)]
gtk-doc-plugins.mak: only add srcdir/gst if it exists
Original commit message from CVS:
* gtk-doc-plugins.mak:
only add srcdir/gst if it exists
Thomas Vander Stichele [Mon, 30 Jan 2006 15:23:09 +0000 (15:23 +0000)]
release.mak: don't complain about disted enums in win32
Original commit message from CVS:
* release.mak:
don't complain about disted enums in win32
Christian Schaller [Fri, 20 Jan 2006 19:07:58 +0000 (19:07 +0000)]
remove the comments, seems to be an am16-ism
Original commit message from CVS:
remove the comments, seems to be an am16-ism
Thomas Vander Stichele [Fri, 20 Jan 2006 18:09:07 +0000 (18:09 +0000)]
ok, I really need to sleep. sigh.
Original commit message from CVS:
ok, I really need to sleep. sigh.
Thomas Vander Stichele [Fri, 20 Jan 2006 17:23:02 +0000 (17:23 +0000)]
meh, need to sleep
Original commit message from CVS:
meh, need to sleep
Thomas Vander Stichele [Fri, 20 Jan 2006 15:57:12 +0000 (15:57 +0000)]
m4/gst-check.m4: AC_SUBST CFLAGS and LIBS do a non-command because something is stripping out our AC_SUBST
Original commit message from CVS:
2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
* m4/gst-check.m4:
AC_SUBST CFLAGS and LIBS
do a non-command because something is stripping out our AC_SUBST
Thomas Vander Stichele [Fri, 20 Jan 2006 14:48:45 +0000 (14:48 +0000)]
m4/gst-check.m4: AC_SUBST CFLAGS and LIBS
Original commit message from CVS:
* m4/gst-check.m4:
AC_SUBST CFLAGS and LIBS
Thomas Vander Stichele [Fri, 20 Jan 2006 14:28:44 +0000 (14:28 +0000)]
m4/: properly give a no result manually when providing a not-found action to fix configure output
Original commit message from CVS:
* m4/gst-args.m4:
* m4/gst-valgrind.m4:
properly give a no result manually when providing a
not-found action to fix configure output
Thomas Vander Stichele [Fri, 20 Jan 2006 14:27:22 +0000 (14:27 +0000)]
m4/pkg.m4: update with a more recent version
Original commit message from CVS:
* m4/pkg.m4:
update with a more recent version
Thomas Vander Stichele [Sat, 7 Jan 2006 11:06:38 +0000 (11:06 +0000)]
gettext.patch: make Makefile depend on LINGUAS, so rebuilds work when adding a language
Original commit message from CVS:
* gettext.patch:
make Makefile depend on LINGUAS, so rebuilds work when adding
a language
Thomas Vander Stichele [Tue, 3 Jan 2006 18:08:04 +0000 (18:08 +0000)]
common/gst.supp: add a suppression for liboil's uninitialized variable
Original commit message from CVS:
* common/gst.supp:
add a suppression for liboil's uninitialized variable
Michael Smith [Tue, 3 Jan 2006 18:01:52 +0000 (18:01 +0000)]
check.mak: Clarify error message from valgrind test runs.
Original commit message from CVS:
* check.mak:
Clarify error message from valgrind test runs.
Wim Taymans [Fri, 16 Dec 2005 18:10:05 +0000 (18:10 +0000)]
common/check.mak: Added make forever target for check.
Original commit message from CVS:
* common/check.mak:
Added make forever target for check.
Thomas Vander Stichele [Fri, 16 Dec 2005 17:30:27 +0000 (17:30 +0000)]
define HOST_CPU
Original commit message from CVS:
define HOST_CPU
Michael Smith [Fri, 9 Dec 2005 15:13:38 +0000 (15:13 +0000)]
Remove mentions of deleted files from Makefile.am
Original commit message from CVS:
Remove mentions of deleted files from Makefile.am
Michael Smith [Fri, 9 Dec 2005 15:09:42 +0000 (15:09 +0000)]
Remove makecontext stuff; not used in 0.10 and causes problems on
Original commit message from CVS:
* common/m4/gst-makecontext.m4:
* common/m4/gst-mcsc.m4:
* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
Remove makecontext stuff; not used in 0.10 and causes problems on
HPUX according to bug #322441
Thomas Vander Stichele [Thu, 1 Dec 2005 16:51:22 +0000 (16:51 +0000)]
bump GST_MAJORMINOR to 0.10 reset libtool version
Original commit message from CVS:
bump GST_MAJORMINOR to 0.10
reset libtool version
Thomas Vander Stichele [Thu, 1 Dec 2005 12:29:33 +0000 (12:29 +0000)]
document core plugins in a separate document just like all the others rename these plugins to something starting with...
Original commit message from CVS:
document core plugins in a separate document just like all the
others
rename these plugins to something starting with core
Thomas Vander Stichele [Wed, 30 Nov 2005 16:29:28 +0000 (16:29 +0000)]
don't fail on missing registry
Original commit message from CVS:
don't fail on missing registry
Thomas Vander Stichele [Tue, 29 Nov 2005 20:24:04 +0000 (20:24 +0000)]
add suppressions from fc4-quick
Original commit message from CVS:
add suppressions from fc4-quick
Thomas Vander Stichele [Tue, 29 Nov 2005 01:16:02 +0000 (01:16 +0000)]
check.mak: add a valgrind-forever target for tests
Original commit message from CVS:
* check.mak:
add a valgrind-forever target for tests
Thomas Vander Stichele [Mon, 28 Nov 2005 19:58:56 +0000 (19:58 +0000)]
Makefile.am: don't run checks if we don't have check
Original commit message from CVS:
* Makefile.am:
don't run checks if we don't have check
* common/check.mak:
remove the registry when running make torture
* docs/gst/gstreamer-sections.txt:
remove second multiply
* gst/gstqueue.c: (gst_queue_loop):
fix a compile warning when disabling debug
Thomas Vander Stichele [Mon, 28 Nov 2005 14:17:11 +0000 (14:17 +0000)]
check.mak: when a "make test.check" run fails, make it rerun the test with at least debug level 2
Original commit message from CVS:
* check.mak:
when a "make test.check" run fails, make it rerun the test with
at least debug level 2
Thomas Vander Stichele [Sun, 27 Nov 2005 14:19:38 +0000 (14:19 +0000)]
Fixes #312589
Original commit message from CVS:
Fixes #312589
Stefan Kost [Thu, 24 Nov 2005 16:32:25 +0000 (16:32 +0000)]
Fix distcheck issues for the libraries docs build
Original commit message from CVS:
Patch by: Stefan Kost
* common/gtk-doc.mak:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
Fix distcheck issues for the libraries docs build
Closes #319599
Thomas Vander Stichele [Wed, 16 Nov 2005 18:12:44 +0000 (18:12 +0000)]
more callers
Original commit message from CVS:
more callers
Thomas Vander Stichele [Wed, 16 Nov 2005 16:50:56 +0000 (16:50 +0000)]
don't print stuff twice
Original commit message from CVS:
don't print stuff twice
Wim Taymans [Mon, 14 Nov 2005 14:45:43 +0000 (14:45 +0000)]
common/gst.supp: add suppressions from Wim's Debian machine
Original commit message from CVS:
* common/gst.supp:
add suppressions from Wim's Debian machine
Thomas Vander Stichele [Mon, 14 Nov 2005 14:36:17 +0000 (14:36 +0000)]
common/gst.supp: add suppressions from Andy's AMD64 Ubuntu machine
Original commit message from CVS:
* common/gst.supp:
add suppressions from Andy's AMD64 Ubuntu machine
Thomas Vander Stichele [Mon, 14 Nov 2005 02:08:10 +0000 (02:08 +0000)]
m4/: fix check for base plugins
Original commit message from CVS:
* m4/Makefile.am:
* m4/gst-check.m4:
fix check for base plugins
* m4/gst-default.m4:
add m4 to set default elements
Thomas Vander Stichele [Wed, 2 Nov 2005 16:02:54 +0000 (16:02 +0000)]
common/check.mak
Original commit message from CVS:
common/check.mak