Commit graph

82 commits

Author SHA1 Message Date
Joshua N. Pritikin 97b5907cf6 make taaz happy
Original commit message from CVS:
make taaz happy
2001-09-14 16:58:15 +00:00
Joshua N. Pritikin e6746d6eee optional large file support
Original commit message from CVS:
optional large file support
2001-09-14 15:57:46 +00:00
David I. Lehn c884410439 ATSC A/52 audio decoder plugin http://liba52.sf.net/
Original commit message from CVS:
ATSC A/52 audio decoder plugin
http://liba52.sf.net/
- not working fully yet
- has ugly debug code at the moment
2001-09-06 20:12:17 +00:00
Erik Walthinsen b1ccfa05fa Added HP-PA for the heck of it. Totally untested, of course.
Original commit message from CVS:
Added HP-PA for the heck of it.  Totally untested, of course.
2001-09-05 21:50:43 +00:00
Erik Walthinsen 1aff968e49 and moved all the architecture- specific code out of the many header files and put them all in gstarch.h.
Original commit message from CVS:
Added MIPS support to cothreads (untested), and moved all the architecture-
specific code out of the many header files and put them all in gstarch.h.
2001-09-05 21:36:24 +00:00
Andy Wingo 43c70c0889 fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work.
Original commit message from CVS:
fixes (hopefully) compilation errors where alsa is not present -- let me know if
this does not work.
2001-09-03 03:59:51 +00:00
Andy Wingo 396df47b54 default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which had been mapping to /usr/etc/gstreamer.
Original commit message from CVS:
default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which
had been mapping to /usr/etc/gstreamer.
2001-09-02 00:41:53 +00:00
Andy Wingo 573ba78b6c removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa distribution changed alsa checks in configure...
Original commit message from CVS:
* removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa
distribution
* changed alsa checks in configure.base
2001-09-01 20:35:37 +00:00
Bastien Nocera 648247b54c - cleaned up mikmod plugin merge mess
Original commit message from CVS:
- cleaned up mikmod plugin merge mess
2001-08-31 12:03:19 +00:00
Christian Schaller f8839c7202 2001-08-30 MikMod plugin added, thanks Jérémy Simon!
Original commit message from CVS:
2001-08-30 MikMod plugin added, thanks Jérémy Simon!
2001-08-30 23:04:52 +00:00
Wim Taymans 12bbbd5c1e Lots of modifications to the plugin system.
Original commit message from CVS:
Lots of modifications to the plugin system.
- Added a GstPluginfeature object that serves as a base class for all
plugin contents.
- changed the plugin API, everyhting is now added with
gst_plugin_add_feature
- typefactories are named now so that they can be located easily and filled
in at plugin load.
- mime types like "video/raw image/raw" are gone for now.
- lots of plugin updates (style and API changes)
- tested with an without registry.
- updates to various tools.
- added a little testsuite to test/show how you can load plugins (4 modes)

Test this one, Almost everything has changed :-)
2001-08-21 20:16:48 +00:00
David I. Lehn 9c54f88774 Remove attempt to generate swig Makefiles.
Original commit message from CVS:
Remove attempt to generate swig Makefiles.
2001-08-16 20:31:49 +00:00
Erik Walthinsen f279992aff Added libgst.la to the global LDFLAGS, so all plugins link against it.
Original commit message from CVS:
Added libgst.la to the global LDFLAGS, so all plugins link against it.
This should help solve problems with bindings and dynamic loading of libgst.
2001-08-13 18:48:48 +00:00
Thomas Vander Stichele 0cfefdd214 added swig/Makefile.PL
Original commit message from CVS:
added swig/Makefile.PL
2001-08-13 13:52:55 +00:00
Wim Taymans 5e6a3722ac Fixes to various plugins.
Original commit message from CVS:
Fixes to various plugins.
Removed the eos/qos calls in favour of the soon to be event system.
Added a test app to test element reuse (doesn't work)
2001-08-10 17:40:34 +00:00
Thomas Vander Stichele b491ed8b81 removed libs/colorscpace again
Original commit message from CVS:
removed libs/colorscpace again
2001-08-07 16:14:14 +00:00
Thomas Vander Stichele 0c26ada9f5 do FLAC lib check against main function
Original commit message from CVS:
do FLAC lib check against main function
2001-08-07 16:08:14 +00:00
Thomas Vander Stichele 03ea0fce97 changed HAVE_FLAC to HAVE_FLACLIB
Original commit message from CVS:
changed HAVE_FLAC to HAVE_FLACLIB
2001-08-07 16:06:47 +00:00
Thomas Vander Stichele 2b6d177ef3 added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC look for thomas in the file
Original commit message from CVS:
added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC
look for thomas in the file
2001-08-07 14:46:41 +00:00
Christian Schaller 6a448d5a0b - Change from == to = since == only works with GNU test and not the version of test shipping with Solaris (and probab...
Original commit message from CVS:
2001-06-08 Christian Schaller <Uraeus@linuxrising.org>
- Change from == to = since == only works with GNU test and
not the version of test shipping with Solaris (and probably other Unices)
- Once again a ordinary user has to teach hackers to hack :)
2001-08-06 16:46:05 +00:00
Andy Wingo 4078620947 Fixed issue where AC_CHECK_LIB was polluting LIBS with -lxml.
Original commit message from CVS:
Fixed issue where AC_CHECK_LIB was polluting LIBS with -lxml.
2001-07-25 20:49:58 +00:00
Richard Boulton d252e0c532 Change tests/muxer/Makefile to tests/muxing/Makefile, since tests/muxer is now an empty dir.
Original commit message from CVS:
Change tests/muxer/Makefile to tests/muxing/Makefile, since tests/muxer
is now an empty dir.
2001-07-16 09:04:01 +00:00
Thomas Vander Stichele 2aac7f8f1b added muxer Makefile
Original commit message from CVS:
added muxer Makefile
2001-07-14 20:15:14 +00:00
Erik Walthinsen c7b4b133c5 added speed and volume to configure.base
Original commit message from CVS:
added speed and volume to configure.base
2001-07-11 01:02:00 +00:00
Wim Taymans ef64fa0d04 Added the qcam src
Original commit message from CVS:
Added the qcam src
2001-07-05 22:08:24 +00:00
Wim Taymans 9bdf748820 Added the ffmpeg wrapper plugin. (ffmpeg.sourceforge.net).
Original commit message from CVS:
Added the ffmpeg wrapper plugin. (ffmpeg.sourceforge.net).
Only the encoders are currently support, so no decoders or muxers yet..
2001-07-01 22:19:44 +00:00
Richard Boulton 741c4985eb Put the back check for the FLAC library. This looks to have been accidentally removed when the sidplay one was added.
Original commit message from CVS:
Put the back check for the FLAC library.  This looks to have been
accidentally removed when the sidplay one was added.
2001-07-01 11:12:28 +00:00
Wim Taymans 67b62497ca Added configure checks for libsidplay.
Original commit message from CVS:
Added configure checks for libsidplay.
2001-06-30 15:22:03 +00:00
Wim Taymans 02ed6e0635 Added the SID plugin.
Original commit message from CVS:
Added the SID plugin.
2001-06-30 00:45:23 +00:00
Richard Boulton beb29ac257 Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get used if there's an installed copy of the g...
Original commit message from CVS:
Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get
used if there's an installed copy of the gst headers on the system (ie,
make sure the uninstalled headers are used instead).
2001-06-29 11:30:18 +00:00
Wim Taymans 63e14f10ef Added a check for the FLAC plugin.
Original commit message from CVS:
Added a check for the FLAC plugin.
2001-06-28 19:32:41 +00:00
Richard Boulton 13e2e375ef Fix ALSA check; was overwriting the ALSA_CFLAGS and ALSA_LIBS variables determined for alsa 0.5 with the ones from th...
Original commit message from CVS:
Fix ALSA check; was overwriting the ALSA_CFLAGS and ALSA_LIBS variables
determined for alsa 0.5 with the ones from the check that alsa 0.9 wasn't
there.  Now does the 0.9 check first, to avoid this problem.
2001-06-28 18:35:51 +00:00
Richard Boulton fa53aaa72f Add ACTION-IF-USE and ACTION-IF-NOTUSE parameters to GST_CHECK_FEATURE.
Original commit message from CVS:
Add ACTION-IF-USE and ACTION-IF-NOTUSE parameters to GST_CHECK_FEATURE.
Convert glib2 check to use GST_CHECK_FEATURE.
2001-06-28 15:39:48 +00:00
Richard Boulton 4dce71b5a7 Actually pass the infomessages variable into config.status, so the message about plugin-builddir gets displayed.
Original commit message from CVS:
Actually pass the infomessages variable into config.status, so the
message about plugin-builddir gets displayed.

We can use this mechanism to display lists of plugins which won't be built:
just add the lines to be output at the end of ./configure to $infomessages
2001-06-28 11:56:03 +00:00
Richard Boulton 60efda8a42 Change plugin-srcdir msg stuff near the end of configure.base to
Original commit message from CVS:
Change plugin-srcdir msg stuff near the end of configure.base to
-builddir.
2001-06-28 10:57:39 +00:00
Erik Walthinsen b562614242 configure.base: changed to 0.2.1, reworked the -D gathering for cflags gstreamer-config.in, gstreamer.pc.in, gstreame...
Original commit message from CVS:
configure.base: changed to 0.2.1, reworked the -D gathering for cflags
gstreamer-config.in, gstreamer.pc.in, gstreamer-uninstalled.pc.in:
reworked -D gathering for cflags
2001-06-27 20:14:07 +00:00
Richard Boulton aa41529d67 Add a "MODULES" parameter to GST_CHECK_CONFIGPROG, to pass sets of modules to the -config script. Convert gnome test...
Original commit message from CVS:
Add a "MODULES" parameter to GST_CHECK_CONFIGPROG, to pass sets of modules
to the -config script.  Convert gnome test to use GST_CHECK_CONFIGPROG.
2001-06-27 17:04:29 +00:00
Richard Boulton 64f9f9c4be Remove HAVE_GDK_PIXBUF and HAVE_LIBAUDIOFILE from acconfig.h and AC_DEFINE: nothing uses these.
Original commit message from CVS:
Remove HAVE_GDK_PIXBUF and HAVE_LIBAUDIOFILE from acconfig.h and AC_DEFINE:
nothing uses these.
Add GST_CHECK_CONFIGPROG macro, to check a -config script and set --cflags
and --libs from it.
Replace audiofile and gdk-pixbuf checks with calls to this macro.
Change use of HAVE_LIBAUDIOFILE to USE_LIBAUDIOFILE automake conditional.
Change use of AUDIOFILE_LIBS variable to LIBAUDIOFILE_LIBS.
2001-06-27 16:56:17 +00:00
Richard Boulton 57db14c036 Add DISABLE-BY-DEFAULT argument to GST_CHECK_FEATURE, to allow a feature to be turned off by default. Turn of XMMS c...
Original commit message from CVS:
Add DISABLE-BY-DEFAULT argument to GST_CHECK_FEATURE, to allow a feature
to be turned off by default.  Turn of XMMS check using this, rather than
a hack.  Fix display of commandline parameters for GST_CHECK_FEATURE and
GST_SUBSYSTEM_DISABLE.
2001-06-27 15:04:03 +00:00
Wim Taymans 4498dccbec Removed the GST_CONFIG_DIR from config.h and made a -D CFLAG for it instead so that we can do full expansion on the s...
Original commit message from CVS:
Removed the GST_CONFIG_DIR from config.h and made a -D CFLAG for it
instead so that we can do full expansion on the sysconfdir.
2001-06-26 22:15:20 +00:00
Richard Boulton 7fcf8e668c Fix up configure --help output: GST_DISABLE_SUBSYSTEM options were not displayed properly.
Original commit message from CVS:
Fix up configure --help output: GST_DISABLE_SUBSYSTEM options were not
displayed properly.
2001-06-26 21:49:54 +00:00
Richard Boulton 37c010c00d Convert XMMS and LIBGHTTP checks to use GST_CHECK_FEATURE()
Original commit message from CVS:
Convert XMMS and LIBGHTTP checks to use GST_CHECK_FEATURE()
XMMS check is turned off by default (though not in a very neat way)
2001-06-26 21:44:45 +00:00
Wim Taymans b6f67c7948 Removed vgasink for now.
Original commit message from CVS:
Removed vgasink for now.
2001-06-26 21:29:02 +00:00
Erik Walthinsen d4fdfa7497 Changes to the GST_SUBSYSTEM_DISABLE macro.
Original commit message from CVS:
Changes to the GST_SUBSYSTEM_DISABLE macro.
2001-06-26 19:49:50 +00:00
Richard Boulton 0ab71b3df2 Convert artsc and arts checks to use GST_CHECK_FEATURE.
Original commit message from CVS:
Convert artsc and arts checks to use GST_CHECK_FEATURE.
Extract the checks into macros.
2001-06-26 18:20:34 +00:00
Richard Boulton ebfdfb73ca Move alsa check to use GST_CHECK_FEATURE macro.
Original commit message from CVS:
Move alsa check to use GST_CHECK_FEATURE macro.
Fix a small bug in the macro.
2001-06-26 02:48:17 +00:00
Richard Boulton 912d0fd85c Added feature check macro, GST_CHECK_FEATURE.
Original commit message from CVS:
Added feature check macro, GST_CHECK_FEATURE.
Moved generation of configure.{in,ac} into a separate script.
Add hack to the script to stop automake complaining about missing
AM_CONDITIONAL call.
Replace ESD check by a call to GST_CHECK_FEATURE.
2001-06-26 01:53:20 +00:00
Richard Boulton 67fef4e42a Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard.
Original commit message from CVS:
Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default:
more portable, configurable, and standard.
2001-06-25 21:39:00 +00:00
Wim Taymans d89a407f2f Added configure checks to disable various major subsystems.
Original commit message from CVS:
Added configure checks to disable various major subsystems.
2001-06-25 19:19:17 +00:00
Wim Taymans 23a5829e73 Removed the wine stuff.
Original commit message from CVS:
Removed the wine stuff.
2001-06-25 16:44:05 +00:00