Steve Baker [Fri, 27 Jul 2001 16:35:27 +0000 (16:35 +0000)]
compile fix for glib2
Original commit message from CVS:
compile fix for glib2
Steve Baker [Fri, 27 Jul 2001 13:12:13 +0000 (13:12 +0000)]
compile fix when atomic refcounting is not available
Original commit message from CVS:
compile fix when atomic refcounting is not available
Wim Taymans [Wed, 25 Jul 2001 21:40:42 +0000 (21:40 +0000)]
Added signal output and object hierarchy output.
Original commit message from CVS:
Added signal output and object hierarchy output.
Wim Taymans [Wed, 25 Jul 2001 21:40:03 +0000 (21:40 +0000)]
Added shims for signal introspections and g_type_parent
Original commit message from CVS:
Added shims for signal introspections and g_type_parent
Andy Wingo [Wed, 25 Jul 2001 20:49:58 +0000 (20:49 +0000)]
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.
Christian Schaller [Tue, 24 Jul 2001 20:05:27 +0000 (20:05 +0000)]
- Put README contents into man page and fixed the Groff enconding (or whatever it is called.)
Original commit message from CVS:
2001-23-07 Christian Schaller <Uraeus@linuxrising.org>
- Put README contents into man page and fixed the Groff enconding (or whatever it is called.)
Wim Taymans [Mon, 23 Jul 2001 00:57:06 +0000 (00:57 +0000)]
Reverted to the old g_idle loop. too many problems with xvideosink and the GtkWindow when we don't have an idle loop..
Original commit message from CVS:
Reverted to the old g_idle loop. too many problems with xvideosink and
the GtkWindow when we don't have an idle loop..
David I. Lehn [Fri, 20 Jul 2001 22:08:53 +0000 (22:08 +0000)]
Some basic deb building rules
Original commit message from CVS:
Some basic deb building rules
David I. Lehn [Fri, 20 Jul 2001 22:08:01 +0000 (22:08 +0000)]
cosmetic stuff, -O3 does inline-functions
Original commit message from CVS:
cosmetic stuff, -O3 does inline-functions
Wim Taymans [Fri, 20 Jul 2001 21:26:34 +0000 (21:26 +0000)]
Removed some stuff from the makefile until it stopped complaining when building debs...
Original commit message from CVS:
Removed some stuff from the makefile until it stopped complaining when
building debs...
David I. Lehn [Fri, 20 Jul 2001 06:54:43 +0000 (06:54 +0000)]
remove Gtk classes from Gst hierarchy
Original commit message from CVS:
remove Gtk classes from Gst hierarchy
David I. Lehn [Fri, 20 Jul 2001 06:53:16 +0000 (06:53 +0000)]
not used anymore
Original commit message from CVS:
not used anymore
David I. Lehn [Fri, 20 Jul 2001 06:52:18 +0000 (06:52 +0000)]
Update to Debian packaging files to 0.2.1-2
Original commit message from CVS:
Update to Debian packaging files to 0.2.1-2
Richard Boulton [Wed, 18 Jul 2001 22:38:22 +0000 (22:38 +0000)]
Sort out some remaining bits of fwg which weren't valid sgml.
Original commit message from CVS:
Sort out some remaining bits of fwg which weren't valid sgml.
Richard Boulton [Wed, 18 Jul 2001 22:18:02 +0000 (22:18 +0000)]
Fix incorrectly matched tags, as found by xsltproc. ;-)
Original commit message from CVS:
Fix incorrectly matched tags, as found by xsltproc. ;-)
Richard Boulton [Wed, 18 Jul 2001 22:08:30 +0000 (22:08 +0000)]
Add instructions for getting docbook-gnome-bin debian package, needed to build manual and PWG.
Original commit message from CVS:
Add instructions for getting docbook-gnome-bin debian package, needed
to build manual and PWG.
Wim Taymans [Wed, 18 Jul 2001 19:04:29 +0000 (19:04 +0000)]
Make sure the autoplugger doesn't try to connect elements with request pads for now.
Original commit message from CVS:
Make sure the autoplugger doesn't try to connect elements with request pads
for now.
Wim Taymans [Tue, 17 Jul 2001 21:51:17 +0000 (21:51 +0000)]
Added what I think should be the basic steps for writing a plugin.
Original commit message from CVS:
Added what I think should be the basic steps for writing a plugin.
Wim Taymans [Mon, 16 Jul 2001 20:18:17 +0000 (20:18 +0000)]
Added missing pad_select prototypes/defs.
Original commit message from CVS:
Added missing pad_select prototypes/defs.
Richard Boulton [Mon, 16 Jul 2001 09:04:01 +0000 (09:04 +0000)]
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.
Wim Taymans [Sun, 15 Jul 2001 14:24:27 +0000 (14:24 +0000)]
Changed the main loop to while (iterate(bin))
Original commit message from CVS:
Changed the main loop to while (iterate(bin))
Wim Taymans [Sun, 15 Jul 2001 13:04:38 +0000 (13:04 +0000)]
Properly set the eos flag when no elements can be scheduled.
Original commit message from CVS:
Properly set the eos flag when no elements can be scheduled.
Thomas Vander Stichele [Sat, 14 Jul 2001 20:15:14 +0000 (20:15 +0000)]
added muxer Makefile
Original commit message from CVS:
added muxer Makefile
Wim Taymans [Wed, 11 Jul 2001 22:52:48 +0000 (22:52 +0000)]
Added prototypes for gst_pad_peek, gst_pad_select and gst_pad_selectv.
Original commit message from CVS:
Added prototypes for gst_pad_peek, gst_pad_select and gst_pad_selectv.
Added different scheduling methods in aggregator.
Fixed a bug in fakesrc when setting up the scheduling functions.
Wim Taymans [Wed, 11 Jul 2001 19:26:22 +0000 (19:26 +0000)]
Added a muxing test case.
Original commit message from CVS:
Added a muxing test case.
Wim Taymans [Wed, 11 Jul 2001 19:23:57 +0000 (19:23 +0000)]
Added a g_assert when a filled bufpen is overwritten.
Original commit message from CVS:
Added a g_assert when a filled bufpen is overwritten.
Wim Taymans [Wed, 11 Jul 2001 19:22:20 +0000 (19:22 +0000)]
Some cleanups in output of various test plugins.
Original commit message from CVS:
Some cleanups in output of various test plugins.
Added debug output to tee.
Added buffer duplication to identity.
Wim Taymans [Wed, 11 Jul 2001 16:45:43 +0000 (16:45 +0000)]
Added request pads to fakesink.
Original commit message from CVS:
Added request pads to fakesink.
Wim Taymans [Wed, 11 Jul 2001 15:51:40 +0000 (15:51 +0000)]
Added DEBUG_FUNCPTR to most plugins.
Original commit message from CVS:
Added DEBUG_FUNCPTR to most plugins.
Added request pads to fakesrc and aggregator.
Wim Taymans [Wed, 11 Jul 2001 15:50:16 +0000 (15:50 +0000)]
Print out the request pad function.
Original commit message from CVS:
Print out the request pad function.
Wim Taymans [Wed, 11 Jul 2001 14:56:16 +0000 (14:56 +0000)]
Some code cleanups.
Original commit message from CVS:
Some code cleanups.
Added printouts of the buffer timestamps in identity, fakesrc, fakesink.
Added an aggregator test element.
Andy Wingo [Wed, 11 Jul 2001 12:33:17 +0000 (12:33 +0000)]
to element classes without using an elementfactory.
Original commit message from CVS:
Aplied the patch from Andy Wingo <apwingo@eos.ncsu.edu> add padtemplates
to element classes without using an elementfactory.
The gst_element_add_padtemplate_to_class method was renamed to
gst_element_class_add_padtemplate to better match glib/gtk conventions.
Wim Taymans [Wed, 11 Jul 2001 12:09:50 +0000 (12:09 +0000)]
Removed the remaining bits of MetaData.
Original commit message from CVS:
Removed the remaining bits of MetaData.
Erik Walthinsen [Wed, 11 Jul 2001 01:02:00 +0000 (01:02 +0000)]
added speed and volume to configure.base
Original commit message from CVS:
added speed and volume to configure.base
Wim Taymans [Sun, 8 Jul 2001 21:02:10 +0000 (21:02 +0000)]
Added a vob to mpeg1 transcoder. note that this one is only 68 lines long.
Original commit message from CVS:
Added a vob to mpeg1 transcoder. note that this one is only 68 lines long.
Wim Taymans [Sat, 7 Jul 2001 16:34:31 +0000 (16:34 +0000)]
Added the init.sgml file to the makefile
Original commit message from CVS:
Added the init.sgml file to the makefile
Wim Taymans [Sat, 7 Jul 2001 15:30:39 +0000 (15:30 +0000)]
More blablah about how cool GStreamer really is..
Original commit message from CVS:
More blablah about how cool GStreamer really is..
Wim Taymans [Sat, 7 Jul 2001 15:10:29 +0000 (15:10 +0000)]
Added docs on library init.
Original commit message from CVS:
Added docs on library init.
Wim Taymans [Sat, 7 Jul 2001 14:17:22 +0000 (14:17 +0000)]
Lots of updates.
Original commit message from CVS:
Lots of updates.
Added a chapter about the autoplugcache.
Updated the autoplug example using the autoplugcache.
Moved some stuff around.
Added an example app for gst_parse_launch.
Updated the debug info.
Wim Taymans [Sat, 7 Jul 2001 14:14:42 +0000 (14:14 +0000)]
Add sane arg checking.
Original commit message from CVS:
Add sane arg checking.
Wim Taymans [Sat, 7 Jul 2001 14:07:03 +0000 (14:07 +0000)]
Added a parse_launch example.
Original commit message from CVS:
Added a parse_launch example.
Wim Taymans [Sat, 7 Jul 2001 13:32:43 +0000 (13:32 +0000)]
Updated the autoplug example.
Original commit message from CVS:
Updated the autoplug example.
Wim Taymans [Sat, 7 Jul 2001 11:34:54 +0000 (11:34 +0000)]
Some updates to the manual, mostly glib2 related.
Original commit message from CVS:
Some updates to the manual, mostly glib2 related.
Wim Taymans [Sat, 7 Jul 2001 10:55:58 +0000 (10:55 +0000)]
Removed the last bits of Metadata.
Original commit message from CVS:
Removed the last bits of Metadata.
Updated the bufferpool docs.
Wim Taymans [Thu, 5 Jul 2001 22:08:24 +0000 (22:08 +0000)]
Added the qcam src
Original commit message from CVS:
Added the qcam src
Wim Taymans [Thu, 5 Jul 2001 21:53:30 +0000 (21:53 +0000)]
Added the xid stuff in again if compiling against gtk.
Original commit message from CVS:
Added the xid stuff in again if compiling against gtk.
Trivial commit, anonymous here [Wed, 4 Jul 2001 20:49:06 +0000 (20:49 +0000)]
Added arg setting for UINT types.
Original commit message from CVS:
Added arg setting for UINT types.
Wim Taymans [Sun, 1 Jul 2001 22:19:44 +0000 (22:19 +0000)]
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..
Steve Baker [Sun, 1 Jul 2001 16:01:24 +0000 (16:01 +0000)]
return NULL from g2g_object_class_find_property if gtk_object_arg_get_info returns an error
Original commit message from CVS:
return NULL from g2g_object_class_find_property if gtk_object_arg_get_info returns an error
Wim Taymans [Sun, 1 Jul 2001 13:59:03 +0000 (13:59 +0000)]
Added types and structures for AVI/DV.
Original commit message from CVS:
Added types and structures for AVI/DV.
Christian Schaller [Sun, 1 Jul 2001 11:18:49 +0000 (11:18 +0000)]
- Updated SPEC file.
Original commit message from CVS:
2001-01-07 Christian Schaller <Uraeus@linuxrising.org>
- Updated SPEC file.
- Splitt out GUI modules
- Added quicktime, flac, chart, udp modules
Christian Schaller [Sun, 1 Jul 2001 11:16:31 +0000 (11:16 +0000)]
- Added FLAC information
Original commit message from CVS:
2001-01-07 Christian Schaller <Uraeus@linuxrising.org>
- Added FLAC information
Richard Boulton [Sun, 1 Jul 2001 11:12:28 +0000 (11:12 +0000)]
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.
Wim Taymans [Sat, 30 Jun 2001 15:22:03 +0000 (15:22 +0000)]
Added configure checks for libsidplay.
Original commit message from CVS:
Added configure checks for libsidplay.
Wim Taymans [Sat, 30 Jun 2001 00:45:23 +0000 (00:45 +0000)]
Added the SID plugin.
Original commit message from CVS:
Added the SID plugin.
Wim Taymans [Sat, 30 Jun 2001 00:35:55 +0000 (00:35 +0000)]
Fix an endless loop at EOS.. this is a hack...
Original commit message from CVS:
Fix an endless loop at EOS.. this is a hack...
Richard Boulton [Fri, 29 Jun 2001 17:53:02 +0000 (17:53 +0000)]
Allow elements to be given custom names with [] syntax. ie, gstreamer-launch disksrc[mysrc] ! ...
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.
Richard Boulton [Fri, 29 Jun 2001 11:30:18 +0000 (11:30 +0000)]
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).
Richard Boulton [Fri, 29 Jun 2001 10:26:13 +0000 (10:26 +0000)]
Prefix for marshallers should be gst_marshal, rather than gst.
Original commit message from CVS:
Prefix for marshallers should be gst_marshal, rather than gst.
This now actually compiles for me.
Richard Boulton [Fri, 29 Jun 2001 09:39:58 +0000 (09:39 +0000)]
Ensure that the marshaller code #includes glib-object.h, and hence the neccessary definitions to enable it to compile.
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.
Richard Boulton [Thu, 28 Jun 2001 23:58:54 +0000 (23:58 +0000)]
Ensure that the gstmarshal.[ch] files are generated in time by generating both files in the same rule: previously, on...
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.
Richard Boulton [Thu, 28 Jun 2001 21:44:33 +0000 (21:44 +0000)]
Make sure conditionally compiled files are added to the dist.
Original commit message from CVS:
Make sure conditionally compiled files are added to the dist.
Wim Taymans [Thu, 28 Jun 2001 19:32:41 +0000 (19:32 +0000)]
Added a check for the FLAC plugin.
Original commit message from CVS:
Added a check for the FLAC plugin.
Richard Boulton [Thu, 28 Jun 2001 18:35:51 +0000 (18:35 +0000)]
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.
Richard Boulton [Thu, 28 Jun 2001 16:31:04 +0000 (16:31 +0000)]
Remove gstreamer.html from generated files, since it was just a broken copy of one of the other files.
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.
Richard Boulton [Thu, 28 Jun 2001 16:01:57 +0000 (16:01 +0000)]
Fix a typo in a comment.
Original commit message from CVS:
Fix a typo in a comment.
Richard Boulton [Thu, 28 Jun 2001 15:39:48 +0000 (15:39 +0000)]
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.
Richard Boulton [Thu, 28 Jun 2001 11:56:03 +0000 (11:56 +0000)]
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
Richard Boulton [Thu, 28 Jun 2001 10:57:39 +0000 (10:57 +0000)]
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.
Thomas Vander Stichele [Wed, 27 Jun 2001 20:53:40 +0000 (20:53 +0000)]
implemented ring buffer
Original commit message from CVS:
implemented ring buffer
Wim Taymans [Wed, 27 Jun 2001 20:20:07 +0000 (20:20 +0000)]
Some small fixes.
Original commit message from CVS:
Some small fixes.
Wim Taymans [Wed, 27 Jun 2001 20:19:00 +0000 (20:19 +0000)]
Small fixes to the autoplugger so that it uses a colorspace element for video.
Original commit message from CVS:
Small fixes to the autoplugger so that it uses a colorspace element for
video.
Erik Walthinsen [Wed, 27 Jun 2001 20:14:07 +0000 (20:14 +0000)]
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 [Wed, 27 Jun 2001 19:22:03 +0000 (19:22 +0000)]
added _CFLAGS and modified to allow the multiple substitition to occur
Original commit message from CVS:
added _CFLAGS and modified to allow the multiple substitition to occur
Richard Boulton [Wed, 27 Jun 2001 17:22:26 +0000 (17:22 +0000)]
Add a hack to ensure that automake picks up the variables AC_SUBSTed in
Original commit message from CVS:
Add a hack to ensure that automake picks up the variables AC_SUBSTed in
GST_CHECK_CONFIGPROG.
Richard Boulton [Wed, 27 Jun 2001 17:04:29 +0000 (17:04 +0000)]
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 [Wed, 27 Jun 2001 16:56:17 +0000 (16:56 +0000)]
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.
Richard Boulton [Wed, 27 Jun 2001 16:06:38 +0000 (16:06 +0000)]
Fix brokenness with autoconf 2.50. *sigh*
Original commit message from CVS:
Fix brokenness with autoconf 2.50. *sigh*
Richard Boulton [Wed, 27 Jun 2001 15:04:03 +0000 (15:04 +0000)]
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 [Wed, 27 Jun 2001 09:59:08 +0000 (09:59 +0000)]
Add XMMS macro to acinclude.m4, since it's a commonly missing macro.
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... :(
Wim Taymans [Tue, 26 Jun 2001 22:15:20 +0000 (22:15 +0000)]
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 [Tue, 26 Jun 2001 21:49:54 +0000 (21:49 +0000)]
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.
Richard Boulton [Tue, 26 Jun 2001 21:44:45 +0000 (21:44 +0000)]
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)
Wim Taymans [Tue, 26 Jun 2001 21:29:02 +0000 (21:29 +0000)]
Removed vgasink for now.
Original commit message from CVS:
Removed vgasink for now.
Richard Boulton [Tue, 26 Jun 2001 19:56:22 +0000 (19:56 +0000)]
Do hacky fix for AM_CONDITIONAL for GST_SUBSYSTEM_DISABLE, too.
Original commit message from CVS:
Do hacky fix for AM_CONDITIONAL for GST_SUBSYSTEM_DISABLE, too.
Erik Walthinsen [Tue, 26 Jun 2001 19:49:50 +0000 (19:49 +0000)]
Changes to the GST_SUBSYSTEM_DISABLE macro.
Original commit message from CVS:
Changes to the GST_SUBSYSTEM_DISABLE macro.
Richard Boulton [Tue, 26 Jun 2001 19:06:37 +0000 (19:06 +0000)]
Fix g2g_object_class_list_properties() so that num_properties gets set.
Original commit message from CVS:
Fix g2g_object_class_list_properties() so that num_properties gets set.
Richard Boulton [Tue, 26 Jun 2001 18:20:34 +0000 (18:20 +0000)]
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.
Richard Boulton [Tue, 26 Jun 2001 02:48:17 +0000 (02:48 +0000)]
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.
Richard Boulton [Tue, 26 Jun 2001 02:27:14 +0000 (02:27 +0000)]
Fixes to work properly with automake 1.4
Original commit message from CVS:
Fixes to work properly with automake 1.4
Richard Boulton [Tue, 26 Jun 2001 01:53:20 +0000 (01:53 +0000)]
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.
Richard Boulton [Mon, 25 Jun 2001 21:39:00 +0000 (21:39 +0000)]
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 [Mon, 25 Jun 2001 20:53:20 +0000 (20:53 +0000)]
Remove more generated files
Original commit message from CVS:
Remove more generated files
Richard Boulton [Mon, 25 Jun 2001 20:41:05 +0000 (20:41 +0000)]
Remove many unwanted generated files from distributions.
Original commit message from CVS:
Remove many unwanted generated files from distributions.
Richard Boulton [Mon, 25 Jun 2001 20:39:53 +0000 (20:39 +0000)]
Added plugins to DIST_SUBDIRS
Original commit message from CVS:
Added plugins to DIST_SUBDIRS
Wim Taymans [Mon, 25 Jun 2001 20:36:02 +0000 (20:36 +0000)]
Removed the final bits of GstMeta.
Original commit message from CVS:
Removed the final bits of GstMeta.
Added conditional compilation of various subsystems.
Richard Boulton [Mon, 25 Jun 2001 20:09:10 +0000 (20:09 +0000)]
Add consts to appropriate parameters in debug and info handlers.
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 [Mon, 25 Jun 2001 20:01:42 +0000 (20:01 +0000)]
added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
Original commit message from CVS:
added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST
Erik Walthinsen [Mon, 25 Jun 2001 20:00:45 +0000 (20:00 +0000)]
added some dirs to DIST_SUBDIRS, added a comment to gstobject.h
Original commit message from CVS:
added some dirs to DIST_SUBDIRS, added a comment to gstobject.h
Erik Walthinsen [Mon, 25 Jun 2001 19:59:33 +0000 (19:59 +0000)]
removed gstmarshal.[ch], added gstmarshal.list, and a first pass at generation rules
Original commit message from CVS:
removed gstmarshal.[ch], added gstmarshal.list, and a first pass at generation rules