- 12 Jan, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * examples/cutter/.cvsignore: * examples/helloworld/.cvsignore: * examples/launch/.cvsignore: * examples/manual/.cvsignore: * examples/mixer/.cvsignore: * examples/pingpong/.cvsignore: * examples/plugins/.cvsignore: * examples/queue/.cvsignore: * examples/queue2/.cvsignore: * examples/queue3/.cvsignore: * examples/queue4/.cvsignore: * examples/retag/.cvsignore: * examples/thread/.cvsignore: * examples/typefind/.cvsignore: * examples/xml/.cvsignore: * gst/.cvsignore: * gst/autoplug/.cvsignore: * gst/elements/.cvsignore: * gst/indexers/.cvsignore: * gst/parse/.cvsignore: * gst/registries/.cvsignore: * gst/schedulers/.cvsignore: * libs/gst/bytestream/.cvsignore: * libs/gst/control/.cvsignore: * libs/gst/getbits/.cvsignore: * tests/.cvsignore: * tests/bufspeed/.cvsignore: * tests/instantiate/.cvsignore: * tests/memchunk/.cvsignore: * tests/muxing/.cvsignore: * tests/sched/.cvsignore: * tests/seeking/.cvsignore: * tests/threadstate/.cvsignore: * testsuite/.cvsignore: * testsuite/caps/.cvsignore: * testsuite/cleanup/.cvsignore: * testsuite/dynparams/.cvsignore: * testsuite/plugin/.cvsignore: * tools/.cvsignore: update - this is huge, because it includes *.bb, *.bbg and *.da files which are generated for gcov.
-
- 04 Dec, 2003 1 commit
-
-
Andy Wingo Wingo authored
Original commit message from CVS: remove copyright field from plugin structs
-
- 31 Oct, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: update plugin initialization restructuring (see email for details
-
- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: GST_DEBUG reorganization This is a big diff (ca 450k), containing loads of stuff: - gstinfo.[ch] complete rewrite - changing of all GST_DEBUG messages to reflect that change - reorganization of subsystem disabling - addition of gstconfig.h.in so we can track the disablings - <gst/gst.h> does not include <unistd.h> and <config.h> anymore - documentation updated for gstinfo stuff (build the docs yourself to know what changed) - bugfixes for making of the docs (files from CVS are not deleted anymore - testsuite for debugging changes in testsuite/debug expect breakage
-
- 09 May, 2003 1 commit
-
-
David Schleef authored
Original commit message from CVS: Change .p2align to .align to make non-gas assemblers happy (Fixes: #112607)
-
- 08 Dec, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix for parallel installability
-
- 22 Jun, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: as promised, the header changes and some of wingo's virtual fixes as well by accident
-
- 12 Apr, 2002 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: various include fixes, adding a doc on why as well
-
- 24 Mar, 2002 2 commits
-
-
Andy Wingo Wingo authored
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
-
Andy Wingo Wingo authored
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ... Original commit message from CVS: * added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading considerably, especially on uninstalled versions. * put the lib path before all others, for speed reasons. * some fixes to adder's caps. * added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all code will need to be converted. i think some perl can do this.
-
- 19 Mar, 2002 2 commits
-
-
Andy Wingo Wingo authored
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
-
Andy Wingo Wingo authored
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
-
- 12 Feb, 2002 1 commit
-
-
Andy Wingo Wingo authored
fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared... Original commit message from CVS: fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared libraries per se, and will only be loaded by the core itself. this change allows the core elements (schedulers, autopluggers, etc) to use the core loadable libraries (bytestream, getbits, etc) as well as "ext" libs like the new cothreads package.
-
- 30 Jan, 2002 1 commit
-
-
Wrobell authored
- plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0? Original commit message from CVS: - plugins are built without versioning info /Uraeus claims: plugins/; if not plugins why this is built as lib*.so.0.0.0?
-
- 12 Jan, 2002 1 commit
-
-
David I. Lehn authored
s/filter/plugin/ add $(GST_LIBS) to all plugins move Makefile.am things around to a mostly standard layout remove HTT... Original commit message from CVS: * s/filter/plugin/ * add $(GST_LIBS) to all plugins * move Makefile.am things around to a mostly standard layout * remove HTTP flags/libs from elements since http element moved
-
- 23 Dec, 2001 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: more changes
-
Thomas Vander Stichele authored
Original commit message from CVS: changing stuff
-
Thomas Vander Stichele authored
Original commit message from CVS: moving libs around
-