Commit graph

420 commits

Author SHA1 Message Date
Andy Wingo 0cc78c5ef8 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.
2002-03-24 20:55:44 +00:00
Andy Wingo b0c01cddf9 s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:04 +00:00
Andy Wingo 4359de2616 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.
2002-03-19 04:10:06 +00:00
Andy Wingo 0dc999da00 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
2002-03-19 01:39:43 +00:00
Wrobell e997007aec - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-31 00:22:12 +00:00
Thomas Vander Stichele 877369b324 more distcheck fixes
Original commit message from CVS:
more distcheck fixes
2001-12-25 22:30:51 +00:00
Thomas Vander Stichele 3417567558 more fixes
Original commit message from CVS:
more fixes
2001-12-23 20:21:20 +00:00
Thomas Vander Stichele d5bcd85bf3 idct fixes
Original commit message from CVS:
idct fixes
2001-12-23 20:14:18 +00:00
Thomas Vander Stichele 82c5fb840e more fixes
Original commit message from CVS:
more fixes
2001-12-23 19:40:53 +00:00
Thomas Vander Stichele 34a42c5401 forgot this
Original commit message from CVS:
forgot this
2001-12-23 14:57:56 +00:00
Thomas Vander Stichele 583465f3f8 dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
2001-12-23 12:29:33 +00:00
Thomas Vander Stichele 953f0e2f01 made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23 12:18:18 +00:00
Thomas Vander Stichele 0d4f573fc1 adding resample lib
Original commit message from CVS:
adding resample lib
2001-12-23 10:44:28 +00:00
Thomas Vander Stichele 6193def945 audio lib removed from this dir
Original commit message from CVS:
audio lib removed from this dir
2001-12-22 23:44:44 +00:00
Thomas Vander Stichele 41585b7e78 moving and renaming we put the libs in the source in gst-libs/gst/(dir) the headers get installed in prefix/include/g...
Original commit message from CVS:
moving and renaming
we put the libs in the source in gst-libs/gst/(dir)
the headers get installed in prefix/include/gst/(dir)
the libs are installed in prefix/lib/gst
with a libgst prefix
the sources should be without the gst prefix
as per irc agreement
please comment if this sounds like a bad idea ;)
2001-12-22 23:43:34 +00:00
Wrobell e4aa0c3067 - clean up
Original commit message from CVS:
- clean up
2001-12-21 15:52:40 +00:00
Thomas Vander Stichele ae6c9fd82c adding Makefile
Original commit message from CVS:
adding Makefile
2001-12-21 12:35:18 +00:00
Thomas Vander Stichele 3383f7c142 fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
2001-12-21 11:46:15 +00:00
Thomas Vander Stichele cc33fd24db added audiofile and audio library
Original commit message from CVS:

added audiofile and audio library
2001-12-21 10:35:10 +00:00
Thomas Vander Stichele 2504f9e1b4 audio library
Original commit message from CVS:
audio library
2001-12-21 10:12:38 +00:00