platform/upstream/gstreamer.git
22 years ago- use aclocal -I option instead of cat
Wrobell [Wed, 30 Jan 2002 23:09:52 +0000 (23:09 +0000)]
- use aclocal -I option instead of cat

Original commit message from CVS:
- use aclocal -I option instead of cat

22 years agoI checked lame packages and source code and they seem to want lame.h in prefix/includ...
Thomas Vander Stichele [Wed, 30 Jan 2002 11:25:58 +0000 (11:25 +0000)]
I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord...

Original commit message from CVS:
I checked lame packages and source code and they seem to want lame.h in
prefix/include/lame.h

so I fixed stuff accordingly.

Do any systems have lame in include/lame/lame.h ?
If so, mail me and we'll work it out.

22 years agocvs versioning
Thomas Vander Stichele [Wed, 30 Jan 2002 10:10:28 +0000 (10:10 +0000)]
cvs versioning

Original commit message from CVS:
cvs versioning

22 years agofixing spec
Thomas Vander Stichele [Tue, 29 Jan 2002 13:44:50 +0000 (13:44 +0000)]
fixing spec

Original commit message from CVS:
fixing spec

22 years agoadded -Wall to GST_INT_CFLAGS
Andy Wingo [Sun, 27 Jan 2002 19:08:57 +0000 (19:08 +0000)]
added -Wall to GST_INT_CFLAGS

Original commit message from CVS:
added -Wall to GST_INT_CFLAGS

22 years agoadded pkg.m4 in plugins/
Andy Wingo [Sun, 27 Jan 2002 16:15:19 +0000 (16:15 +0000)]
added pkg.m4 in plugins/

Original commit message from CVS:
added pkg.m4 in plugins/

22 years agobe less verbose
Andy Wingo [Fri, 25 Jan 2002 04:12:40 +0000 (04:12 +0000)]
be less verbose

Original commit message from CVS:
be less verbose

22 years agobunch of deletions
Andy Wingo [Fri, 25 Jan 2002 00:39:51 +0000 (00:39 +0000)]
bunch of deletions

Original commit message from CVS:
bunch of deletions

22 years agoUpdated to work with the new capsnego stuff.
Leif Johnson [Tue, 22 Jan 2002 04:44:21 +0000 (04:44 +0000)]
Updated to work with the new capsnego stuff.

Original commit message from CVS:
Updated to work with the new capsnego stuff.

22 years agoUpdated passthrough to work with new caps nego stuff.
Leif Johnson [Tue, 22 Jan 2002 04:43:10 +0000 (04:43 +0000)]
Updated passthrough to work with new caps nego stuff.

Original commit message from CVS:
Updated passthrough to work with new caps nego stuff.

22 years agoUpdated ladspa to work with the new caps nego stuff. Also updated it to work in using...
Leif Johnson [Tue, 22 Jan 2002 04:42:11 +0000 (04:42 +0000)]
Updated ladspa to work with the new caps nego stuff. Also updated it to work in using a loop function for configurati...

Original commit message from CVS:
Updated ladspa to work with the new caps nego stuff. Also updated it to work in
any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop
function for configurations other than M == N == 1 or M == 0.

22 years agoModified passthrough, adder, playondemand, float2int, int2float, and ladspa to work...
Leif Johnson [Tue, 22 Jan 2002 04:34:26 +0000 (04:34 +0000)]
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes.

Original commit message from CVS:
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to
work with the new caps nego changes.

Updated adder to work with float data, now uses bytestreams.

Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and
N > 0. Also updated ladspa to work as a loop-based element using bytestreams for
MxN configurations other than M == N == 1 or M == 0.

22 years agoReturn donw when we changed the caps in the connect function.
Wim Taymans [Sun, 20 Jan 2002 16:45:45 +0000 (16:45 +0000)]
Return donw when we changed the caps in the connect function.

Original commit message from CVS:
Return donw when we changed the caps in the connect function.

22 years ago- added gob example plugin
Bastien Nocera [Sun, 20 Jan 2002 01:49:15 +0000 (01:49 +0000)]
- added gob example plugin

Original commit message from CVS:
- added gob example plugin

22 years agoDrop the bytstream correctly.
Wim Taymans [Sat, 19 Jan 2002 18:46:23 +0000 (18:46 +0000)]
Drop the bytstream correctly.

Original commit message from CVS:
Drop the bytstream correctly.

22 years agoSmall cleanups, break the loop if the buffer is null
Wim Taymans [Sat, 19 Jan 2002 18:26:20 +0000 (18:26 +0000)]
Small cleanups, break the loop if the buffer is null

Original commit message from CVS:
Small cleanups, break the loop if the buffer is null

22 years agotemporary commit of some // fixage, these files are crazy probably should be fixed...
Christian Schaller [Sat, 19 Jan 2002 15:15:08 +0000 (15:15 +0000)]
temporary commit of some // fixage, these files are crazy probably should be fixed automatically

Original commit message from CVS:
temporary commit of some // fixage, these files are crazy probably should be fixed automatically

22 years agominor fixes
Christian Schaller [Sat, 19 Jan 2002 14:50:50 +0000 (14:50 +0000)]
minor fixes

Original commit message from CVS:
minor fixes

22 years ago- my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distribute...
Wrobell [Fri, 18 Jan 2002 19:46:03 +0000 (19:46 +0000)]
- my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 l...

Original commit message from CVS:
- my mistake... mpeg2dec libs does not depend on X11 libraries
(vo library distributed with mpeg2dec depends on X11 libs).
Add configure option so user can specify where mpeg2dec library
is installed. This way we do not guess where is mpeg2dec.
If it is not in standard location (prefix==/usr), then leave it
to the user.
Changes inspired by AM_PATH_LIBMIKMOD.

22 years agoFixed two off by one bugs in the delta decoding code.
Wim Taymans [Fri, 18 Jan 2002 19:41:04 +0000 (19:41 +0000)]
Fixed two off by one bugs in the delta decoding code.

Original commit message from CVS:
Fixed two off by one bugs in the delta decoding code.

22 years agoFix the "64 colors flx too dark" bug.
Wim Taymans [Fri, 18 Jan 2002 18:41:58 +0000 (18:41 +0000)]
Fix the "64 colors flx too dark" bug.

Original commit message from CVS:
Fix the "64 colors flx too dark" bug.

22 years agoAdding missing libgstmpeg2types file fixing openquicktime depenency
Christian Schaller [Fri, 18 Jan 2002 17:47:46 +0000 (17:47 +0000)]
Adding missing libgstmpeg2types file fixing openquicktime depenency

Original commit message from CVS:
Adding missing libgstmpeg2types file
fixing openquicktime depenency

22 years agoMissing l in libcdxa
Christian Schaller [Fri, 18 Jan 2002 17:00:47 +0000 (17:00 +0000)]
Missing l in libcdxa

Original commit message from CVS:
Missing l in libcdxa

22 years agotypo killed
Christian Schaller [Fri, 18 Jan 2002 16:13:04 +0000 (16:13 +0000)]
typo killed

Original commit message from CVS:
typo killed

22 years agoAdding Wim's cdxa parsers and Ronalds jpegmmx
Christian Schaller [Fri, 18 Jan 2002 16:06:12 +0000 (16:06 +0000)]
Adding Wim's cdxa parsers and Ronalds jpegmmx

Original commit message from CVS:
Adding Wim's cdxa parsers and Ronalds jpegmmx

22 years ago- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Wrobell [Fri, 18 Jan 2002 14:11:31 +0000 (14:11 +0000)]
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting

Original commit message from CVS:
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting

22 years ago- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
Wrobell [Fri, 18 Jan 2002 14:09:52 +0000 (14:09 +0000)]
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.

Original commit message from CVS:
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
If not found then checks for mpeg2dec in /usr/X11R6/lib.

This macro is needed because mpeg2dec depends on X11R6 libraries
and as FHS states, it should be placed in /usr/X11R6 tree but
some distros do not care and put mpeg2dec into /usr/lib.

It depends on CHECK_LIBHEADER macro.

22 years ago- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference...
Wrobell [Fri, 18 Jan 2002 14:06:11 +0000 (14:06 +0000)]
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference between them is that you can speci...

Original commit message from CVS:
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER
the main difference between them is that you can specify cpp flags with
CHECK_LIBHEADER

22 years ago- plugins are built without versioning info
Wrobell [Fri, 18 Jan 2002 11:37:19 +0000 (11:37 +0000)]
- plugins are built without versioning info

Original commit message from CVS:
- plugins are built without versioning info

22 years ago- plugins are built without versioning info
Wrobell [Fri, 18 Jan 2002 02:05:26 +0000 (02:05 +0000)]
- plugins are built without versioning info

Original commit message from CVS:
- plugins are built without versioning info

22 years ago- fixed macro signature description
Wrobell [Fri, 18 Jan 2002 01:06:37 +0000 (01:06 +0000)]
- fixed macro signature description

Original commit message from CVS:
- fixed macro signature description

22 years agomjpegtools stuff
Thomas Vander Stichele [Thu, 17 Jan 2002 14:19:14 +0000 (14:19 +0000)]
mjpegtools stuff

Original commit message from CVS:
mjpegtools stuff

22 years agomjpegtools dir
Thomas Vander Stichele [Thu, 17 Jan 2002 14:17:54 +0000 (14:17 +0000)]
mjpegtools dir

Original commit message from CVS:
mjpegtools dir

22 years agocosmetics
Thomas Vander Stichele [Thu, 17 Jan 2002 14:06:04 +0000 (14:06 +0000)]
cosmetics

Original commit message from CVS:
cosmetics

22 years agoplease don't try to change what is going to be build in Makefile.am files everything...
Thomas Vander Stichele [Thu, 17 Jan 2002 13:03:04 +0000 (13:03 +0000)]
please don't try to change what is going to be build in Makefile.am files everything is done using a USE_ conditional...

Original commit message from CVS:
please don't try to change what is going to be build in Makefile.am files
everything is done using a USE_ conditional, so set it to no in
configure.ac if you don't want it.  This one is a good example.

Don't know if qcam needs nasm though : is checking for nasm a check for
what hardware platform ? If so we need to change this.

In any case, let's not "fix" "problems" like this because this is how
cruft comes in.  Keep it in a local tree and bring it up so we can fix it
right ;)

22 years agoreverting hadess's patch
Thomas Vander Stichele [Thu, 17 Jan 2002 12:59:54 +0000 (12:59 +0000)]
reverting hadess's patch

Original commit message from CVS:
reverting hadess's patch

22 years agojpegmmx addition and some small changes
Ronald S. Bultje [Thu, 17 Jan 2002 12:41:05 +0000 (12:41 +0000)]
jpegmmx addition and some small changes

Original commit message from CVS:
jpegmmx addition and some small changes

22 years ago- make the qcam plugin build only only platforms using NASM, ie. x86
Bastien Nocera [Thu, 17 Jan 2002 00:36:01 +0000 (00:36 +0000)]
- make the qcam plugin build only only platforms using NASM, ie. x86

Original commit message from CVS:
- make the qcam plugin build only only platforms using NASM, ie. x86

22 years agoadded jpeg_mmx check
Thomas Vander Stichele [Wed, 16 Jan 2002 22:24:40 +0000 (22:24 +0000)]
added jpeg_mmx check

Original commit message from CVS:
added jpeg_mmx check

22 years agoImplemented resizing
Ronald S. Bultje [Wed, 16 Jan 2002 21:45:26 +0000 (21:45 +0000)]
Implemented resizing

Original commit message from CVS:
Implemented resizing

22 years ago... and cvs commits should not be allowed for people who spent six hours on the phone...
Thomas Vander Stichele [Wed, 16 Jan 2002 15:46:57 +0000 (15:46 +0000)]
... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and...

Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems

22 years agohow do people expect sdl to build if make has no way of getting to the dir and we...
Thomas Vander Stichele [Wed, 16 Jan 2002 15:43:48 +0000 (15:43 +0000)]
how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi...

Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?

22 years agoIt works
Ronald S. Bultje [Tue, 15 Jan 2002 23:01:32 +0000 (23:01 +0000)]
It works

Original commit message from CVS:
It works

22 years agoUpdated all plugins to new capsnego format and added some small usability enhancement...
Ronald S. Bultje [Tue, 15 Jan 2002 15:52:09 +0000 (15:52 +0000)]
Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement

Original commit message from CVS:
Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement

22 years agounrevert taaz's 0.3.1 patch
Andy Wingo [Mon, 14 Jan 2002 16:44:44 +0000 (16:44 +0000)]
unrevert taaz's 0.3.1 patch

Original commit message from CVS:
unrevert taaz's 0.3.1 patch

22 years agodoc and configure updates, and the beginnings of gst-xmllaunch
Andy Wingo [Mon, 14 Jan 2002 07:18:42 +0000 (07:18 +0000)]
doc and configure updates, and the beginnings of gst-xmllaunch

Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch

22 years agoBring the plugins in sync with the new core capsnego system.
Wim Taymans [Sun, 13 Jan 2002 22:27:25 +0000 (22:27 +0000)]
Bring the plugins in sync with the new core capsnego system.

Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...

22 years agoadd glib.m4
David I. Lehn [Sat, 12 Jan 2002 03:52:29 +0000 (03:52 +0000)]
add glib.m4

Original commit message from CVS:
* add glib.m4

22 years agoDebian 0.3.1-1 packaging update
David I. Lehn [Sat, 12 Jan 2002 03:42:41 +0000 (03:42 +0000)]
Debian 0.3.1-1 packaging update

Original commit message from CVS:
Debian 0.3.1-1 packaging update

22 years agos/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
David I. Lehn [Sat, 12 Jan 2002 03:34:27 +0000 (03:34 +0000)]
s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format

Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format

22 years agoenable festival build
David I. Lehn [Sat, 12 Jan 2002 03:24:34 +0000 (03:24 +0000)]
enable festival build

Original commit message from CVS:
* enable festival build

22 years agoadd autogen.sh to dist
David I. Lehn [Sat, 12 Jan 2002 03:23:33 +0000 (03:23 +0000)]
add autogen.sh to dist

Original commit message from CVS:
* add autogen.sh to dist

22 years agoremove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 update...
David I. Lehn [Sat, 12 Jan 2002 02:51:02 +0000 (02:51 +0000)]
remove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 update Xv check for Xv_pic systems include...

Original commit message from CVS:
* remove win32 path stuff (not used anymore?)
* check for core 0.3.1 not 0.3.0
* update Xv check for Xv_pic systems
include text explaining it so check is not removed (again)
* remove GLIB_ vars since we don't set those vars
they are assumed to be in GST_ vars
* fix festival check - lib not used, just net connection to a server
* better FLAC test
* remove some core configure.ac leftovers

22 years agoback to dev
Thomas Vander Stichele [Fri, 11 Jan 2002 23:07:09 +0000 (23:07 +0000)]
back to dev

Original commit message from CVS:
back to dev

22 years agoBugfix
Ronald S. Bultje [Thu, 10 Jan 2002 16:03:23 +0000 (16:03 +0000)]
Bugfix

Original commit message from CVS:
Bugfix

22 years agoOops, a small bug which I forgot about
Ronald S. Bultje [Thu, 10 Jan 2002 10:03:33 +0000 (10:03 +0000)]
Oops, a small bug which I forgot about

Original commit message from CVS:
Oops, a small bug which I forgot about

22 years agoAdded support for user-specified width and height with YUV-scaling, added support...
Ronald S. Bultje [Thu, 10 Jan 2002 09:58:15 +0000 (09:58 +0000)]
Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other X...

Original commit message from CVS:
Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input

22 years agoapparently some older (2.2) videodev.h files don't have some decls, so explicitly...
Andy Wingo [Thu, 10 Jan 2002 04:55:38 +0000 (04:55 +0000)]
apparently some older (2.2) videodev.h files don't have some decls, so explicitly check for them

Original commit message from CVS:
apparently some older (2.2) videodev.h files don't have some decls, so explicitly
check for them

22 years agofix glib2's complaining on the params of some plugins there's still some work to...
Andy Wingo [Thu, 10 Jan 2002 01:17:29 +0000 (01:17 +0000)]
fix glib2's complaining on the params of some plugins there's still some work to be done: s/-$//g; && s/\(.*$//;

Original commit message from CVS:
fix glib2's complaining on the params of some plugins
there's still some work to be done: s/-$//g; && s/\(.*$//;

22 years agomore fixes
Thomas Vander Stichele [Tue, 8 Jan 2002 13:09:47 +0000 (13:09 +0000)]
more fixes

Original commit message from CVS:
more fixes

22 years agomore fixing
Thomas Vander Stichele [Tue, 8 Jan 2002 13:05:31 +0000 (13:05 +0000)]
more fixing

Original commit message from CVS:
more fixing

22 years agofeeling confident ;)
Thomas Vander Stichele [Tue, 8 Jan 2002 11:45:27 +0000 (11:45 +0000)]
feeling confident ;)

Original commit message from CVS:
feeling confident ;)

22 years agomore fixing
Thomas Vander Stichele [Tue, 8 Jan 2002 11:44:39 +0000 (11:44 +0000)]
more fixing

Original commit message from CVS:
more fixing

22 years agofixing audiofile rpm
Thomas Vander Stichele [Tue, 8 Jan 2002 11:07:06 +0000 (11:07 +0000)]
fixing audiofile rpm

Original commit message from CVS:
fixing audiofile rpm

22 years agofixes
Thomas Vander Stichele [Tue, 8 Jan 2002 11:06:01 +0000 (11:06 +0000)]
fixes

Original commit message from CVS:
fixes

22 years agothis is better
Thomas Vander Stichele [Tue, 8 Jan 2002 10:43:17 +0000 (10:43 +0000)]
this is better

Original commit message from CVS:
this is better

22 years agofixed mad plugin having the gst-plugin-libsi req for the second time
Christian Schaller [Tue, 8 Jan 2002 10:41:04 +0000 (10:41 +0000)]
fixed mad plugin having the gst-plugin-libsi req for the second time

Original commit message from CVS:
fixed mad plugin having the gst-plugin-libsi req for the second time

22 years agogetting ready for release final tests
Thomas Vander Stichele [Tue, 8 Jan 2002 10:06:44 +0000 (10:06 +0000)]
getting ready for release final tests

Original commit message from CVS:
getting ready for release
final tests

22 years agoadded another req to the spec
Christian Schaller [Tue, 8 Jan 2002 09:32:38 +0000 (09:32 +0000)]
added another req to the spec

Original commit message from CVS:
added another req to the spec

22 years agoupdated to 0.3.1 for release
Christian Schaller [Mon, 7 Jan 2002 23:32:36 +0000 (23:32 +0000)]
updated to 0.3.1 for release

Original commit message from CVS:
updated to 0.3.1 for release

22 years agoBump lib version to 2.
David I. Lehn [Mon, 7 Jan 2002 22:37:28 +0000 (22:37 +0000)]
Bump lib version to 2.

Original commit message from CVS:
Bump lib version to 2.

22 years agoadded plugin-libs as deps of avi and mad plugins, more needed?
Christian Schaller [Mon, 7 Jan 2002 20:29:05 +0000 (20:29 +0000)]
added plugin-libs as deps of avi and mad plugins, more needed?

Original commit message from CVS:
added plugin-libs as deps of avi and mad plugins, more needed?

22 years agomore flapping wings about in wild abandonment
Thomas Vander Stichele [Mon, 7 Jan 2002 20:10:20 +0000 (20:10 +0000)]
more flapping wings about in wild abandonment

Original commit message from CVS:
more flapping wings about in wild abandonment

22 years agofix for gsm
Andy Wingo [Mon, 7 Jan 2002 10:28:29 +0000 (10:28 +0000)]
fix for gsm

Original commit message from CVS:
fix for gsm

22 years agohrm
Andy Wingo [Mon, 7 Jan 2002 02:42:44 +0000 (02:42 +0000)]
hrm

Original commit message from CVS:
hrm

22 years agoA couple check fixes
Rodney Dawes [Mon, 7 Jan 2002 02:31:17 +0000 (02:31 +0000)]
A couple check fixes

Original commit message from CVS:
A couple check fixes

22 years agomissed one fix
Andy Wingo [Mon, 7 Jan 2002 02:23:34 +0000 (02:23 +0000)]
missed one fix

Original commit message from CVS:
missed one fix

22 years agohopefully fix a problem.
Andy Wingo [Mon, 7 Jan 2002 02:14:35 +0000 (02:14 +0000)]
hopefully fix a problem.

Original commit message from CVS:
hopefully fix a problem.

22 years agosiddec checks that work not extremely robust, but functional
Andy Wingo [Sun, 6 Jan 2002 21:52:21 +0000 (21:52 +0000)]
siddec checks that work not extremely robust, but functional

Original commit message from CVS:
siddec checks that work
not extremely robust, but functional

22 years agoAdded a check for sidplay
Wim Taymans [Sun, 6 Jan 2002 19:30:09 +0000 (19:30 +0000)]
Added a check for sidplay

Original commit message from CVS:
Added a check for sidplay
Added a capsfilter example

22 years agoshould be properly tested for first
Thomas Vander Stichele [Sat, 5 Jan 2002 14:29:40 +0000 (14:29 +0000)]
should be properly tested for first

Original commit message from CVS:
should be properly tested for first

22 years agorenaming stuff
Thomas Vander Stichele [Sat, 5 Jan 2002 14:27:28 +0000 (14:27 +0000)]
renaming stuff

Original commit message from CVS:
renaming stuff

22 years agoare we done renaming stuff yet ?
Thomas Vander Stichele [Sat, 5 Jan 2002 14:24:32 +0000 (14:24 +0000)]
are we done renaming stuff yet ?

Original commit message from CVS:
are we done renaming stuff yet ?

22 years agoput it back
Thomas Vander Stichele [Sat, 5 Jan 2002 14:23:05 +0000 (14:23 +0000)]
put it back

Original commit message from CVS:
put it back

22 years agochanges to allow apps outside of gstreamer/ to use dparams continuing test removal
Andy Wingo [Sat, 5 Jan 2002 00:56:40 +0000 (00:56 +0000)]
changes to allow apps outside of gstreamer/ to use dparams continuing test removal

Original commit message from CVS:
* changes to allow apps outside of gstreamer/ to use dparams
* continuing test removal

22 years agopkg-config files for libs in the plugin directory -- only necessary if building again...
Andy Wingo [Sat, 5 Jan 2002 00:27:44 +0000 (00:27 +0000)]
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...

Original commit message from CVS:
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled
gstreamer i think...

22 years agouse the proper version of GTK
Andy Wingo [Sat, 5 Jan 2002 00:01:30 +0000 (00:01 +0000)]
use the proper version of GTK

Original commit message from CVS:
use the proper version of GTK

22 years agofixed requirement
Thomas Vander Stichele [Fri, 4 Jan 2002 23:14:36 +0000 (23:14 +0000)]
fixed requirement

Original commit message from CVS:
fixed requirement

22 years agowave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
Andy Wingo [Fri, 4 Jan 2002 21:53:21 +0000 (21:53 +0000)]
wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave

Original commit message from CVS:
wave.c -> demo-osssrc.c

this is probably broken, but then so is smoothwave

22 years agotestspeed -> demo-mp3
Andy Wingo [Fri, 4 Jan 2002 21:41:29 +0000 (21:41 +0000)]
testspeed -> demo-mp3

Original commit message from CVS:
testspeed -> demo-mp3

22 years agotestpod -> demo-mp3
Andy Wingo [Fri, 4 Jan 2002 21:39:32 +0000 (21:39 +0000)]
testpod -> demo-mp3

Original commit message from CVS:
testpod -> demo-mp3

22 years agospectrum.c -> demo-osssrc.c
Andy Wingo [Fri, 4 Jan 2002 21:36:18 +0000 (21:36 +0000)]
spectrum.c -> demo-osssrc.c

Original commit message from CVS:
spectrum.c -> demo-osssrc.c

22 years agosynco with wingo
Thomas Vander Stichele [Fri, 4 Jan 2002 21:07:37 +0000 (21:07 +0000)]
synco with wingo

Original commit message from CVS:
synco with wingo

22 years agomore fixing
Thomas Vander Stichele [Fri, 4 Jan 2002 11:19:50 +0000 (11:19 +0000)]
more fixing

Original commit message from CVS:
more fixing

22 years agomore fixing
Thomas Vander Stichele [Fri, 4 Jan 2002 11:17:37 +0000 (11:17 +0000)]
more fixing

Original commit message from CVS:
more fixing

22 years agothis might be better
Thomas Vander Stichele [Fri, 4 Jan 2002 11:13:20 +0000 (11:13 +0000)]
this might be better

Original commit message from CVS:
this might be better

22 years agoarts make distcheck fix
Thomas Vander Stichele [Fri, 4 Jan 2002 11:11:49 +0000 (11:11 +0000)]
arts make distcheck fix

Original commit message from CVS:
arts make distcheck fix

22 years agos/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
Andy Wingo [Fri, 4 Jan 2002 08:16:35 +0000 (08:16 +0000)]
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)

Original commit message from CVS:
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)

22 years agodepcomp might be useful
Thomas Vander Stichele [Fri, 4 Jan 2002 07:35:47 +0000 (07:35 +0000)]
depcomp might be useful

Original commit message from CVS:
depcomp might be useful

22 years agoadded gtk.m4 (for gtk 1.2)
Andy Wingo [Fri, 4 Jan 2002 06:08:27 +0000 (06:08 +0000)]
added gtk.m4 (for gtk 1.2)

Original commit message from CVS:
added gtk.m4 (for gtk 1.2)