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

23 years agofixed missing comment noticed by David Lehn
Erik Walthinsen [Fri, 5 Jan 2001 00:28:09 +0000 (00:28 +0000)]
fixed missing comment noticed by David Lehn

Original commit message from CVS:
fixed missing comment noticed by David Lehn

23 years agoUpdates and additions to the manual
Wim Taymans [Thu, 4 Jan 2001 23:35:50 +0000 (23:35 +0000)]
Updates and additions to the manual

Original commit message from CVS:
Updates and additions to the manual

23 years agoupdated API docs
Erik Walthinsen [Thu, 4 Jan 2001 22:16:06 +0000 (22:16 +0000)]
updated API docs

Original commit message from CVS:
updated API docs

23 years agofixed problems with -launch
Erik Walthinsen [Thu, 4 Jan 2001 20:34:39 +0000 (20:34 +0000)]
fixed problems with -launch

Original commit message from CVS:
fixed problems with -launch

23 years agoFixed mp3play
Wim Taymans [Thu, 4 Jan 2001 19:22:37 +0000 (19:22 +0000)]
Fixed mp3play

Original commit message from CVS:
Fixed mp3play

23 years agoAdded printout of the capabilities of the pads
Wim Taymans [Thu, 4 Jan 2001 19:16:57 +0000 (19:16 +0000)]
Added printout of the capabilities of the pads

Original commit message from CVS:
Added printout of the capabilities of the pads

23 years agoAdded enum values with default removed debugging -g from Makefile
Wim Taymans [Thu, 4 Jan 2001 18:57:29 +0000 (18:57 +0000)]
Added enum values with default removed debugging -g from Makefile

Original commit message from CVS:
Added enum values with default
removed debugging -g from Makefile

23 years agoUndo accidental commit of debugging version.
Richard Boulton [Thu, 4 Jan 2001 17:44:51 +0000 (17:44 +0000)]
Undo accidental commit of debugging version.

Original commit message from CVS:
Undo accidental commit of debugging version.

23 years agoReplace Wim's fix after Erik dropped it. ;-)
Richard Boulton [Thu, 4 Jan 2001 16:46:02 +0000 (16:46 +0000)]
Replace Wim's fix after Erik dropped it. ;-)

Original commit message from CVS:
Replace Wim's fix after Erik dropped it. ;-)

23 years agoRearranged cothreads sources a bit, added some API docs.
Erik Walthinsen [Thu, 4 Jan 2001 10:54:27 +0000 (10:54 +0000)]
Rearranged cothreads sources a bit, added some API docs.

Original commit message from CVS:
Rearranged cothreads sources a bit, added some API docs.
Added some functions needed for gstreamer-inspect.
Added num_sources to fakesink.

23 years agoUpdated -inspect to list elements and plugin info too
Erik Walthinsen [Thu, 4 Jan 2001 10:47:39 +0000 (10:47 +0000)]
Updated -inspect to list elements and plugin info too

Original commit message from CVS:
Updated -inspect to list elements and plugin info too

23 years agoA little fix for parameter parsing
Wim Taymans [Thu, 4 Jan 2001 07:19:11 +0000 (07:19 +0000)]
A little fix for parameter parsing

Original commit message from CVS:
A little fix for parameter parsing

23 years agoUpdated to supply argument as "name=value" rather than just "value"
Richard Boulton [Thu, 4 Jan 2001 00:15:42 +0000 (00:15 +0000)]
Updated to supply argument as "name=value" rather than just "value"

Original commit message from CVS:
Updated to supply argument as "name=value" rather than just "value"

23 years agoAdded partial fix so that arguments can be set.
Richard Boulton [Thu, 4 Jan 2001 00:15:13 +0000 (00:15 +0000)]
Added partial fix so that arguments can be set.

Original commit message from CVS:
Added partial fix so that arguments can be set.

23 years agoMake sure the plugin is loaded only once
Wim Taymans [Wed, 3 Jan 2001 23:08:17 +0000 (23:08 +0000)]
Make sure the plugin is loaded only once

Original commit message from CVS:
Make sure the plugin is loaded only once

23 years agoDo gst_init first, so we can supply debugging options to libgst
Richard Boulton [Wed, 3 Jan 2001 22:58:58 +0000 (22:58 +0000)]
Do gst_init first, so we can supply debugging options to libgst

Original commit message from CVS:
Do gst_init first, so we can supply debugging options to libgst

23 years agoAdded the previous changes back in
Wim Taymans [Wed, 3 Jan 2001 20:55:16 +0000 (20:55 +0000)]
Added the previous changes back in

Original commit message from CVS:
Added the previous changes back in

23 years agodebug updates and a padtemplate counter added
Erik Walthinsen [Wed, 3 Jan 2001 20:44:28 +0000 (20:44 +0000)]
debug updates and a padtemplate counter added

Original commit message from CVS:
debug updates and a padtemplate counter added

23 years agoMade gst_pad_eos_func a non-static function
Erik Walthinsen [Wed, 3 Jan 2001 20:40:26 +0000 (20:40 +0000)]
Made gst_pad_eos_func a non-static function

Original commit message from CVS:
Made gst_pad_eos_func a non-static function

23 years agoMade the GstProps a GList instead of a GSList
Wim Taymans [Wed, 3 Jan 2001 20:21:22 +0000 (20:21 +0000)]
Made the GstProps a GList instead of a GSList

Original commit message from CVS:
Made the GstProps a GList instead of a GSList
Some fixes to inspect: added the mime type

23 years agoAdded proper comment for the bonobo component fix a compile bug in inspect... Erik...
Wim Taymans [Wed, 3 Jan 2001 19:54:01 +0000 (19:54 +0000)]
Added proper comment for the bonobo component fix a compile bug in inspect... Erik, have pending changes to gstpad.h?

Original commit message from CVS:
Added proper comment for the bonobo component
fix a compile bug in inspect... Erik, have pending changes to gstpad.h?

23 years agoDo gst_init first in helloworld, so you can supply gst parameters.
Richard Boulton [Wed, 3 Jan 2001 19:12:21 +0000 (19:12 +0000)]
Do gst_init first in helloworld, so you can supply gst parameters.

Original commit message from CVS:
Do gst_init first in helloworld, so you can supply gst parameters.
Correct name of frequency cap to rate, in esdsink.  Now connects properly.

23 years agoVarious small fixes.
Richard Boulton [Wed, 3 Jan 2001 18:55:28 +0000 (18:55 +0000)]
Various small fixes.

Original commit message from CVS:
Various small fixes.

23 years agoAdded auto detection of libesd.
Richard Boulton [Wed, 3 Jan 2001 16:25:59 +0000 (16:25 +0000)]
Added auto detection of libesd.

Original commit message from CVS:
Added auto detection of libesd.
Added nearly complete esdsink: all structure in place, just need to add
actaul links to libesd. ;-)

23 years agoUpdates, it prints a lot more stuff now, like padtemplates, caps/props, and arguments...
Erik Walthinsen [Wed, 3 Jan 2001 08:48:36 +0000 (08:48 +0000)]
Updates, it prints a lot more stuff now, like padtemplates, caps/props, and arguments.  More stuff can be done, but n...

Original commit message from CVS:
Updates, it prints a lot more stuff now, like padtemplates, caps/props,
and arguments.  More stuff can be done, but not now, I must sleep.

23 years agoUpdates to -launch, added -inspect.
Erik Walthinsen [Wed, 3 Jan 2001 07:38:45 +0000 (07:38 +0000)]
Updates to -launch, added -inspect.

Original commit message from CVS:
Updates to -launch, added -inspect.

23 years agoDon't delete CVS directories from working directory: delete from distdir.
Richard Boulton [Tue, 2 Jan 2001 22:52:30 +0000 (22:52 +0000)]
Don't delete CVS directories from working directory: delete from distdir.

Original commit message from CVS:
Don't delete CVS directories from working directory: delete from distdir.
Also, delete backup files, while you're at it. :)

23 years agoDatafiles in share should go in to RPM too
Wim Taymans [Tue, 2 Jan 2001 20:50:54 +0000 (20:50 +0000)]
Datafiles in share should go in to RPM too

Original commit message from CVS:
Datafiles in share should go in to RPM too

23 years agoThe examples must not be installed
Wim Taymans [Tue, 2 Jan 2001 19:46:43 +0000 (19:46 +0000)]
The examples must not be installed

Original commit message from CVS:
The examples must not be installed
Removed debugging from Makefiles for avidecoder/ac3parse
/test/bindings/dummy.h cannot be installed

23 years agoRemove esdsink from the docs more fixes for symbols collisions
Wim Taymans [Tue, 2 Jan 2001 18:40:43 +0000 (18:40 +0000)]
Remove esdsink from the docs more fixes for symbols collisions

Original commit message from CVS:
Remove esdsink from the docs
more fixes for symbols collisions

23 years agoRemove gstesdsink
Richard Boulton [Tue, 2 Jan 2001 15:18:46 +0000 (15:18 +0000)]
Remove gstesdsink

Original commit message from CVS:
Remove gstesdsink

23 years agoAdd dist-hook to stop CVS/ directories being put into distribution.
Richard Boulton [Tue, 2 Jan 2001 14:35:39 +0000 (14:35 +0000)]
Add dist-hook to stop CVS/ directories being put into distribution.

Original commit message from CVS:
Add dist-hook to stop CVS/ directories being put into distribution.

23 years agoAdd GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correct...
Richard Boulton [Tue, 2 Jan 2001 14:34:14 +0000 (14:34 +0000)]
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correctly when libhttp isn't present wi...

Original commit message from CVS:
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to
build correctly when libhttp isn't present without this.

23 years agoCorrect ftp urls for libtool.
Richard Boulton [Tue, 2 Jan 2001 13:23:43 +0000 (13:23 +0000)]
Correct ftp urls for libtool.

Original commit message from CVS:
Correct ftp urls for libtool.

23 years agoFixed a typo
Wim Taymans [Tue, 2 Jan 2001 12:07:28 +0000 (12:07 +0000)]
Fixed a typo

Original commit message from CVS:
Fixed a typo

23 years agoAdded a check for libjpeg
Wim Taymans [Tue, 2 Jan 2001 12:04:46 +0000 (12:04 +0000)]
Added a check for libjpeg

Original commit message from CVS:
Added a check for libjpeg
Added and action for the load menu in gstplay
Fixed drag and drop in gstplay
More verbose errors in gstasyndisksrc

23 years agoMassive, massive update of most source files. I went through and cleaned up all...
Erik Walthinsen [Tue, 2 Jan 2001 08:13:34 +0000 (08:13 +0000)]
Massive, massive update of most source files.  I went through and cleaned up all the warnings that I could, which inv...

Original commit message from CVS:
Massive, massive update of most source files.  I went through and cleaned
up all the warnings that I could, which involved fixing some of the plugins.

The configure.in script was re-arranged and cleaned up so, and a check for
libtool 1.3.5 was added to autogen.sh.  Added checks for Gtk and GNOME.

Some plugins were removed from the list of things to build for various reasons.

Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and
even an if() from a DEBUG can significantly increase runtimes.

23 years agoooops, eos is a dir
Wim Taymans [Tue, 2 Jan 2001 02:18:50 +0000 (02:18 +0000)]
ooops, eos is a dir

Original commit message from CVS:
ooops, eos is a dir

23 years agoFixed makefiles for docs
Wim Taymans [Tue, 2 Jan 2001 02:16:24 +0000 (02:16 +0000)]
Fixed makefiles for docs

Original commit message from CVS:
Fixed makefiles for docs
Added eos test programs

23 years agoFixes for gsteditor/gstplay install/build fixed typo in random/eos added num_buffers...
Wim Taymans [Tue, 2 Jan 2001 01:44:53 +0000 (01:44 +0000)]
Fixes for gsteditor/gstplay install/build fixed typo in random/eos added num_buffers property to fakesrc

Original commit message from CVS:
Fixes for gsteditor/gstplay install/build
fixed typo in random/eos
added num_buffers property to fakesrc

23 years agoAdded checking for all the tools used to make documentation.
Richard Boulton [Tue, 2 Jan 2001 01:33:01 +0000 (01:33 +0000)]
Added checking for all the tools used to make documentation.

Original commit message from CVS:
Added checking for all the tools used to make documentation.
If documentation cannot be generated, whatever is available will still be
installed.
videosink/imagetest is now a check_PROGRAM

23 years agoupdated requirements
Erik Walthinsen [Tue, 2 Jan 2001 01:00:01 +0000 (01:00 +0000)]
updated requirements

Original commit message from CVS:
updated requirements

23 years agoadded list of requrements
Erik Walthinsen [Tue, 2 Jan 2001 00:35:38 +0000 (00:35 +0000)]
added list of requrements

Original commit message from CVS:
added list of requrements

23 years agoAdded launch back into make system.
Richard Boulton [Tue, 2 Jan 2001 00:31:26 +0000 (00:31 +0000)]
Added launch back into make system.

Original commit message from CVS:
Added launch back into make system.
The Makefile wasn't being generated, resulting in make dist failing when
the directory was entered for make dist.

23 years agoAdded directories to DIST_SUBDIRS
Wim Taymans [Mon, 1 Jan 2001 23:50:07 +0000 (23:50 +0000)]
Added directories to DIST_SUBDIRS

Original commit message from CVS:
Added directories to DIST_SUBDIRS

23 years agosomehow Makefile.am went zero-bytes
Erik Walthinsen [Mon, 1 Jan 2001 23:20:42 +0000 (23:20 +0000)]
somehow Makefile.am went zero-bytes

Original commit message from CVS:
somehow Makefile.am went zero-bytes

23 years agoupdated examples build stuff
Erik Walthinsen [Mon, 1 Jan 2001 22:44:20 +0000 (22:44 +0000)]
updated examples build stuff

Original commit message from CVS:
updated examples build stuff

23 years agoMore build fixes
Erik Walthinsen [Mon, 1 Jan 2001 21:21:25 +0000 (21:21 +0000)]
More build fixes

Original commit message from CVS:
More build fixes

23 years agoAdded some more TODOs
Wim Taymans [Mon, 1 Jan 2001 19:54:01 +0000 (19:54 +0000)]
Added some more TODOs

Original commit message from CVS:
Added some more TODOs
Added a proposition for eos propagation

23 years agoDocumentation updates
Wim Taymans [Mon, 1 Jan 2001 17:25:43 +0000 (17:25 +0000)]
Documentation updates

Original commit message from CVS:
Documentation updates

23 years agoAdd one more file to dist.
Richard Boulton [Mon, 1 Jan 2001 14:34:06 +0000 (14:34 +0000)]
Add one more file to dist.

Original commit message from CVS:
Add one more file to dist.

23 years agoFix a couple of files not being put into distributions. make dist now appears to...
Richard Boulton [Mon, 1 Jan 2001 14:06:25 +0000 (14:06 +0000)]
Fix a couple of files not being put into distributions. make dist now appears to create a fully functional distribution.

Original commit message from CVS:
Fix a couple of files not being put into distributions.
make dist now appears to create a fully functional distribution.
make rpm should now produce an rpm.  Whether that rpm is any good is
another matter...

23 years agoFix broken build system for examples.
Richard Boulton [Mon, 1 Jan 2001 13:41:27 +0000 (13:41 +0000)]
Fix broken build system for examples.

Original commit message from CVS:
Fix broken build system for examples.

23 years agoMore build changes
Erik Walthinsen [Mon, 1 Jan 2001 08:43:22 +0000 (08:43 +0000)]
More build changes

Original commit message from CVS:
More build changes

23 years agoRe-arranged the build a bit to try to make it more sane. Added some debug.
Erik Walthinsen [Mon, 1 Jan 2001 08:37:41 +0000 (08:37 +0000)]
Re-arranged the build a bit to try to make it more sane.  Added some debug.

Original commit message from CVS:
Re-arranged the build a bit to try to make it more sane.  Added some debug.

23 years agoadded headers and such to Makefile.am for dist
Erik Walthinsen [Mon, 1 Jan 2001 07:47:14 +0000 (07:47 +0000)]
added headers and such to Makefile.am for dist

Original commit message from CVS:
added headers and such to Makefile.am for dist

23 years agoadded the category number to DEBUG
Erik Walthinsen [Mon, 1 Jan 2001 07:44:32 +0000 (07:44 +0000)]
added the category number to DEBUG

Original commit message from CVS:
added the category number to DEBUG

23 years agoupdated version number from 0.9.2 (huh???) to 0.1.0
Erik Walthinsen [Mon, 1 Jan 2001 07:30:10 +0000 (07:30 +0000)]
updated version number from 0.9.2 (huh???) to 0.1.0

Original commit message from CVS:
updated version number from 0.9.2 (huh???) to 0.1.0

23 years agoAdded -Wall to configure.in
Wim Taymans [Mon, 1 Jan 2001 06:59:49 +0000 (06:59 +0000)]
Added -Wall to configure.in

Original commit message from CVS:
Added -Wall to configure.in

23 years agofixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point...
Erik Walthinsen [Mon, 1 Jan 2001 06:57:46 +0000 (06:57 +0000)]
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning

Original commit message from CVS:
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning

23 years agoFixed a very bad error with autoplugging.
Wim Taymans [Mon, 1 Jan 2001 05:26:34 +0000 (05:26 +0000)]
Fixed a very bad error with autoplugging.

Original commit message from CVS:
Fixed a very bad error with autoplugging.

23 years agoupdated the debug system so it works nicely now
Erik Walthinsen [Mon, 1 Jan 2001 05:18:07 +0000 (05:18 +0000)]
updated the debug system so it works nicely now

Original commit message from CVS:
updated the debug system so it works nicely now

23 years agoAdded API to control DEBUG level, updated cmdline code
Erik Walthinsen [Mon, 1 Jan 2001 04:53:26 +0000 (04:53 +0000)]
Added API to control DEBUG level, updated cmdline code

Original commit message from CVS:
Added API to control DEBUG level, updated cmdline code

23 years agomodified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_c...
Erik Walthinsen [Mon, 1 Jan 2001 04:41:40 +0000 (04:41 +0000)]
modified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_connect()

Original commit message from CVS:
modified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_connect()

23 years agoUpdated test programs
Wim Taymans [Mon, 1 Jan 2001 04:10:52 +0000 (04:10 +0000)]
Updated test programs

Original commit message from CVS:
Updated test programs

23 years agoFixed a typo
Wim Taymans [Mon, 1 Jan 2001 04:04:33 +0000 (04:04 +0000)]
Fixed a typo

Original commit message from CVS:
Fixed a typo

23 years agoset categories for all INFOs
Erik Walthinsen [Mon, 1 Jan 2001 03:57:07 +0000 (03:57 +0000)]
set categories for all INFOs

Original commit message from CVS:
set categories for all INFOs

23 years agoadded .cvsignore
Erik Walthinsen [Mon, 1 Jan 2001 03:44:19 +0000 (03:44 +0000)]
added .cvsignore

Original commit message from CVS:
added .cvsignore

23 years agoAdded command line parsing for
Wim Taymans [Mon, 1 Jan 2001 03:43:27 +0000 (03:43 +0000)]
Added command line parsing for

Original commit message from CVS:
Added command line parsing for
--gst-info-mask, --gst-debug-mask and --help
Dump the FLAGS and options on --help