- Jun 27, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: implemented ring buffer
-
Wim Taymans authored
Original commit message from CVS: Some small fixes.
-
Wim Taymans authored
Original commit message from CVS: Small fixes to the autoplugger so that it uses a colorspace element for video.
-
Erik Walthinsen authored
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
-
Erik Walthinsen authored
Original commit message from CVS: added _CFLAGS and modified to allow the multiple substitition to occur
-
Richard Boulton authored
Original commit message from CVS: Add a hack to ensure that automake picks up the variables AC_SUBSTed in GST_CHECK_CONFIGPROG.
-
Richard Boulton authored
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.
-
Richard Boulton authored
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.
-
Richard Boulton authored
Original commit message from CVS: Fix brokenness with autoconf 2.50. *sigh*
-
Richard Boulton authored
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.
-
Richard Boulton authored
Original commit message from CVS: Add XMMS macro to acinclude.m4, since it's a commonly missing macro. This joins the ALSA macro, which was already in acinclude.m4 We need some more consistent scheme for dealing with these... :(
-
- Jun 26, 2001
-
-
Wim Taymans authored
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.
-
Richard Boulton authored
Original commit message from CVS: Fix up configure --help output: GST_DISABLE_SUBSYSTEM options were not displayed properly.
-
Richard Boulton authored
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)
-
Wim Taymans authored
Original commit message from CVS: Removed vgasink for now.
-
Richard Boulton authored
Original commit message from CVS: Do hacky fix for AM_CONDITIONAL for GST_SUBSYSTEM_DISABLE, too.
-
Erik Walthinsen authored
Original commit message from CVS: Changes to the GST_SUBSYSTEM_DISABLE macro.
-
Richard Boulton authored
Original commit message from CVS: Fix g2g_object_class_list_properties() so that num_properties gets set.
-
Richard Boulton authored
Original commit message from CVS: Convert artsc and arts checks to use GST_CHECK_FEATURE. Extract the checks into macros.
-
Richard Boulton authored
Original commit message from CVS: Move alsa check to use GST_CHECK_FEATURE macro. Fix a small bug in the macro.
-
Richard Boulton authored
Original commit message from CVS: Fixes to work properly with automake 1.4
-
Richard Boulton authored
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.
-
- Jun 25, 2001
-
-
Richard Boulton authored
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.
-
Richard Boulton authored
Original commit message from CVS: Remove more generated files
-
Richard Boulton authored
Original commit message from CVS: Remove many unwanted generated files from distributions.
-
Richard Boulton authored
Original commit message from CVS: Added plugins to DIST_SUBDIRS
-
Wim Taymans authored
Original commit message from CVS: Removed the final bits of GstMeta. Added conditional compilation of various subsystems.
-
Richard Boulton authored
Original commit message from CVS: Add consts to appropriate parameters in debug and info handlers. Add appropriate types for some of the memebers of the GTypeInfo struct.
-
Erik Walthinsen authored
Original commit message from CVS: added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
-
Erik Walthinsen authored
Original commit message from CVS: added some dirs to DIST_SUBDIRS, added a comment to gstobject.h
-
Erik Walthinsen authored
Original commit message from CVS: removed gstmarshal.[ch], added gstmarshal.list, and a first pass at generation rules
-
Wim Taymans authored
Original commit message from CVS: Added configure checks to disable various major subsystems.
-
Richard Boulton authored
Original commit message from CVS: gstreamer.types.in: remove colorspace header. Makefile.am: remove comment inside rule (nonportable).
-
Erik Walthinsen authored
gobject2gtk.h: added g2g_object_get_type() prototype gst.c: fixed gst_add_paths_func() prototype gstelement.c: change... Original commit message from CVS: gobject2gtk.h: added g2g_object_get_type() prototype gst.c: fixed gst_add_paths_func() prototype gstelement.c: changed some prototypes, added a cast
-
Wim Taymans authored
Original commit message from CVS: Added a missing #else
-
Wim Taymans authored
Original commit message from CVS: Removed the wine stuff.
-
Richard Boulton authored
Original commit message from CVS: Fix a warning; stuff following an #endif
-
Richard Boulton authored
Original commit message from CVS: Added check for pkg-config to autogen.sh
-
Erik Walthinsen authored
Original commit message from CVS: Reworked the arguments for DEBUG and INFO. Removed -debug-verbose. Renamed GST_DISABLE_XML to GST_DISABLE_LOADSAVE and added --disable flag.
-
Erik Walthinsen authored
Changed all globally defined stub functions to use the g2g_ prefix instead of g_, to avoid *any* potential namespace ... Original commit message from CVS: Changed all globally defined stub functions to use the g2g_ prefix instead of g_, to avoid *any* potential namespace conflicts.
-