platform/upstream/gstreamer.git
23 years agoUpdated the autoplug example with the new autoplugger. there still is a scheduling...
Wim Taymans [Tue, 13 Mar 2001 18:57:25 +0000 (18:57 +0000)]
Updated the autoplug example with the new autoplugger. there still is a scheduling issue though.

Original commit message from CVS:
Updated the autoplug example with the new autoplugger. there still is
a scheduling issue though.

23 years agoApplied the patch from hadess/ajmitch to add --disable-alsasink and
Wim Taymans [Tue, 13 Mar 2001 18:45:49 +0000 (18:45 +0000)]
Applied the patch from hadess/ajmitch to add --disable-alsasink and

Original commit message from CVS:
Applied the patch from hadess/ajmitch to add --disable-alsasink and
--disable-esdsink (the latter one being untested) to configure.in

23 years agoMerged the CAPSNEGO1 branch..
Wim Taymans [Mon, 12 Mar 2001 21:02:12 +0000 (21:02 +0000)]
Merged the CAPSNEGO1 branch..

Original commit message from CVS:
Merged the CAPSNEGO1 branch..

23 years agoSome more conversion functions.. We should really use Hermes soon.. HEAD-20010312-PRE_CAPSNEGO1
Wim Taymans [Sun, 11 Mar 2001 23:14:33 +0000 (23:14 +0000)]
Some more conversion functions.. We should really use Hermes soon..

Original commit message from CVS:
Some more conversion functions.. We should really use Hermes soon..

23 years agoadded check for version 1.8.1 or better of libxml
Erik Walthinsen [Sun, 11 Mar 2001 22:45:32 +0000 (22:45 +0000)]
added check for version 1.8.1 or better of libxml

Original commit message from CVS:
added check for version 1.8.1 or better of libxml

23 years agoAdded an rgb24 to rgb32 converter (untested)
Wim Taymans [Sun, 11 Mar 2001 21:12:28 +0000 (21:12 +0000)]
Added an rgb24 to rgb32 converter (untested)

Original commit message from CVS:
Added an rgb24 to rgb32 converter (untested)

23 years agoApplied the sinesrc patch from Steve Baker.
Wim Taymans [Sun, 11 Mar 2001 18:34:45 +0000 (18:34 +0000)]
Applied the sinesrc patch from Steve Baker.

Original commit message from CVS:
Applied the sinesrc patch from Steve Baker.

23 years agoadded tool-man's patch for g++ compilation, const guchar for pipeline_new
Erik Walthinsen [Sat, 10 Mar 2001 09:03:39 +0000 (09:03 +0000)]
added tool-man's patch for g++ compilation, const guchar for pipeline_new

Original commit message from CVS:
added tool-man's patch for g++ compilation, const guchar for pipeline_new

23 years agoAdded librtp as a REQUIREMENT for the rtp plugin
Wim Taymans [Fri, 9 Mar 2001 22:03:19 +0000 (22:03 +0000)]
Added librtp as a REQUIREMENT for the rtp plugin

Original commit message from CVS:
Added librtp as a REQUIREMENT for the rtp plugin

23 years agoAdded a check for librtp.
Wim Taymans [Fri, 9 Mar 2001 22:02:38 +0000 (22:02 +0000)]
Added a check for librtp.

Original commit message from CVS:
Added a check for librtp.

23 years agoAdded the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet...
Wim Taymans [Fri, 9 Mar 2001 20:50:36 +0000 (20:50 +0000)]
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is not yet detecting librtp...

Original commit message from CVS:
Added the RTP sink, added libasound to the REQUIREMENTS, configure.in is
not yet detecting librtp...

23 years agoOnly build alsa when detected by configure
Wim Taymans [Fri, 9 Mar 2001 20:24:35 +0000 (20:24 +0000)]
Only build alsa when detected by configure

Original commit message from CVS:
Only build alsa when detected by configure

23 years agoFix gst_init() so that it doesn't fail when passed two NULLs as parameters.
Richard Boulton [Fri, 9 Mar 2001 12:31:07 +0000 (12:31 +0000)]
Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.

Original commit message from CVS:
Fix gst_init() so that it doesn't fail when passed two NULLs as parameters.
Was dereferencing the argv pointer to get progname: now defaults to
"gstprog".

23 years agoUpdated test to have a comment explaining its purpose (very important this, especiall...
Richard Boulton [Fri, 9 Mar 2001 12:29:51 +0000 (12:29 +0000)]
Updated test to have a comment explaining its purpose (very important this, especially for regression tests), and to ...

Original commit message from CVS:
Updated test to have a comment explaining its purpose (very important this,
especially for regression tests), and to actually test what I meant it to.

23 years agoAdded a testsuite. This currently only has one test, which replicates a problem...
Richard Boulton [Fri, 9 Mar 2001 12:08:38 +0000 (12:08 +0000)]
Added a testsuite.  This currently only has one test, which replicates a problem just submitted to the list.

Original commit message from CVS:
Added a testsuite.  This currently only has one test, which replicates a
problem just submitted to the list.

I hope noone disagrees that we need a testsuite.  Also, hopefully we all
think that a tiny testsuite which is easy to add tests to is much better
than a huge project to create a complete testsuite, which never gets
started because its too big and scary.

I suggest that tests get created whenever someone has a spare moment, or
whenever a bug is reported (to replicate the problem, and thus be sure that
when fixed it stays fixed), and before making a change to a piece of code
to ensure that it remains working.

If we all add little tests occasionally, then we'll have a good useful
testsuite before we know it.  All you need to do is make a

23 years agoRemoved the libxmms check until they fix their m4 script..
Wim Taymans [Thu, 8 Mar 2001 21:28:05 +0000 (21:28 +0000)]
Removed the libxmms check until they fix their m4 script..

Original commit message from CVS:
Removed the libxmms check until they fix their m4 script..

23 years agoAdded a check for libxmms
Wim Taymans [Wed, 7 Mar 2001 22:20:32 +0000 (22:20 +0000)]
Added a check for libxmms

Original commit message from CVS:
Added a check for libxmms

23 years agoMerged the AUTOPLUG2 branch
Wim Taymans [Wed, 7 Mar 2001 21:52:56 +0000 (21:52 +0000)]
Merged the AUTOPLUG2 branch

Original commit message from CVS:
Merged the AUTOPLUG2 branch

23 years agoSmall fixes to pipeline and gstbin. HEAD-20010306-PRE_AUTOPLUG2
Wim Taymans [Tue, 6 Mar 2001 22:32:27 +0000 (22:32 +0000)]
Small fixes to pipeline and gstbin.

Original commit message from CVS:
Small fixes to pipeline and gstbin.
Fixed the xmmstest makefile entry
Removed the plugin_load statements in videotest
Applied the patch from Steve Baker for float args parsing

23 years agoAdded quotes around the command line mp3 player
Wim Taymans [Tue, 6 Mar 2001 20:06:07 +0000 (20:06 +0000)]
Added quotes around the command line mp3 player

Original commit message from CVS:
Added quotes around the command line mp3 player

23 years agoApplied Dominic Ludlam's patch to allow quoted args in gstreamer-launch
Wim Taymans [Tue, 6 Mar 2001 20:04:42 +0000 (20:04 +0000)]
Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launch

Original commit message from CVS:
Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launch

23 years agoAdded an effect to the example
Wim Taymans [Mon, 5 Mar 2001 21:24:33 +0000 (21:24 +0000)]
Added an effect to the example

Original commit message from CVS:
Added an effect to the example

23 years agoUse g_return_val_if_fail() instead of g_return_if_fail() where needed.
David I. Lehn [Sun, 4 Mar 2001 22:26:33 +0000 (22:26 +0000)]
Use g_return_val_if_fail() instead of g_return_if_fail() where needed.

Original commit message from CVS:
Use g_return_val_if_fail() instead of g_return_if_fail() where needed.

23 years agoUpdate mpeg2dec plugin. Now depends on mpeg2dec 0.2.0.
David I. Lehn [Sun, 4 Mar 2001 22:22:37 +0000 (22:22 +0000)]
Update mpeg2dec plugin.  Now depends on mpeg2dec 0.2.0.

Original commit message from CVS:
Update mpeg2dec plugin.  Now depends on mpeg2dec 0.2.0.

23 years agoAdded a test program for xmms
Wim Taymans [Sun, 4 Mar 2001 21:59:35 +0000 (21:59 +0000)]
Added a test program for xmms

Original commit message from CVS:
Added a test program for xmms

23 years agoAdded makefile for xmms. libxmms detection is not done yet.
Wim Taymans [Sun, 4 Mar 2001 21:58:44 +0000 (21:58 +0000)]
Added makefile for xmms. libxmms detection is not done yet.

Original commit message from CVS:
Added makefile for xmms.
libxmms detection is not done yet.

23 years agoAnd the gst_utit_set_object_arg function too of course...
Wim Taymans [Sat, 3 Mar 2001 18:19:38 +0000 (18:19 +0000)]
And the gst_utit_set_object_arg function too of course...

Original commit message from CVS:
And the gst_utit_set_object_arg function too of course...

23 years agoAdded gstutils.h to #include
Wim Taymans [Sat, 3 Mar 2001 17:38:26 +0000 (17:38 +0000)]
Added gstutils.h to #include

Original commit message from CVS:
Added gstutils.h to #include

23 years agoAdded a comma to fix ./configure as found by Steve Baker
Wim Taymans [Sat, 3 Mar 2001 17:09:56 +0000 (17:09 +0000)]
Added a comma to fix ./configure as found by Steve Baker

Original commit message from CVS:
Added a comma to fix ./configure as found by Steve Baker

23 years agoAdded a utility function in gstutils to set an object argument as a string. gstparse...
Wim Taymans [Sat, 3 Mar 2001 16:30:10 +0000 (16:30 +0000)]
Added a utility function in gstutils to set an object argument as a string. gstparse.c and gstelement.c now use this ...

Original commit message from CVS:
Added a utility function in gstutils to set an object argument as a
string. gstparse.c and gstelement.c now use this function.

23 years agoadded sparc cothreads
Erik Walthinsen [Fri, 2 Mar 2001 18:30:37 +0000 (18:30 +0000)]
added sparc cothreads

Original commit message from CVS:
added sparc cothreads

23 years agoMake the autoplugging example work again with an ugly hack until we have autoplug2...
Wim Taymans [Fri, 2 Mar 2001 17:56:02 +0000 (17:56 +0000)]
Make the autoplugging example work again with an ugly hack until we have autoplug2 merged...

Original commit message from CVS:
Make the autoplugging example work again with an ugly hack until we
have autoplug2 merged...

23 years agoInclude compatability defines for libxml: use xmlChildrenNode instead of childs.
Richard Boulton [Fri, 2 Mar 2001 17:03:20 +0000 (17:03 +0000)]
Include compatability defines for libxml: use xmlChildrenNode instead of childs.

Original commit message from CVS:
Include compatability defines for libxml: use xmlChildrenNode instead of
childs.

23 years agoAdd advice to run gstreamer-register when warning that registry needs rebuild.
Richard Boulton [Fri, 2 Mar 2001 16:50:46 +0000 (16:50 +0000)]
Add advice to run gstreamer-register when warning that registry needs rebuild.

Original commit message from CVS:
Add advice to run gstreamer-register when warning that registry needs
rebuild.

23 years agoMention that libxml is also known as gnome-xml
Richard Boulton [Fri, 2 Mar 2001 16:49:33 +0000 (16:49 +0000)]
Mention that libxml is also known as gnome-xml

Original commit message from CVS:
Mention that libxml is also known as gnome-xml

23 years agoUpdated the authors file.
Wim Taymans [Thu, 1 Mar 2001 23:47:00 +0000 (23:47 +0000)]
Updated the authors file.

Original commit message from CVS:
Updated the authors file.

23 years agoI'm too lazy to comment this
Wim Taymans [Thu, 1 Mar 2001 23:25:23 +0000 (23:25 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
Added the .m4 script of Thomas Nyberg <thomas@codefactory.se>

23 years agoMake sure a cothreaded element is selected as the first one to start the cothread_switch
Wim Taymans [Wed, 28 Feb 2001 21:40:03 +0000 (21:40 +0000)]
Make sure a cothreaded element is selected as the first one to start the cothread_switch

Original commit message from CVS:
Make sure a cothreaded element is selected as the first one to start
the cothread_switch

23 years agoRedid the cpu detection with a little help from mpeg2decs code..
Wim Taymans [Wed, 28 Feb 2001 20:32:47 +0000 (20:32 +0000)]
Redid the cpu detection with a little help from mpeg2decs code..

Original commit message from CVS:
Redid the cpu detection with a little help from mpeg2decs code..

23 years agoXv enabled, mpeg2dec is the decoder..
Wim Taymans [Tue, 27 Feb 2001 22:43:12 +0000 (22:43 +0000)]
Xv enabled, mpeg2dec is the decoder..

Original commit message from CVS:
Xv enabled, mpeg2dec is the decoder..

23 years agoand the updated makefile...
Wim Taymans [Tue, 27 Feb 2001 22:38:25 +0000 (22:38 +0000)]
and the updated makefile...

Original commit message from CVS:
and the updated makefile...

23 years agoAdded a simple mpeg2 player for testing mpeg2dec (later)
Wim Taymans [Tue, 27 Feb 2001 22:27:38 +0000 (22:27 +0000)]
Added a simple mpeg2 player for testing mpeg2dec (later)

Original commit message from CVS:
Added a simple mpeg2 player for testing mpeg2dec (later)

23 years agoCPU detection of MMXEXT and probably 3DNOW (not on Athlon yet)
Wim Taymans [Tue, 27 Feb 2001 19:44:49 +0000 (19:44 +0000)]
CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet)

Original commit message from CVS:
CPU detection of MMXEXT and probably 3DNOW (not on Athlon yet)
Renamed the mmxe motion compentation files.
disabled SSE optimisation in ac3dec because it apparently faults..
enable MMXEXT motion compensation on non SSE CPUs (AMD)

23 years agoA hopeless attempt at fixing the plugin docs Makefiles...
Wim Taymans [Tue, 27 Feb 2001 00:05:15 +0000 (00:05 +0000)]
A hopeless attempt at fixing the plugin docs Makefiles...

Original commit message from CVS:
A hopeless attempt at fixing the plugin docs Makefiles...
Make the jpeg decoder a bit more aware about the different YUV colorspaces.

23 years agoOops... wrong email address RELEASE-0_1_1-DUCTTAPE
David I. Lehn [Sun, 25 Feb 2001 23:11:14 +0000 (23:11 +0000)]
Oops... wrong email address

Original commit message from CVS:
Oops... wrong email address

23 years agoUpdated version and build fix.
David I. Lehn [Sun, 25 Feb 2001 23:08:28 +0000 (23:08 +0000)]
Updated version and build fix.

Original commit message from CVS:
Updated version and build fix.

23 years agoPatched .h files for C++ support.
Brent Bradburn [Sun, 25 Feb 2001 03:42:51 +0000 (03:42 +0000)]
Patched .h files for C++ support.

Original commit message from CVS:
Patched .h files for C++ support.

23 years agoswapped ordering of plugin dirs so srcdir plugins load first
Erik Walthinsen [Sun, 25 Feb 2001 03:40:43 +0000 (03:40 +0000)]
swapped ordering of plugin dirs so srcdir plugins load first

Original commit message from CVS:
swapped ordering of plugin dirs so srcdir plugins load first

23 years agocommented out some printfs that went to stdout
Erik Walthinsen [Sun, 25 Feb 2001 03:36:36 +0000 (03:36 +0000)]
commented out some printfs that went to stdout

Original commit message from CVS:
commented out some printfs that went to stdout

23 years agoadded Jens Thiele's bgr565 to rgb32 converter
Erik Walthinsen [Sat, 24 Feb 2001 23:08:42 +0000 (23:08 +0000)]
added Jens Thiele's bgr565 to rgb32 converter

Original commit message from CVS:
added Jens Thiele's bgr565 to rgb32 converter

23 years agoCall configure instead of autogen.sh.
David I. Lehn [Sat, 24 Feb 2001 21:07:23 +0000 (21:07 +0000)]
Call configure instead of autogen.sh.

Original commit message from CVS:
Call configure instead of autogen.sh.

23 years agoRemove some unneeded files
Wim Taymans [Sat, 24 Feb 2001 20:06:52 +0000 (20:06 +0000)]
Remove some unneeded files

Original commit message from CVS:
Remove some unneeded files
Added a fix for broken libglade-config in configure.in

23 years agoAdd Debian files to distribution.
David I. Lehn [Sat, 24 Feb 2001 19:33:44 +0000 (19:33 +0000)]
Add Debian files to distribution.

Original commit message from CVS:
Add Debian files to distribution.

23 years agoMake dist now works
Wim Taymans [Sat, 24 Feb 2001 19:28:59 +0000 (19:28 +0000)]
Make dist now works

Original commit message from CVS:
Make dist now works

23 years agoMoved some win32 files around small fixes to wincodec
Wim Taymans [Sat, 24 Feb 2001 17:49:57 +0000 (17:49 +0000)]
Moved some win32 files around small fixes to wincodec

Original commit message from CVS:
Moved some win32 files around
small fixes to wincodec

23 years agoRefreshed the winloader with the latest xmmp code. win32 codecs work again. It was...
Wim Taymans [Sat, 24 Feb 2001 17:39:27 +0000 (17:39 +0000)]
Refreshed the winloader with the latest xmmp code. win32 codecs work again. It was a metter of turning of optimisations.

Original commit message from CVS:
Refreshed the winloader with the latest xmmp code.
win32 codecs work again. It was a metter of turning of optimisations.

23 years agoAdded directories to Makefiles for DIST
Wim Taymans [Sat, 24 Feb 2001 16:56:19 +0000 (16:56 +0000)]
Added directories to Makefiles for DIST

Original commit message from CVS:
Added directories to Makefiles for DIST

23 years agoslightly changed the Makefile.am in videoscale libs.
Wim Taymans [Sat, 24 Feb 2001 00:23:21 +0000 (00:23 +0000)]
slightly changed the Makefile.am in videoscale libs.

Original commit message from CVS:
slightly changed the Makefile.am in videoscale libs.
v4lsrc works again
A little modification to the videotest programm to use a tee element.
added support for multiple paths in --gst-plugin_path=.
added ab ENV variable GST_PLUGIN_PATH to specify extra directories to
look for plugins.

23 years agoUpdated the docs for gst_pluging_add_path
Wim Taymans [Fri, 23 Feb 2001 19:22:48 +0000 (19:22 +0000)]
Updated the docs for gst_pluging_add_path

Original commit message from CVS:
Updated the docs for gst_pluging_add_path
Updated the manual with the new --gst-plugin-path/spew options

23 years agoRemoved the asyncdisksrc again...
Wim Taymans [Fri, 23 Feb 2001 19:09:34 +0000 (19:09 +0000)]
Removed the asyncdisksrc again...

Original commit message from CVS:
Removed the asyncdisksrc again...

23 years agoAdded two options: --gst-plugin-spew will print errors when plugins fail to load...
Erik Walthinsen [Fri, 23 Feb 2001 19:09:18 +0000 (19:09 +0000)]
Added two options: --gst-plugin-spew will print errors when plugins fail to load.  --gst-plugin-path= will add a dire...

Original commit message from CVS:
Added two options: --gst-plugin-spew will print errors when plugins fail
to load.  --gst-plugin-path= will add a directory to the path searched for
plugins.

23 years agoalways include the installed plugin directories in the path
Erik Walthinsen [Fri, 23 Feb 2001 01:57:43 +0000 (01:57 +0000)]
always include the installed plugin directories in the path

Original commit message from CVS:
always include the installed plugin directories in the path

23 years agoupdates to configure.in and -config to help with cross compiling
Erik Walthinsen [Fri, 23 Feb 2001 00:55:14 +0000 (00:55 +0000)]
updates to configure.in and -config to help with cross compiling

Original commit message from CVS:
updates to configure.in and -config to help with cross compiling

23 years agoAdded the current notes for the 0.1.1 release
Wim Taymans [Thu, 22 Feb 2001 23:19:28 +0000 (23:19 +0000)]
Added the current notes for the 0.1.1 release

Original commit message from CVS:
Added the current notes for the 0.1.1 release

23 years agoMore doc updates
Wim Taymans [Thu, 22 Feb 2001 23:18:51 +0000 (23:18 +0000)]
More doc updates

Original commit message from CVS:
More doc updates
Manual additions: xml/load save of custom XML, debugging, request pads
added a signal to the example plugin
fixed a bug in mp3parse (ifdef 1)

23 years agoFixed an unclosed comment
Wim Taymans [Thu, 22 Feb 2001 17:13:30 +0000 (17:13 +0000)]
Fixed an unclosed comment

Original commit message from CVS:
Fixed an unclosed comment

23 years agosignificant commenting of the example plugin
Erik Walthinsen [Thu, 22 Feb 2001 01:34:25 +0000 (01:34 +0000)]
significant commenting of the example plugin

Original commit message from CVS:
significant commenting of the example plugin

23 years agominor change: changed case of the strings for states
Erik Walthinsen [Thu, 22 Feb 2001 00:47:40 +0000 (00:47 +0000)]
minor change: changed case of the strings for states

Original commit message from CVS:
minor change: changed case of the strings for states

23 years agoFixed the jpeg decoder
Wim Taymans [Wed, 21 Feb 2001 23:01:36 +0000 (23:01 +0000)]
Fixed the jpeg decoder

Original commit message from CVS:
Fixed the jpeg decoder
Modifications for lame >=3.86

23 years agoInitial Debian packaging.
David I. Lehn [Wed, 21 Feb 2001 22:32:57 +0000 (22:32 +0000)]
Initial Debian packaging.

Original commit message from CVS:
Initial Debian packaging.

23 years agoUse glib macros for byte order conversion.
David I. Lehn [Wed, 21 Feb 2001 20:58:09 +0000 (20:58 +0000)]
Use glib macros for byte order conversion.

Original commit message from CVS:
Use glib macros for byte order conversion.

23 years agoRemove alias for asyncdisksrc backwards compatability.
David I. Lehn [Wed, 21 Feb 2001 20:57:02 +0000 (20:57 +0000)]
Remove alias for asyncdisksrc backwards compatability.

Original commit message from CVS:
Remove alias for asyncdisksrc backwards compatability.

23 years agoRemoved asyncdisksrc references from docs.
David I. Lehn [Wed, 21 Feb 2001 20:45:00 +0000 (20:45 +0000)]
Removed asyncdisksrc references from docs.

Original commit message from CVS:
Removed asyncdisksrc references from docs.

23 years agoFixed typo in element details.
David I. Lehn [Wed, 21 Feb 2001 20:28:31 +0000 (20:28 +0000)]
Fixed typo in element details.

Original commit message from CVS:
Fixed typo in element details.

23 years agoAdded parameter checking to gst_queue_get().
David I. Lehn [Wed, 21 Feb 2001 20:27:54 +0000 (20:27 +0000)]
Added parameter checking to gst_queue_get().

Original commit message from CVS:
Added parameter checking to gst_queue_get().

23 years agoThe BPB has been put over my head... this time it's right I think
Wim Taymans [Mon, 19 Feb 2001 00:07:14 +0000 (00:07 +0000)]
The BPB has been put over my head... this time it's right I think

Original commit message from CVS:
The BPB has been put over my head... this time it's right I think

23 years agoAlso build the videoscaler on non-I386 because we now have have a plain
Wim Taymans [Sun, 18 Feb 2001 23:58:27 +0000 (23:58 +0000)]
Also build the videoscaler on non-I386 because we now have have a plain

Original commit message from CVS:
Also build the videoscaler on non-I386 because we now have have a plain
C version too.

23 years agoRedo patch using _NUM rather than converting one way and then back again, as wtay...
Richard Boulton [Fri, 16 Feb 2001 23:54:11 +0000 (23:54 +0000)]
Redo patch using _NUM rather than converting one way and then back again, as wtay suggested.  Ho hum.

Original commit message from CVS:
Redo patch using _NUM rather than converting one way and then back again,
as wtay suggested.  Ho hum.

23 years agomore interesting than a 40K user program...
Erik Walthinsen [Fri, 16 Feb 2001 23:52:27 +0000 (23:52 +0000)]
more interesting than a 40K user program...

Original commit message from CVS:
more interesting than a 40K user program...

23 years agoFix missing GPOINTER_TO_INT()'s on case values.
Richard Boulton [Fri, 16 Feb 2001 23:45:00 +0000 (23:45 +0000)]
Fix missing GPOINTER_TO_INT()'s on case values.

Original commit message from CVS:
Fix missing GPOINTER_TO_INT()'s on case values.

23 years agoadded groupie quote
Erik Walthinsen [Fri, 16 Feb 2001 23:39:39 +0000 (23:39 +0000)]
added groupie quote

Original commit message from CVS:
added groupie quote

23 years agoFix a few more issues shown up by gnome-db2html2 - %'s should be written as &percnt...
Richard Boulton [Fri, 16 Feb 2001 16:48:54 +0000 (16:48 +0000)]
Fix a few more issues shown up by gnome-db2html2 - %'s should be written as &percnt; (was causing gnome-db2html2 to s...

Original commit message from CVS:
Fix a few more issues shown up by gnome-db2html2 - %'s should be written
as &percnt; (was causing gnome-db2html2 to segfault, though I've a patch
for them to fix that).  Also correct an id which appeared twice.

23 years agoInclude compatability defines for old versions of libxml1
Richard Boulton [Fri, 16 Feb 2001 13:13:16 +0000 (13:13 +0000)]
Include compatability defines for old versions of libxml1

Original commit message from CVS:
Include compatability defines for old versions of libxml1

23 years agoTrivial fix: change launch to gstreamer-launch in README.
Richard Boulton [Fri, 16 Feb 2001 12:15:32 +0000 (12:15 +0000)]
Trivial fix: change launch to gstreamer-launch in README.

Original commit message from CVS:
Trivial fix: change launch to gstreamer-launch in README.

23 years agoFix a few irregularities, to make things closer to the Gnome standard guidelines...
Richard Boulton [Fri, 16 Feb 2001 12:14:30 +0000 (12:14 +0000)]
Fix a few irregularities, to make things closer to the Gnome standard guidelines for SGML documentation.  One change ...

Original commit message from CVS:
Fix a few irregularities, to make things closer to the Gnome standard
guidelines for SGML documentation.  One change in particular is to change
the book name for the manual from gstreamer to index; a change to the link
to the manual on the website will thus be needed when the online version
of the manual is next updated.

These changes should make it possible to view the GStreamer documentation
directly from SGML in Nautilus: anyone with a working copy of Nautilus
should try this out and report ... ;-)

23 years agoFix a couple of instances of childs, which should be xmlChildrenNode. We need to...
Richard Boulton [Thu, 15 Feb 2001 18:42:13 +0000 (18:42 +0000)]
Fix a couple of instances of childs, which should be xmlChildrenNode.  We need to be careful to stop these creeping b...

Original commit message from CVS:
Fix a couple of instances of childs, which should be xmlChildrenNode.  We
need to be careful to stop these creeping back in... ;-)

23 years agoInnocuous little change to fix a warning with newer versions of automake - shouldn...
Richard Boulton [Wed, 14 Feb 2001 10:34:14 +0000 (10:34 +0000)]
Innocuous little change to fix a warning with newer versions of automake - shouldn't cause any backwards compatibilit...

Original commit message from CVS:
Innocuous little change to fix a warning with newer versions of automake -
shouldn't cause any backwards compatibility problems.

23 years agoLatest begotiation doc BRANCH-CAPSNEGO1-ROOT
Wim Taymans [Tue, 13 Feb 2001 20:48:45 +0000 (20:48 +0000)]
Latest begotiation doc

Original commit message from CVS:
Latest begotiation doc

23 years agoCorrected the associations on the UML diagrams
Wim Taymans [Sun, 11 Feb 2001 22:22:47 +0000 (22:22 +0000)]
Corrected the associations on the UML diagrams

Original commit message from CVS:
Corrected the associations on the UML diagrams

23 years agoAdded .dia UML of GstCaps
Wim Taymans [Sun, 11 Feb 2001 18:29:55 +0000 (18:29 +0000)]
Added .dia UML of GstCaps

Original commit message from CVS:
Added .dia UML of GstCaps
Added the autoplugger factory to plugins.dia
Added a first draft for caps-negotiation

23 years ago- backported the xml load bug in the properties
Wim Taymans [Sat, 10 Feb 2001 14:46:37 +0000 (14:46 +0000)]
- backported the xml load bug in the properties

Original commit message from CVS:
- backported the xml load bug in the properties
- backported the videosink bug
- make sure the regiontype is set to NONE after a getregion
- an ugly fix (copy the chainfunction outselves) to make the avidecoder
work again.

23 years agoremoved intl and po from configure.in, until we have gettext working
Erik Walthinsen [Wed, 7 Feb 2001 22:48:11 +0000 (22:48 +0000)]
removed intl and po from configure.in, until we have gettext working

Original commit message from CVS:
removed intl and po from configure.in, until we have gettext working

23 years agoadded configure option to turn on building of docs, else they aren't built
Erik Walthinsen [Wed, 7 Feb 2001 22:23:54 +0000 (22:23 +0000)]
added configure option to turn on building of docs, else they aren't built

Original commit message from CVS:
added configure option to turn on building of docs, else they aren't built

23 years agoFixed cothreads.c problems with make dist. This still sucks badly.
Erik Walthinsen [Wed, 7 Feb 2001 22:07:22 +0000 (22:07 +0000)]
Fixed cothreads.c problems with make dist.  This still sucks badly.

Original commit message from CVS:
Fixed cothreads.c problems with make dist.  This still sucks badly.

23 years agoAdded CVS ignore, and two documents.. BRANCH-AUTOPLUG2-ROOT BRANCH-INCSCHED1-ROOT
Wim Taymans [Tue, 6 Feb 2001 20:06:22 +0000 (20:06 +0000)]
Added CVS ignore, and two documents..

Original commit message from CVS:
Added CVS ignore, and two documents..

23 years agoupdated ac3play to work with latest libgst
Erik Walthinsen [Tue, 6 Feb 2001 19:39:15 +0000 (19:39 +0000)]
updated ac3play to work with latest libgst

Original commit message from CVS:
updated ac3play to work with latest libgst

23 years agoReworked getregion/pullregion stuff. Region is now specified by a type (OFFSET_LEN...
Erik Walthinsen [Mon, 5 Feb 2001 17:16:23 +0000 (17:16 +0000)]
Reworked getregion/pullregion stuff.  Region is now specified by a type (OFFSET_LEN, TIME_LEN, etc.) and two guint64'...

Original commit message from CVS:
Reworked getregion/pullregion stuff.  Region is now specified by a type
(OFFSET_LEN, TIME_LEN, etc.) and two guint64's.  They are offset and len,
where offset can be used for the time field, and len would be zero or
the time unit (say, 33ms for video).

23 years agofixed all in-use instances of asyncdisksrc
Erik Walthinsen [Sun, 4 Feb 2001 21:38:47 +0000 (21:38 +0000)]
fixed all in-use instances of asyncdisksrc

Original commit message from CVS:
fixed all in-use instances of asyncdisksrc

23 years agomoved asyncdisksrc to disksrc, no point in having a distinction
Erik Walthinsen [Sun, 4 Feb 2001 21:37:14 +0000 (21:37 +0000)]
moved asyncdisksrc to disksrc, no point in having a distinction

Original commit message from CVS:
moved asyncdisksrc to disksrc, no point in having a distinction

23 years agofixed up the Alpha and ARM processor checks
Erik Walthinsen [Sat, 3 Feb 2001 07:25:24 +0000 (07:25 +0000)]
fixed up the Alpha and ARM processor checks

Original commit message from CVS:
fixed up the Alpha and ARM processor checks