platform/upstream/gstreamer.git
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()

23 years agoFolling wtays suggestion, I was going to start using xmlDocDump, to avoid a symlink...
Richard Boulton [Sun, 7 Jan 2001 16:14:35 +0000 (16:14 +0000)]
Folling wtays suggestion, I was going to start using xmlDocDump, to avoid a symlink attack on the temporary registry ...

Original commit message from CVS:
Folling wtays suggestion, I was going to start using xmlDocDump, to
avoid a symlink attack on the temporary registry file.  Unfortunately,
xmlDocDump doesn't give any indication whether its successful, so I've
#ifdefed this out and left the original in place.  Since the tmp file
is in /etc/gstreamer, this should be okay for the moment, but I shall
ask the libxml people to add some way of getting the success value of
DocDump so we can use that in future.

23 years agoSlight tweak: now I just need to send the modified version off to the alsa people.
Richard Boulton [Sun, 7 Jan 2001 15:31:19 +0000 (15:31 +0000)]
Slight tweak: now I just need to send the modified version off to the alsa people.

Original commit message from CVS:
Slight tweak: now I just need to send the modified version off to the alsa
people.

23 years agoNew macro for testing for ALSA libraries.
Richard Boulton [Sun, 7 Jan 2001 15:25:11 +0000 (15:25 +0000)]
New macro for testing for ALSA libraries.

Original commit message from CVS:
New macro for testing for ALSA libraries.
Understands the ACTION_IF_FOUND and ACTION_IF_NOT_FOUND arguments.

23 years agogstreamer-register will now never cause the
Richard Boulton [Sun, 7 Jan 2001 15:20:49 +0000 (15:20 +0000)]
gstreamer-register will now never cause the

Original commit message from CVS:
gstreamer-register will now never cause the
** WARNING **: gstplugin: registry needs rebuild
warning to appear - sets a hidden global in gstplugin.c to turn the
warning off.
Fix a warning in gst/cothreads.c (function was declared extern, defined
static)

23 years agoGreatly simplyfied queue locking by only using the elements mutex. This should fix...
Wim Taymans [Sun, 7 Jan 2001 14:49:23 +0000 (14:49 +0000)]
Greatly simplyfied queue locking by only using the elements mutex. This should fix the locking problems we had...

Original commit message from CVS:
Greatly simplyfied queue locking by only using the elements mutex. This
should fix the locking problems we had...

23 years agoDon't add -lasound etc to LIBS if ALSA turns out not to be installed.
Richard Boulton [Sun, 7 Jan 2001 14:16:16 +0000 (14:16 +0000)]
Don't add -lasound etc to LIBS if ALSA turns out not to be installed.

Original commit message from CVS:
Don't add -lasound etc to LIBS if ALSA turns out not to be installed.

23 years agoAdd an acinclude containing AM_PATH_ALSA, so wtay can compile.
Richard Boulton [Sun, 7 Jan 2001 14:05:48 +0000 (14:05 +0000)]
Add an acinclude containing AM_PATH_ALSA, so wtay can compile.

Original commit message from CVS:
Add an acinclude containing AM_PATH_ALSA, so wtay can compile.
Will shortly update this with a slightly better macro.

23 years agoAdd tests for -L png and -L eps arguments to fig2dev.
Richard Boulton [Sun, 7 Jan 2001 13:58:57 +0000 (13:58 +0000)]
Add tests for -L png and -L eps arguments to fig2dev.

Original commit message from CVS:
Add tests for -L png and -L eps arguments to fig2dev.
Correct slip in docs/manuals.mak which used HAVE_DB2PS instead of
HAVE_PS2PDF.

23 years agoadded check for libasound, and fixed check for cdparanoia
Erik Walthinsen [Sun, 7 Jan 2001 08:40:09 +0000 (08:40 +0000)]
added check for libasound, and fixed check for cdparanoia

Original commit message from CVS:
added check for libasound, and fixed check for cdparanoia

23 years agomore leak fixes
Erik Walthinsen [Sun, 7 Jan 2001 07:45:54 +0000 (07:45 +0000)]
more leak fixes

Original commit message from CVS:
more leak fixes

23 years agoCheck plugin repository up-to-dateness by scanning through all directories on path...
Richard Boulton [Sun, 7 Jan 2001 07:01:37 +0000 (07:01 +0000)]
Check plugin repository up-to-dateness by scanning through all directories on path, and checking that they and all th...

Original commit message from CVS:
Check plugin repository up-to-dateness by scanning through all directories
on path, and checking that they and all their files are older than the
repository.  Give warning message if not.

23 years agoTest xmlSaveFile return value correctly (had to get source to find out what it meant...
Richard Boulton [Sun, 7 Jan 2001 05:54:10 +0000 (05:54 +0000)]
Test xmlSaveFile return value correctly (had to get source to find out what it meant...)  gstreamer-register now seem...

Original commit message from CVS:
Test xmlSaveFile return value correctly (had to get source to find out
what it meant...)  gstreamer-register now seems to work fine, even in
a non-standard location.

23 years agoFix tiny slip which made configdir still always be /etc/gstreamer/
Richard Boulton [Sun, 7 Jan 2001 05:35:09 +0000 (05:35 +0000)]
Fix tiny slip which made configdir still always be /etc/gstreamer/

Original commit message from CVS:
Fix tiny slip which made configdir still always be /etc/gstreamer/

23 years agoConfig directory (which currently just holds the registry)ecan now be set by configur...
Richard Boulton [Sun, 7 Jan 2001 05:30:07 +0000 (05:30 +0000)]
Config directory (which currently just holds the registry)ecan now be set by configure --with-configdir=<directory path>

Original commit message from CVS:
Config directory (which currently just holds the registry)ecan now be set
by configure --with-configdir=<directory path>

23 years agoAlmost completely rewritten gstreamer-register.
Richard Boulton [Sun, 7 Jan 2001 04:51:31 +0000 (04:51 +0000)]
Almost completely rewritten gstreamer-register.

Original commit message from CVS:
Almost completely rewritten gstreamer-register.
Now checks most errors that can happen, and displays a useful message.

23 years agoremoved a leak
Erik Walthinsen [Sun, 7 Jan 2001 04:28:04 +0000 (04:28 +0000)]
removed a leak

Original commit message from CVS:
removed a leak

23 years agoturned -launch capabilities into gst_parse_launch()
Erik Walthinsen [Sun, 7 Jan 2001 04:00:30 +0000 (04:00 +0000)]
turned -launch capabilities into gst_parse_launch()

Original commit message from CVS:
turned -launch capabilities into gst_parse_launch()

23 years agoAdded sleep time to identity
Wim Taymans [Sun, 7 Jan 2001 03:42:27 +0000 (03:42 +0000)]
Added sleep time to identity

Original commit message from CVS:
Added sleep time to identity
Added timeout value in queue (not activated yet)

23 years agofixed a bug with NULL args, but need to fix the parser that created them
Erik Walthinsen [Sun, 7 Jan 2001 03:06:28 +0000 (03:06 +0000)]
fixed a bug with NULL args, but need to fix the parser that created them

Original commit message from CVS:
fixed a bug with NULL args, but need to fix the parser that created them

23 years agoAdded a deadlock case for the queue
Wim Taymans [Sun, 7 Jan 2001 02:30:50 +0000 (02:30 +0000)]
Added a deadlock case for the queue

Original commit message from CVS:
Added a deadlock case for the queue

23 years agoMore updates: now have headings for the second section too, and some text for it...
Richard Boulton [Sun, 7 Jan 2001 02:23:40 +0000 (02:23 +0000)]
More updates: now have headings for the second section too, and some text for it... ;-)

Original commit message from CVS:
More updates: now have headings for the second section too, and some
text for it... ;-)

23 years agoWrote introduction, and changed name to plugin writers guide (though files still...
Richard Boulton [Sun, 7 Jan 2001 00:12:46 +0000 (00:12 +0000)]
Wrote introduction, and changed name to plugin writers guide (though files still need rename).  I'll leave the filena...

Original commit message from CVS:
Wrote introduction, and changed name to plugin writers guide (though
files still need rename).  I'll leave the filenames as is for now, since
the name might still change again...

23 years agoCleaned up the docs a bit.
Erik Walthinsen [Sat, 6 Jan 2001 22:05:15 +0000 (22:05 +0000)]
Cleaned up the docs a bit.

Original commit message from CVS:
Cleaned up the docs a bit.

23 years agoRearranged the mutex locking, still have to think about it though...
Wim Taymans [Sat, 6 Jan 2001 19:09:40 +0000 (19:09 +0000)]
Rearranged the mutex locking, still have to think about it though...

Original commit message from CVS:
Rearranged the mutex locking, still have to think about it though...

23 years agoAdded a mutex around the mem_chunck alloc routines
Wim Taymans [Sat, 6 Jan 2001 18:08:04 +0000 (18:08 +0000)]
Added a mutex around the mem_chunck alloc routines

Original commit message from CVS:
Added a mutex around the mem_chunck alloc routines

23 years agoAdded/updated .cvsignore
Wim Taymans [Sat, 6 Jan 2001 16:56:15 +0000 (16:56 +0000)]
Added/updated .cvsignore

Original commit message from CVS:
Added/updated .cvsignore

23 years agoFixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements with the...
Wim Taymans [Sat, 6 Jan 2001 16:52:44 +0000 (16:52 +0000)]
Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements with the current scheduler. Remove the subt...

Original commit message from CVS:
Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements
with the current scheduler. Remove the subtitle parser because it's not
possible with the current scheduler.
Added a padtemplate for MPEG2 subtitles.

23 years agoremoved xing and added AM_CONDITIONAL for HAVE_GNOME
Erik Walthinsen [Sat, 6 Jan 2001 10:42:07 +0000 (10:42 +0000)]
removed xing and added AM_CONDITIONAL for HAVE_GNOME

Original commit message from CVS:
removed xing and added AM_CONDITIONAL for HAVE_GNOME

23 years agoadded --enable-debug to autogen.sh, duh...
Erik Walthinsen [Sat, 6 Jan 2001 09:49:39 +0000 (09:49 +0000)]
added --enable-debug to autogen.sh, duh...

Original commit message from CVS:
added --enable-debug to autogen.sh, duh...

23 years agoUpdated the manual and the docs.
Wim Taymans [Sat, 6 Jan 2001 02:35:17 +0000 (02:35 +0000)]
Updated the manual and the docs.

Original commit message from CVS:
Updated the manual and the docs.
Removed the esdsink in gst/elements/ we have a real one not in the
plugins dir.
Added more APIs to query the plugins, types and caps. more fields now
have a getter and a setter. This is needed to make gstreamer wrapper
fiendly.
Added gst_element_disconnect beacuse we also have a gst_element_connect

23 years agoDocs updates
Wim Taymans [Fri, 5 Jan 2001 18:50:41 +0000 (18:50 +0000)]
Docs updates

Original commit message from CVS:
Docs updates