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
Thomas Vander Stichele [Fri, 28 Oct 2005 17:28:27 +0000 (17:28 +0000)]
don't AC_REQUIRE it, it actually runs the macro
Original commit message from CVS:
don't AC_REQUIRE it, it actually runs the macro
Thomas Vander Stichele [Tue, 18 Oct 2005 09:07:12 +0000 (09:07 +0000)]
m4/gst-check.m4: check for tools correctly
Original commit message from CVS:
* m4/gst-check.m4:
check for tools correctly
Thomas Vander Stichele [Tue, 18 Oct 2005 08:00:14 +0000 (08:00 +0000)]
gtk-doc.mak: only enable breaking on new API when make distcheck passes, not before
Original commit message from CVS:
* gtk-doc.mak:
only enable breaking on new API when make distcheck passes,
not before
Thomas Vander Stichele [Tue, 18 Oct 2005 06:57:30 +0000 (06:57 +0000)]
m4/gst-check.m4: Resurrect Julien's dead body and wipe his mind clean
Original commit message from CVS:
2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
* m4/gst-check.m4:
Resurrect Julien's dead body and wipe his mind clean
Thomas Vander Stichele [Tue, 18 Oct 2005 06:48:36 +0000 (06:48 +0000)]
Kill Julien
Original commit message from CVS:
Kill Julien
Julien Moutte [Mon, 17 Oct 2005 21:48:11 +0000 (21:48 +0000)]
m4/gst-check.m4: I know Thomas will kill me but this ifelse statement seems incorrect as it is always setting require...
Original commit message from CVS:
2005-10-17 Julien MOUTTE <julien@moutte.net>
* m4/gst-check.m4: I know Thomas will kill me but this
ifelse statement seems incorrect as it is always setting
required to "yes". With this one it seems to work. Fixes
build of gst-plugins-base on my setup where gstreamer-check
is definitely not present/required.
Stefan Kost [Mon, 17 Oct 2005 20:18:32 +0000 (20:18 +0000)]
gtk-doc.mak: make build break on new api that has not been added to the sections file
Original commit message from CVS:
* gtk-doc.mak:
make build break on new api that has not been added to the
sections file
Thomas Vander Stichele [Mon, 17 Oct 2005 15:57:26 +0000 (15:57 +0000)]
add plugins-base
Original commit message from CVS:
add plugins-base
Thomas Vander Stichele [Mon, 17 Oct 2005 15:36:48 +0000 (15:36 +0000)]
m4/: add macro for easy checks for GStreamer libs
Original commit message from CVS:
* m4/gst-glib2.m4:
* m4/Makefile.am:
* m4/gst-check.m4:
add macro for easy checks for GStreamer libs
Thomas Vander Stichele [Sun, 16 Oct 2005 16:09:46 +0000 (16:09 +0000)]
warn in error cases
Original commit message from CVS:
warn in error cases
Thomas Vander Stichele [Sun, 16 Oct 2005 12:26:58 +0000 (12:26 +0000)]
m4/gst-error.m4: add GST_SET_DEFAULT_LEVEL
Original commit message from CVS:
* m4/gst-error.m4:
add GST_SET_DEFAULT_LEVEL
Thomas Vander Stichele [Sun, 16 Oct 2005 12:04:41 +0000 (12:04 +0000)]
m4/: remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
Original commit message from CVS:
* m4/Makefile.am:
* m4/gst-gettext.m4:
remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
* m4/gst-glib2.m4:
clean up and re-use in core soon
* m4/gst-plugindir.m4:
macro to set up PLUGINDIR and plugindir define/var
Thomas Vander Stichele [Sun, 16 Oct 2005 11:04:02 +0000 (11:04 +0000)]
add GST_ARG_EXAMPLES
Original commit message from CVS:
add GST_ARG_EXAMPLES
Thomas Vander Stichele [Sun, 16 Oct 2005 09:15:35 +0000 (09:15 +0000)]
rename NAME and ORIGIN vars
Original commit message from CVS:
rename NAME and ORIGIN vars
Thomas Vander Stichele [Sun, 16 Oct 2005 09:12:14 +0000 (09:12 +0000)]
AC_SUBST vars so we can use them at configure creation time
Original commit message from CVS:
AC_SUBST vars so we can use them at configure creation time
Thomas Vander Stichele [Sat, 15 Oct 2005 21:55:36 +0000 (21:55 +0000)]
add macro for setting up gettext
Original commit message from CVS:
add macro for setting up gettext
Thomas Vander Stichele [Sat, 15 Oct 2005 21:39:46 +0000 (21:39 +0000)]
m4/gst-args.m4: add some .m4's for argument checking that can be shared among modules
Original commit message from CVS:
* m4/gst-args.m4:
add some .m4's for argument checking that can be shared among modules
Thomas Vander Stichele [Sat, 15 Oct 2005 13:44:23 +0000 (13:44 +0000)]
m4/as-libtool.m4: set _LT_LDFLAGS
Original commit message from CVS:
* m4/as-libtool.m4:
set _LT_LDFLAGS
* m4/gst-libxml2.m4:
document
Thomas Vander Stichele [Sat, 15 Oct 2005 09:28:59 +0000 (09:28 +0000)]
m4/gst-arch.m4: indent a little add AC_REQUIRE
Original commit message from CVS:
* m4/gst-arch.m4:
indent a little
add AC_REQUIRE
* m4/gst-error.m4:
clean up
Thomas Vander Stichele [Wed, 12 Oct 2005 11:24:06 +0000 (11:24 +0000)]
gst-autogen.sh: update version detection expression to catch stuff like
Original commit message from CVS:
* gst-autogen.sh:
update version detection expression to catch stuff like
Libtool (libtool15) 1.5.0
Thomas Vander Stichele [Wed, 12 Oct 2005 02:44:51 +0000 (02:44 +0000)]
check was wrong
Original commit message from CVS:
check was wrong
Thomas Vander Stichele [Tue, 11 Oct 2005 12:44:04 +0000 (12:44 +0000)]
gst.supp: commit 6 new suppressions related to g_module_open; can these really not be folded into one ?
Original commit message from CVS:
* gst.supp:
commit 6 new suppressions related to g_module_open; can these
really not be folded into one ?
Edward Hervey [Tue, 11 Oct 2005 12:09:21 +0000 (12:09 +0000)]
gst.supp: made the <g_type_init calloc 2> suppression more generic
Original commit message from CVS:
* gst.supp:
made the <g_type_init calloc 2> suppression more generic
Added pthread memleak suppresions
Added nss_parse_* memleak suppresion (used by g_option_context_parse)
Wim Taymans [Tue, 11 Oct 2005 11:35:32 +0000 (11:35 +0000)]
add suppressions from my debian machine
Original commit message from CVS:
add suppressions from my debian machine
Thomas Vander Stichele [Tue, 11 Oct 2005 08:38:32 +0000 (08:38 +0000)]
only look at our built plugins
Original commit message from CVS:
only look at our built plugins
Thomas Vander Stichele [Mon, 10 Oct 2005 23:56:52 +0000 (23:56 +0000)]
turn up the heat
Original commit message from CVS:
turn up the heat
* check.mak:
be more strict, more leak resolution
* gst.supp:
clean up the g_type_init suppressions
Thomas Vander Stichele [Mon, 10 Oct 2005 23:20:51 +0000 (23:20 +0000)]
update suppressions file for popt->goption
Original commit message from CVS:
update suppressions file for popt->goption
Thomas Vander Stichele [Fri, 7 Oct 2005 12:16:59 +0000 (12:16 +0000)]
doh
Original commit message from CVS:
doh
Thomas Vander Stichele [Fri, 7 Oct 2005 07:16:17 +0000 (07:16 +0000)]
put the valgrind detection in an .m4
Original commit message from CVS:
put the valgrind detection in an .m4
Thomas Vander Stichele [Thu, 29 Sep 2005 20:26:35 +0000 (20:26 +0000)]
make forever fail on error
Original commit message from CVS:
make forever fail on error
Thomas Vander Stichele [Thu, 29 Sep 2005 18:33:46 +0000 (18:33 +0000)]
use message type names
Original commit message from CVS:
use message type names
Thomas Vander Stichele [Thu, 29 Sep 2005 18:24:44 +0000 (18:24 +0000)]
check.mak: add some more targets, like help, but also more intensive tests
Original commit message from CVS:
2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
* check.mak:
add some more targets, like help, but also more intensive tests
Thomas Vander Stichele [Thu, 29 Sep 2005 18:23:13 +0000 (18:23 +0000)]
check.mak: add some more targets, like help, but also more intensive tests
Original commit message from CVS:
2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
* check.mak:
add some more targets, like help, but also more intensive tests
Thomas Vander Stichele [Fri, 23 Sep 2005 18:28:51 +0000 (18:28 +0000)]
sigh, fix everything first
Original commit message from CVS:
sigh, fix everything first
Thomas Vander Stichele [Fri, 23 Sep 2005 18:08:59 +0000 (18:08 +0000)]
common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of doc missing bits that I don't get
Original commit message from CVS:
* common/gtk-doc.mak:
don't fail on building XML, FC4 slave shows a bunch of doc
missing bits that I don't get
* gst/gstpad.c:
* gst/gstpipeline.c:
* gst/gststructure.c:
some doc updates
Thomas Vander Stichele [Fri, 23 Sep 2005 16:02:15 +0000 (16:02 +0000)]
make certain doc warnings fatal so people maintain docs again
Original commit message from CVS:
make certain doc warnings fatal so people maintain docs again
Thomas Vander Stichele [Fri, 23 Sep 2005 13:57:28 +0000 (13:57 +0000)]
merge additions from the .signals.new and .args.new file in the original ones, only updating if necessary
Original commit message from CVS:
merge additions from the .signals.new and .args.new file in
the original ones, only updating if necessary
Thomas Vander Stichele [Fri, 23 Sep 2005 11:52:24 +0000 (11:52 +0000)]
g/: fix properly for new API; make update in plugins dir now works
Original commit message from CVS:
* gst-xmlinspect.py:
* gstdoc-scangobj:
* gtk-doc-plugins.mak:
fix properly for new API; make update in plugins dir now works
Thomas Vander Stichele [Mon, 19 Sep 2005 23:21:03 +0000 (23:21 +0000)]
set env properly; fixes for new API
Original commit message from CVS:
set env properly; fixes for new API
Thomas Vander Stichele [Mon, 19 Sep 2005 14:09:54 +0000 (14:09 +0000)]
check/Makefile.am: re-enable tests now that leaks are plugged
Original commit message from CVS:
* check/Makefile.am:
re-enable tests now that leaks are plugged
* check/gst/gst.c:
* check/gst/gstbin.c:
* check/gst/gstpipeline.c:
add some more tests while fixing leaks
* common/check.mak:
make sure binaries are uptodate when valgrinding/gdbing
* gst/gst.c:
* gst/gstelementfactory.c:
remove a ref too many, and add a FIXME for when we get
round to disposing of classes
* gst/gstplugin.c:
fix the refcounting when loading a plugin from a file and
the code pretends that the pointer is the same even though
of course it can change
* gst/gstpluginfeature.c:
unref plugins marked cached (a bit confusing as a name)
as the docs state should be done
various doc additions to explain refcounting
* gst/gstregistry.c:
* gst/gstregistryxml.c:
debugging
Thomas Vander Stichele [Sun, 18 Sep 2005 21:40:58 +0000 (21:40 +0000)]
common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we're valgrinding the correct thing
Original commit message from CVS:
* common/check.mak:
use GST_PLUGIN settings for valgrind tests as well, so we're
valgrinding the correct thing
* gst/gst.c: (init_post):
plug another leak
Thomas Vander Stichele [Sun, 18 Sep 2005 21:23:13 +0000 (21:23 +0000)]
add check-valgrind target
Original commit message from CVS:
add check-valgrind target
David Schleef [Sun, 18 Sep 2005 06:44:39 +0000 (06:44 +0000)]
gtk-doc-plugins.mak: Use new environment variables.
Original commit message from CVS:
* gtk-doc-plugins.mak: Use new environment variables.
Michael Smith [Fri, 16 Sep 2005 12:18:10 +0000 (12:18 +0000)]
Update gstdoc-scangobj to reflect registry/plugin API changes.
Original commit message from CVS:
Update gstdoc-scangobj to reflect registry/plugin API changes.
Thomas Vander Stichele [Fri, 16 Sep 2005 00:58:37 +0000 (00:58 +0000)]
don't dist what we don't have
Original commit message from CVS:
don't dist what we don't have
Thomas Vander Stichele [Thu, 15 Sep 2005 15:43:28 +0000 (15:43 +0000)]
fix up ffmpegcolorspace docs; extract header
Original commit message from CVS:
fix up ffmpegcolorspace docs; extract header
Thomas Vander Stichele [Thu, 15 Sep 2005 15:28:36 +0000 (15:28 +0000)]
pick up signals and args for vorbis; add some docs for vorbis
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* ext/theora/Makefile.am:
* ext/theora/gsttheoraenc.h:
* ext/theora/theoraenc.c:
* ext/vorbis/vorbisenc.c:
pick up signals and args for vorbis; add some docs for vorbis
Thomas Vander Stichele [Thu, 15 Sep 2005 14:35:04 +0000 (14:35 +0000)]
only scanobj stuff from our source module. Not sure yet if that's correct, given the hierarchy stuff :)
Original commit message from CVS:
* common/gstdoc-scangobj:
* common/gtk-doc-plugins.mak:
* docs/libs/Makefile.am:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/gst-plugins-base-plugins.signals:
only scanobj stuff from our source module. Not sure yet
if that's correct, given the hierarchy stuff :)
Thomas Vander Stichele [Thu, 15 Sep 2005 11:36:06 +0000 (11:36 +0000)]
gtk-doc-plugins.mak: split out scanobj step (which will be run by doc maintainer) from scan step (which wil...
Original commit message from CVS:
* gtk-doc-plugins.mak:
split out scanobj step (which will be run by doc maintainer) from scan step (which will be run on every build)
clean up some of the commands for make distcheck
David Schleef [Thu, 15 Sep 2005 05:51:34 +0000 (05:51 +0000)]
as-libtool.mak: Remove
Original commit message from CVS:
* as-libtool.mak: Remove
* m4/as-libtool.m4: The libtool bug that this worked around has
been fixed.
* m4/as-version.m4: Don't define GST_RELEASE, since it causes
config.h to be regenerated needlessly, and we don't use it.
Thomas Vander Stichele [Wed, 14 Sep 2005 22:04:44 +0000 (22:04 +0000)]
add to EXTRA_DIST
Original commit message from CVS:
add to EXTRA_DIST
Thomas Vander Stichele [Wed, 14 Sep 2005 21:54:32 +0000 (21:54 +0000)]
gtk-doc-plugins.mak: error out on inspect failure
Original commit message from CVS:
* gtk-doc-plugins.mak:
error out on inspect failure
Thomas Vander Stichele [Wed, 14 Sep 2005 20:51:47 +0000 (20:51 +0000)]
common/: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we...
Original commit message from CVS:
* common/c-to-xml.py:
* common/gtk-doc-plugins.mak:
a simple py script to generate valid xml from a C example
probably also need to strip an MIT license when we decide
* docs/plugins/Makefile.am:
* gst/level/Makefile.am:
* gst/level/gstlevel.c: (gst_level_init):
* gst/level/level-example.c: (message_handler), (main):
add an example to level that will show up in the docs
* gst/rtp/TODO:
add a note for the future
Michael Smith [Wed, 14 Sep 2005 15:15:43 +0000 (15:15 +0000)]
Fix #316155: Don't call glib-mkenums with arguments that break MinGW
Original commit message from CVS:
Fix #316155: Don't call glib-mkenums with arguments that break MinGW
Thomas Vander Stichele [Sun, 11 Sep 2005 17:52:09 +0000 (17:52 +0000)]
add source module to docs; reinspect
Original commit message from CVS:
add source module to docs; reinspect
Thomas Vander Stichele [Tue, 6 Sep 2005 10:33:19 +0000 (10:33 +0000)]
try fix distcheck for FC3
Original commit message from CVS:
try fix distcheck for FC3
Thomas Vander Stichele [Mon, 5 Sep 2005 18:21:52 +0000 (18:21 +0000)]
add generated scanner to built sources
Original commit message from CVS:
add generated scanner to built sources
Thomas Vander Stichele [Sun, 4 Sep 2005 11:31:21 +0000 (11:31 +0000)]
include inspect stamps in EXTRA_DIST
Original commit message from CVS:
include inspect stamps in EXTRA_DIST
Thomas Vander Stichele [Sun, 4 Sep 2005 10:38:45 +0000 (10:38 +0000)]
fix distcheck
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
fix distcheck
* gst/audioresample/resample.c:
fix wrong docstring
Thomas Vander Stichele [Sun, 4 Sep 2005 01:14:56 +0000 (01:14 +0000)]
don't backup by default; helps fixing distcheck
Original commit message from CVS:
don't backup by default; helps fixing distcheck
Thomas Vander Stichele [Sun, 4 Sep 2005 01:04:08 +0000 (01:04 +0000)]
require 0.9 gst-python
Original commit message from CVS:
require 0.9 gst-python
Thomas Vander Stichele [Sat, 3 Sep 2005 23:56:25 +0000 (23:56 +0000)]
common/: only inspect plugins for this given package require gst-python 0.9
Original commit message from CVS:
* common/gst-xmlinspect.py:
* common/gtk-doc-plugins.mak:
only inspect plugins for this given package
require gst-python 0.9
Thomas Vander Stichele [Sat, 3 Sep 2005 18:08:22 +0000 (18:08 +0000)]
get out debug for now
Original commit message from CVS:
get out debug for now
Thomas Vander Stichele [Sat, 3 Sep 2005 15:02:23 +0000 (15:02 +0000)]
updating docs build
Original commit message from CVS:
updating docs build
Thomas Vander Stichele [Sat, 3 Sep 2005 13:49:48 +0000 (13:49 +0000)]
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
Original commit message from CVS:
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
Thomas Vander Stichele [Thu, 1 Sep 2005 20:23:21 +0000 (20:23 +0000)]
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
Thomas Vander Stichele [Thu, 1 Sep 2005 17:55:13 +0000 (17:55 +0000)]
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
Thomas Vander Stichele [Thu, 1 Sep 2005 10:04:53 +0000 (10:04 +0000)]
adding doc stuff
Original commit message from CVS:
adding doc stuff