Original commit message from CVS:
Allow elements to be given custom names with [] syntax.
ie, gstreamer-launch disksrc[mysrc] ! ...
makes a disksrc element named mysrc, rather than disksrc0
Suggestion: don't name things with names with numbers at the end, or they
may conflict with names allocated automatically.
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).
Original commit message from CVS:
Ensure that the marshaller code #includes glib-object.h, and hence the
neccessary definitions to enable it to compile.
I don't pretend to understand how the marshalling stuff works - I just
know that it clearly needs this #include, or something similar. If there's
a more correct fix, someone else can do it. Possibly this is a
glib-genmarshal bug, but I've not got the time to go into that.
Original commit message from CVS:
Ensure that the gstmarshal.[ch] files are generated in time by generating
both files in the same rule: previously, only the .c would be generated in
time. Don't put the files in dists (add a dist-hook to take them out),
and clean the files when running distclean.
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.
Original commit message from CVS:
Remove gstreamer.html from generated files, since it was just a broken copy
of one of the other files.
Sort out cleanfiles to some extent.
Note: the make dependencies in this file are completely broken, but it's not clear how to fix them. The docs will be built at make install / dist time,
as a result.
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.
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
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
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.
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.
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.
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... :(
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.
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)
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.
Original commit message from CVS:
Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default:
more portable, configurable, and standard.
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.
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