platform/upstream/gstreamer.git
23 years agoDocs updates
Wim Taymans [Sun, 21 Jan 2001 23:20:46 +0000 (23:20 +0000)]
Docs updates

Original commit message from CVS:
Docs updates
Added XML load from memory functionality
Undid the videosink patch, something else is wrong now on my machine:
no MMX acceleration :-(

23 years agoAn overview of the current EOS handling algorithm.
Wim Taymans [Sun, 21 Jan 2001 17:36:19 +0000 (17:36 +0000)]
An overview of the current EOS handling algorithm.

Original commit message from CVS:
An overview of the current EOS handling algorithm.

23 years agoRamblings about dynamic pads
Wim Taymans [Sun, 21 Jan 2001 16:19:12 +0000 (16:19 +0000)]
Ramblings about dynamic pads

Original commit message from CVS:
Ramblings about dynamic pads

23 years agoI'm too lazy to comment this
Wim Taymans [Sun, 21 Jan 2001 16:18:40 +0000 (16:18 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

23 years agoupdated to exclude various docs formats (.ps, .dvi,...)
Wim Taymans [Sun, 21 Jan 2001 16:10:10 +0000 (16:10 +0000)]
updated to exclude various docs formats (.ps, .dvi,...)

Original commit message from CVS:
updated to exclude various docs formats (.ps, .dvi,...)

23 years agoAdded another test case, a bin in a thread, to test EOS. still hangs because gtk_main...
Wim Taymans [Sun, 21 Jan 2001 16:08:37 +0000 (16:08 +0000)]
Added another test case, a bin in a thread, to test EOS. still hangs because gtk_main hangs in a __poll somewhere.

Original commit message from CVS:
Added another test case, a bin in a thread, to test EOS. still hangs because
gtk_main hangs in a __poll somewhere.

23 years agoMore eos handling, bin in bin is handled correctly now.
Wim Taymans [Sun, 21 Jan 2001 16:06:42 +0000 (16:06 +0000)]
More eos handling, bin in bin is handled correctly now.

Original commit message from CVS:
More eos handling, bin in bin is handled correctly now.
Updated gstreamer-launch to loop while !EOS.

23 years agomore complete(?) XML description of example
Erik Walthinsen [Sun, 21 Jan 2001 01:20:06 +0000 (01:20 +0000)]
more complete(?) XML description of example

Original commit message from CVS:
more complete(?) XML description of example

23 years agoinitial thoughts on framework
Erik Walthinsen [Sun, 21 Jan 2001 01:03:13 +0000 (01:03 +0000)]
initial thoughts on framework

Original commit message from CVS:
initial thoughts on framework

23 years agothe 'OSS hangs when opening the device when in use' bug.
Sepp Wijnands [Sun, 21 Jan 2001 00:57:50 +0000 (00:57 +0000)]
the 'OSS hangs when opening the device when in use' bug.

Original commit message from CVS:
Applied the patch from Sepp Wijnands <mrrazz@garbage-coderz.net> that solves
the 'OSS hangs when opening the device when in use' bug.

23 years agocurrent set of design docs, in .txt format
Erik Walthinsen [Sat, 20 Jan 2001 20:08:59 +0000 (20:08 +0000)]
current set of design docs, in .txt format

Original commit message from CVS:
current set of design docs, in .txt format

23 years agoadded first hack at testing suite design
Erik Walthinsen [Sat, 20 Jan 2001 19:20:13 +0000 (19:20 +0000)]
added first hack at testing suite design

Original commit message from CVS:
added first hack at testing suite design

23 years agoCheck for NULL buffers before chaining/pushing them to the next element.
Wim Taymans [Sat, 20 Jan 2001 18:20:17 +0000 (18:20 +0000)]
Check for NULL buffers before chaining/pushing them to the next element.

Original commit message from CVS:
Check for NULL buffers before chaining/pushing them to the next element.
NULL buffers happen on EOS.
gst_bin_iterate now returns a gboolean indicating something usefull happened.
It the bin is EOS, it returns FALSE.

23 years agoMore EOS changes.
Wim Taymans [Sat, 20 Jan 2001 17:59:25 +0000 (17:59 +0000)]
More EOS changes.

Original commit message from CVS:
More EOS changes.
When a bin2 is found inside a bin1, we add the bin2 to the EOS providers
of the bin1. When there is nothing more to schedule in bin1 and bin2 has
fired EOS, bin1 is in EOS.
The queue overrides the EOS notification and calls EOS on the src pad
when the queue is empty and the sink pad is in EOS.

23 years agoMore test cases for EOS handling
Wim Taymans [Sat, 20 Jan 2001 17:53:03 +0000 (17:53 +0000)]
More test cases for EOS handling

Original commit message from CVS:
More test cases for EOS handling

23 years agoupdated tests code to new ghostpad API
Erik Walthinsen [Sat, 20 Jan 2001 03:36:20 +0000 (03:36 +0000)]
updated tests code to new ghostpad API

Original commit message from CVS:
updated tests code to new ghostpad API

23 years agoupdated test programs to new ghostpad API
Erik Walthinsen [Sat, 20 Jan 2001 03:33:55 +0000 (03:33 +0000)]
updated test programs to new ghostpad API

Original commit message from CVS:
updated test programs to new ghostpad API

23 years agoMake sure the loopfunction ends when an element goes to EOS.
Wim Taymans [Sat, 20 Jan 2001 03:28:37 +0000 (03:28 +0000)]
Make sure the loopfunction ends when an element goes to EOS.

Original commit message from CVS:
Make sure the loopfunction ends when an element goes to EOS.
Fixed the fakesrc bug found by taaz.

23 years agoA very small change to make eos somewhat work. no inner bins are checked.
Wim Taymans [Sat, 20 Jan 2001 03:10:44 +0000 (03:10 +0000)]
A very small change to make eos somewhat work. no inner bins are checked.

Original commit message from CVS:
A very small change to make eos somewhat work. no inner bins are checked.
When an element fires EOS, the chain with that element is removed from
the scheduler (marked inactive). If all chains are inactive, the bin
fires EOS.

23 years agoTwo more test cases
Wim Taymans [Sat, 20 Jan 2001 03:02:29 +0000 (03:02 +0000)]
Two more test cases

Original commit message from CVS:
Two more test cases

23 years agoGot ghostpads to work, even in -launch. Needs more testing still.
Erik Walthinsen [Sat, 20 Jan 2001 02:57:46 +0000 (02:57 +0000)]
Got ghostpads to work, even in -launch.  Needs more testing still.

Original commit message from CVS:
Got ghostpads to work, even in -launch.  Needs more testing still.

23 years agoAPI docs updates
Wim Taymans [Fri, 19 Jan 2001 22:15:21 +0000 (22:15 +0000)]
API docs updates

Original commit message from CVS:
API docs updates

23 years agoMajor cleanup of the latest ghostpad changes. Fixed everything that broke, correctly...
Erik Walthinsen [Fri, 19 Jan 2001 09:37:32 +0000 (09:37 +0000)]
Major cleanup of the latest ghostpad changes.  Fixed everything that broke, correctly.  Someone will want to go updat...

Original commit message from CVS:
Major cleanup of the latest ghostpad changes.  Fixed everything that
broke, correctly.  Someone will want to go update the API doc templates.

23 years agomore cothreads cleanup, and first pass at ARM code
Erik Walthinsen [Fri, 19 Jan 2001 09:14:42 +0000 (09:14 +0000)]
more cothreads cleanup, and first pass at ARM code

Original commit message from CVS:
more cothreads cleanup, and first pass at ARM code

23 years agoALPHA COTHREADS WORK! Worked around a nasty stack issue that probably can't be solve...
Erik Walthinsen [Fri, 19 Jan 2001 07:48:43 +0000 (07:48 +0000)]
ALPHA COTHREADS WORK!  Worked around a nasty stack issue that probably can't be solved anyway.  Tomorrow the UDB buil...

Original commit message from CVS:
ALPHA COTHREADS WORK!  Worked around a nasty stack issue that probably
can't be solved anyway.  Tomorrow the UDB build will commence, and let the
best guess win!

23 years agoFirst pass at updating to new ghostpad system. The objects are in place,
Erik Walthinsen [Fri, 19 Jan 2001 02:23:35 +0000 (02:23 +0000)]
First pass at updating to new ghostpad system.  The objects are in place,

Original commit message from CVS:
First pass at updating to new ghostpad system.  The objects are in place,
I now need to go and get all the Bin end of things worked out.  Testing
should be fairly easy, at least for verification.

Everything I've tried so far works with no changes, with is amazing.
That's just cool.  Once again we rewrite an entire subsystem, and nothing
else notices anything but the new features ;-)

23 years agoFix some typos, and grammar errors.
Richard Boulton [Fri, 19 Jan 2001 02:10:10 +0000 (02:10 +0000)]
Fix some typos, and grammar errors.

Original commit message from CVS:
Fix some typos, and grammar errors.

23 years agoWrote a little more text, and did more of the work on making the sections.
Richard Boulton [Fri, 19 Jan 2001 02:06:40 +0000 (02:06 +0000)]
Wrote a little more text, and did more of the work on making the sections.

Original commit message from CVS:
Wrote a little more text, and did more of the work on making the sections.
When this manual has text in all these sections its going to be pretty
impressive...

23 years agoAdded a little tee test program.
Wim Taymans [Fri, 19 Jan 2001 00:07:40 +0000 (00:07 +0000)]
Added a little tee test program.

Original commit message from CVS:
Added a little tee test program.

23 years agoUpdated -inspect to display the new pad presence REQUEST.
Wim Taymans [Fri, 19 Jan 2001 00:07:10 +0000 (00:07 +0000)]
Updated -inspect to display the new pad presence REQUEST.

Original commit message from CVS:
Updated -inspect to display the new pad presence REQUEST.

23 years agoAnd here they are....
Wim Taymans [Fri, 19 Jan 2001 00:02:53 +0000 (00:02 +0000)]
And here they are....

Original commit message from CVS:
And here they are....

23 years agoMoved queue and typefind elements to the core since they are referenced by name.
Wim Taymans [Fri, 19 Jan 2001 00:01:42 +0000 (00:01 +0000)]
Moved queue and typefind elements to the core since they are referenced by name.

Original commit message from CVS:
Moved queue and typefind elements to the core since they are referenced
by name.

23 years agoAdded mthodes to request an element to create pads: gst_element_request_pad*
Wim Taymans [Thu, 18 Jan 2001 23:46:15 +0000 (23:46 +0000)]
Added mthodes to request an element to create pads: gst_element_request_pad*

Original commit message from CVS:
Added mthodes to request an element to create pads: gst_element_request_pad*
This can be used to construct a tee and a muxer/mixer/aggregator element.
Moved the tee element to elements/ because it can now be handled with the
new pad request features.
The padfactory also has some changes: a pad can now be of presence REQUEST,
which means that the pad can be requested from this plugin (doh).

23 years agoSome more fixes for libxml.
Richard Boulton [Thu, 18 Jan 2001 15:29:46 +0000 (15:29 +0000)]
Some more fixes for libxml.

Original commit message from CVS:
Some more fixes for libxml.
Also, some code formatting changes in esdsink, some further fixes to
vumeter, and some work on synaesthesia to make it closer to working
(it doesn't fully work yet, though. :( )

23 years agoFixes to work with libxml2.
Richard Boulton [Thu, 18 Jan 2001 11:16:53 +0000 (11:16 +0000)]
Fixes to work with libxml2.

Original commit message from CVS:
Fixes to work with libxml2.
Also improved a couple of debugging messagse.

23 years agoUpdates to cothreads code, including non-working alpha. Changed things a bit, includ...
Erik Walthinsen [Thu, 18 Jan 2001 08:54:25 +0000 (08:54 +0000)]
Updates to cothreads code, including non-working alpha.  Changed things a bit, including PPC.  Not having a PPC machi...

Original commit message from CVS:
Updates to cothreads code, including non-working alpha.  Changed things a
bit, including PPC.  Not having a PPC machine, I need someone to test
these changes and report back whether they worked or not.

23 years agoOops
Wim Taymans [Wed, 17 Jan 2001 07:43:13 +0000 (07:43 +0000)]
Oops

Original commit message from CVS:
Oops

23 years agoFix permissions problems: the directory will now always be created mode 2755. In...
Richard Boulton [Wed, 17 Jan 2001 01:59:57 +0000 (01:59 +0000)]
Fix permissions problems: the directory will now always be created mode 2755.  In addition, the temporary file is giv...

Original commit message from CVS:
Fix permissions problems: the directory will now always be created mode
2755.  In addition, the temporary file is given restricted permissions, and
the permissions on the registry file are preserved if one already exists,
or 666 (and modified by the umask) if one doesn't already exist.

23 years agoAdded typefind example to configure.in
Wim Taymans [Wed, 17 Jan 2001 00:02:15 +0000 (00:02 +0000)]
Added typefind example to configure.in

Original commit message from CVS:
Added typefind example to configure.in

23 years agoAdded the typefind example from the manual
Wim Taymans [Wed, 17 Jan 2001 00:01:48 +0000 (00:01 +0000)]
Added the typefind example from the manual

Original commit message from CVS:
Added the typefind example from the manual

23 years agoManual updates and additions
Wim Taymans [Tue, 16 Jan 2001 23:35:22 +0000 (23:35 +0000)]
Manual updates and additions

Original commit message from CVS:
Manual updates and additions

23 years agoFixed the state change code in gstelement that broke with the conversion of the state...
Wim Taymans [Mon, 15 Jan 2001 19:25:26 +0000 (19:25 +0000)]
Fixed the state change code in gstelement that broke with the conversion of the states to a bitfield.

Original commit message from CVS:
Fixed the state change code in gstelement that broke with the conversion
of the states to a bitfield.

23 years agoUpdated docs with dynamic pads
Wim Taymans [Mon, 15 Jan 2001 00:53:07 +0000 (00:53 +0000)]
Updated docs with dynamic pads

Original commit message from CVS:
Updated docs with dynamic pads
Fixed quotes

23 years agoAdded gst_libs to Makefile
Wim Taymans [Sun, 14 Jan 2001 22:28:45 +0000 (22:28 +0000)]
Added gst_libs to Makefile

Original commit message from CVS:
Added gst_libs to Makefile

23 years agoFix build problem when don't have db2html, or a directory to put the manual in: was...
Richard Boulton [Sun, 14 Jan 2001 22:25:43 +0000 (22:25 +0000)]
Fix build problem when don't have db2html, or a directory to put the manual in: was trying to make a symlink in the n...

Original commit message from CVS:
Fix build problem when don't have db2html, or a directory to put the manual in:
was trying to make a symlink in the non-existant directory, and causing the
build to stop.

23 years agoAdding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies right...
Richard Boulton [Sun, 14 Jan 2001 22:24:28 +0000 (22:24 +0000)]
Adding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies right.  Rules copied from automake, and ...

Original commit message from CVS:
Adding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies
right.  Rules copied from automake, and therefore a bit dependent on automake
keeping doing dependency things the same kind of way, but it should work as
long as automake puts dependencies into .deps/*.P

23 years agoFixed a Makefile error
Wim Taymans [Sun, 14 Jan 2001 22:23:59 +0000 (22:23 +0000)]
Fixed a Makefile error

Original commit message from CVS:
Fixed a Makefile error

23 years agoMassive build fixup. Will send message to -devel list later with details on the...
Erik Walthinsen [Sun, 14 Jan 2001 21:55:41 +0000 (21:55 +0000)]
Massive build fixup.  Will send message to -devel list later with details on the changes and what they mean for Makef...

Original commit message from CVS:
Massive build fixup.  Will send message to -devel list later with details
on the changes and what they mean for Makefile.am writers.  Check
docs/random/omega/build/TODO for a list of things that I had to make sure
of.

NOTE: this requires a complete rebuild of all plugins, since I also
changed the STATE enum to a bitfield instead of sequential numbers.

23 years agofixed an odd case with the launcher, didn't deal with argc properly
Erik Walthinsen [Sun, 14 Jan 2001 21:38:15 +0000 (21:38 +0000)]
fixed an odd case with the launcher, didn't deal with argc properly

Original commit message from CVS:
fixed an odd case with the launcher, didn't deal with argc properly

23 years agoChange MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibility
Wim Taymans [Sun, 14 Jan 2001 14:57:56 +0000 (14:57 +0000)]
Change MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibility

Original commit message from CVS:
Change MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibility

23 years agoAdded an extra signal_cond to queue to make sure that the waiting thread is woken...
Wim Taymans [Sun, 14 Jan 2001 14:43:57 +0000 (14:43 +0000)]
Added an extra signal_cond to queue to make sure that the waiting thread is woken up. Can somebody with queue problem...

Original commit message from CVS:
Added an extra signal_cond to queue to make sure that the waiting thread
is woken up. Can somebody with queue problems verifify that this does
improve the situation a bit. I'm suspecting that something else is going
on, like a pthreads bug or something.
Small updates to the fake elements.

23 years agoAdded a couple of lines about debian packages.
Richard Boulton [Sun, 14 Jan 2001 12:42:30 +0000 (12:42 +0000)]
Added a couple of lines about debian packages.

Original commit message from CVS:
Added a couple of lines about debian packages.

23 years agoUpdated quotes :-)
Wim Taymans [Sun, 14 Jan 2001 04:45:42 +0000 (04:45 +0000)]
Updated quotes :-)

Original commit message from CVS:
Updated quotes :-)

23 years agoAntoher way of dealing with EOS. This proposal does not use the recursion to propagat...
Wim Taymans [Sat, 13 Jan 2001 19:04:18 +0000 (19:04 +0000)]
Antoher way of dealing with EOS. This proposal does not use the recursion to propagate the EOS signal. This implies t...

Original commit message from CVS:
Antoher way of dealing with EOS. This proposal does not use the recursion
to propagate the EOS signal. This implies that an element cannot deny an
EOS signal anymore but since the signal is generated when a NULL buffer is
pushed, somebody did something wrong anyway.

23 years agoAdded an updated use case for EOS handling.
Wim Taymans [Sat, 13 Jan 2001 15:47:43 +0000 (15:47 +0000)]
Added an updated use case for EOS handling.

Original commit message from CVS:
Added an updated use case for EOS handling.

23 years agoUpdated the TODO list...
Wim Taymans [Sat, 13 Jan 2001 14:45:49 +0000 (14:45 +0000)]
Updated the TODO list...

Original commit message from CVS:
Updated the TODO list...

23 years agoFixed the directory permission Bug #128637
Wim Taymans [Sat, 13 Jan 2001 14:25:16 +0000 (14:25 +0000)]
Fixed the directory permission Bug #128637

Original commit message from CVS:
Fixed the directory permission Bug #128637

23 years agoinclude parser.h instead of gnome-xml/parser.h untill xml-config is fixed...
Wim Taymans [Sat, 13 Jan 2001 13:51:08 +0000 (13:51 +0000)]
include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...

Original commit message from CVS:
include parser.h instead of gnome-xml/parser.h untill xml-config is
fixed...

23 years agoturned static library build back off for development
Erik Walthinsen [Sat, 13 Jan 2001 02:55:45 +0000 (02:55 +0000)]
turned static library build back off for development

Original commit message from CVS:
turned static library build back off for development

23 years agoAdded case6: a multithreaded audio mixer setup.
Wim Taymans [Sat, 13 Jan 2001 02:12:44 +0000 (02:12 +0000)]
Added case6: a multithreaded audio mixer setup.

Original commit message from CVS:
Added case6: a multithreaded audio mixer setup.

23 years agoAdded config.h as an include to make sure BE/LE stuff works
Wim Taymans [Fri, 12 Jan 2001 23:37:14 +0000 (23:37 +0000)]
Added config.h as an include to make sure BE/LE stuff works

Original commit message from CVS:
Added config.h as an include to make sure BE/LE stuff works

23 years agoAdded a simple mp3 mixer pipeline setup with an explanation of how EOS could be handl...
Wim Taymans [Fri, 12 Jan 2001 22:44:41 +0000 (22:44 +0000)]
Added a simple mp3 mixer pipeline setup with an explanation of how EOS could be handled with it.

Original commit message from CVS:
Added a simple mp3 mixer pipeline setup with an explanation of how EOS
could be handled with it.

23 years agoUpdated ChangeLog :-)
Wim Taymans [Fri, 12 Jan 2001 20:54:04 +0000 (20:54 +0000)]
Updated ChangeLog :-)

Original commit message from CVS:
Updated ChangeLog :-)

23 years agoCheck for more atomic operations
Wim Taymans [Fri, 12 Jan 2001 20:44:16 +0000 (20:44 +0000)]
Check for more atomic operations

Original commit message from CVS:
Check for more atomic operations

23 years agoMade sure the mmx does not get compiled on non x86 CPUs
Wim Taymans [Fri, 12 Jan 2001 19:42:52 +0000 (19:42 +0000)]
Made sure the mmx does not get compiled on non x86 CPUs

Original commit message from CVS:
Made sure the mmx does not get compiled on non x86 CPUs

23 years agoWhile typing on eos2 about the EOS handling, I got an idea and started eos3. eos3...
Wim Taymans [Fri, 12 Jan 2001 18:51:03 +0000 (18:51 +0000)]
While typing on eos2 about the EOS handling, I got an idea and started eos3. eos3 takes a different approach by mergi...

Original commit message from CVS:
While typing on eos2 about the EOS handling, I got an idea and started
eos3. eos3 takes a different approach by merging the eos detection and
the scheduling in a quite elegant way. I'm not sure we handle the
scheduling like this though...

23 years agorenamed private to element_private, to make obvious its usage restrictions
Erik Walthinsen [Thu, 11 Jan 2001 22:09:29 +0000 (22:09 +0000)]
renamed private to element_private, to make obvious its usage restrictions

Original commit message from CVS:
renamed private to element_private, to make obvious its usage restrictions

23 years agoadded gpointer private to pads, so elements can store ints or pointers for their...
Erik Walthinsen [Thu, 11 Jan 2001 22:03:01 +0000 (22:03 +0000)]
added gpointer private to pads, so elements can store ints or pointers for their own use

Original commit message from CVS:
added gpointer private to pads, so elements can store ints or pointers for their own use

23 years agoAdded the REQUIREMENTS file to distdir
Wim Taymans [Thu, 11 Jan 2001 21:53:39 +0000 (21:53 +0000)]
Added the REQUIREMENTS file to distdir

Original commit message from CVS:
Added the REQUIREMENTS file to distdir

23 years agoadded all of my un-committed random doc files, as backup <g>
Erik Walthinsen [Thu, 11 Jan 2001 09:42:17 +0000 (09:42 +0000)]
added all of my un-committed random doc files, as backup <g>

Original commit message from CVS:
added all of my un-committed random doc files, as backup <g>

23 years agoupdated spec file to create -devel package too RELEASE-0_1_0-SLIPSTREAM
Erik Walthinsen [Thu, 11 Jan 2001 00:35:42 +0000 (00:35 +0000)]
updated spec file to create -devel package too

Original commit message from CVS:
updated spec file to create -devel package too

23 years agoremoved some spare newlines
Erik Walthinsen [Thu, 11 Jan 2001 00:33:51 +0000 (00:33 +0000)]
removed some spare newlines

Original commit message from CVS:
removed some spare newlines

23 years agoupdated -launch examples
Erik Walthinsen [Wed, 10 Jan 2001 21:28:49 +0000 (21:28 +0000)]
updated -launch examples

Original commit message from CVS:
updated -launch examples

23 years agominor docs fix
Erik Walthinsen [Wed, 10 Jan 2001 09:15:00 +0000 (09:15 +0000)]
minor docs fix

Original commit message from CVS:
minor docs fix

23 years agoAdded --with-win32-libdir to configure
Wim Taymans [Tue, 9 Jan 2001 21:19:22 +0000 (21:19 +0000)]
Added --with-win32-libdir to configure

Original commit message from CVS:
Added --with-win32-libdir to configure

23 years agoset up to use config option for win32 dll dir
Erik Walthinsen [Tue, 9 Jan 2001 21:06:49 +0000 (21:06 +0000)]
set up to use config option for win32 dll dir

Original commit message from CVS:
set up to use config option for win32 dll dir

23 years agoadded config option for win32 dll and re-enabled static building
Erik Walthinsen [Tue, 9 Jan 2001 21:06:28 +0000 (21:06 +0000)]
added config option for win32 dll and re-enabled static building

Original commit message from CVS:
added config option for win32 dll and re-enabled static building

23 years agolatest irc insanity
Erik Walthinsen [Tue, 9 Jan 2001 20:54:02 +0000 (20:54 +0000)]
latest irc insanity

Original commit message from CVS:
latest irc insanity

23 years agoAdded /usr/lib/win32/ windows libraries in the REQUIREMENTS
Wim Taymans [Tue, 9 Jan 2001 20:53:35 +0000 (20:53 +0000)]
Added /usr/lib/win32/ windows libraries in the REQUIREMENTS

Original commit message from CVS:
Added /usr/lib/win32/ windows libraries in the REQUIREMENTS

23 years agoadded unlink() of registry file, and moved info enable up
Erik Walthinsen [Tue, 9 Jan 2001 20:45:20 +0000 (20:45 +0000)]
added unlink() of registry file, and moved info enable up

Original commit message from CVS:
added unlink() of registry file, and moved info enable up

23 years agotypo fix
Erik Walthinsen [Tue, 9 Jan 2001 06:48:46 +0000 (06:48 +0000)]
typo fix

Original commit message from CVS:
typo fix

23 years agoadded HAVE_GNOME to acconfig.h and added debugging output to cdparanoia
Erik Walthinsen [Tue, 9 Jan 2001 04:42:32 +0000 (04:42 +0000)]
added HAVE_GNOME to acconfig.h and added debugging output to cdparanoia

Original commit message from CVS:
added HAVE_GNOME to acconfig.h and added debugging output to cdparanoia

23 years agovarious changes, including making -launch use the library version
Erik Walthinsen [Tue, 9 Jan 2001 04:39:35 +0000 (04:39 +0000)]
various changes, including making -launch use the library version

Original commit message from CVS:
various changes, including making -launch use the library version

23 years agofixed a leak
Erik Walthinsen [Tue, 9 Jan 2001 04:36:51 +0000 (04:36 +0000)]
fixed a leak

Original commit message from CVS:
fixed a leak

23 years agocvsignore gstreamer-scan{,.c}
Richard Boulton [Mon, 8 Jan 2001 23:57:37 +0000 (23:57 +0000)]
cvsignore gstreamer-scan{,.c}

Original commit message from CVS:
cvsignore gstreamer-scan{,.c}

23 years agoMove plugin example code to new location, and put it into build system.
Richard Boulton [Mon, 8 Jan 2001 23:55:27 +0000 (23:55 +0000)]
Move plugin example code to new location, and put it into build system.

Original commit message from CVS:
Move plugin example code to new location, and put it into build system.
Add work on firstplugin chapter of pwg.
Fix typo in quotes.
Add @'s before commands in manuals.mak

23 years agoManual updates. fixes to gstxml.c gst_xml_get_element was broken
Wim Taymans [Mon, 8 Jan 2001 22:08:40 +0000 (22:08 +0000)]
Manual updates. fixes to gstxml.c gst_xml_get_element was broken

Original commit message from CVS:
Manual updates.
fixes to gstxml.c gst_xml_get_element was broken

23 years agoCorrect typo in comment, and make another comment more helpful.
Richard Boulton [Mon, 8 Jan 2001 22:04:52 +0000 (22:04 +0000)]
Correct typo in comment, and make another comment more helpful.

Original commit message from CVS:
Correct typo in comment, and make another comment more helpful.

23 years agoDisplay what the type of an element is, as the first thing in the properties box.
Richard Boulton [Mon, 8 Jan 2001 20:15:25 +0000 (20:15 +0000)]
Display what the type of an element is, as the first thing in the properties box.

Original commit message from CVS:
Display what the type of an element is, as the first thing in the
properties box.

23 years agoadded another, um, exchange
Erik Walthinsen [Mon, 8 Jan 2001 08:32:46 +0000 (08:32 +0000)]
added another, um, exchange

Original commit message from CVS:
added another, um, exchange

23 years agoFix typo in error message.
Richard Boulton [Mon, 8 Jan 2001 01:43:51 +0000 (01:43 +0000)]
Fix typo in error message.

Original commit message from CVS:
Fix typo in error message.

23 years agoAdd a "quotes" section to the gstreamer manual.
Richard Boulton [Mon, 8 Jan 2001 01:27:07 +0000 (01:27 +0000)]
Add a "quotes" section to the gstreamer manual.

Original commit message from CVS:
Add a "quotes" section to the gstreamer manual.
This may not be an appropriate place to have this - feel free to remove
it.  But I think this should live _somewhere_.

23 years agoRemove text version of headings for fwg. This is now contained in the
Richard Boulton [Mon, 8 Jan 2001 01:23:21 +0000 (01:23 +0000)]
Remove text version of headings for fwg.  This is now contained in the

Original commit message from CVS:
Remove text version of headings for fwg.  This is now contained in the
SGML

23 years agoRenamed the filter writers guide to plugin writers guide.
Richard Boulton [Mon, 8 Jan 2001 01:21:18 +0000 (01:21 +0000)]
Renamed the filter writers guide to plugin writers guide.

Original commit message from CVS:
Renamed the filter writers guide to plugin writers guide.
Added in the planned section headings.

23 years agoAdded a sample tescase file
Wim Taymans [Sun, 7 Jan 2001 22:59:18 +0000 (22:59 +0000)]
Added a sample tescase file

Original commit message from CVS:
Added a sample tescase file

23 years agoAdded iterations
Wim Taymans [Sun, 7 Jan 2001 22:36:28 +0000 (22:36 +0000)]
Added iterations

Original commit message from CVS:
Added iterations

23 years agoAdded a plan for regression test plan definitions
Wim Taymans [Sun, 7 Jan 2001 22:34:34 +0000 (22:34 +0000)]
Added a plan for regression test plan definitions

Original commit message from CVS:
Added a plan for regression test plan definitions

23 years agoHandle the tee element like bin, thread, pipeline, so that it can be used in gstreame...
Wim Taymans [Sun, 7 Jan 2001 18:36:30 +0000 (18:36 +0000)]
Handle the tee element like bin, thread, pipeline, so that it can be used in gstreamer-inspect and gstreamer-launch...

Original commit message from CVS:
Handle the tee element like bin, thread, pipeline, so that it can be used
in gstreamer-inspect and gstreamer-launch...

23 years agoMade sure -g is not used when no --enable-debug
Wim Taymans [Sun, 7 Jan 2001 17:09:28 +0000 (17:09 +0000)]
Made sure -g is not used when no --enable-debug

Original commit message from CVS:
Made sure -g is not used when no --enable-debug
Updated AUTHORS in gstmediaplay

23 years agoFix typos in save_regsitry()
Richard Boulton [Sun, 7 Jan 2001 16:48:32 +0000 (16:48 +0000)]
Fix typos in save_regsitry()

Original commit message from CVS:
Fix typos in save_regsitry()