platform/upstream/gstreamer.git
23 years agoAdd chart plugin to build system.
Richard Boulton [Mon, 18 Jun 2001 11:12:19 +0000 (11:12 +0000)]
Add chart plugin to build system.

Original commit message from CVS:
Add chart plugin to build system.

23 years agoALSA checks use alsa_save_* names and gst attempt to save flags fails when using...
David I. Lehn [Mon, 18 Jun 2001 04:56:50 +0000 (04:56 +0000)]
ALSA checks use alsa_save_* names and gst attempt to save flags fails when using the same names.  Prefixed with gst_.

Original commit message from CVS:
ALSA checks use alsa_save_* names and gst attempt to save flags fails
when using the same names.  Prefixed with gst_.

23 years agoadded _gst_buffer_pool_initialize
Steve Baker [Sun, 17 Jun 2001 14:35:09 +0000 (14:35 +0000)]
added _gst_buffer_pool_initialize

Original commit message from CVS:
added _gst_buffer_pool_initialize

23 years agoadded a default bufferpool factory function. it reuses existing instances of bufferpo...
Steve Baker [Sun, 17 Jun 2001 13:55:55 +0000 (13:55 +0000)]
added a default bufferpool factory function. it reuses existing instances of bufferpool if requests are made for exis...

Original commit message from CVS:
added a default bufferpool factory function. it reuses existing instances of bufferpool if requests are made for existing buffer sizes

23 years agoFixed the audiosink in the example with osssink.
Wim Taymans [Sun, 17 Jun 2001 03:03:09 +0000 (03:03 +0000)]
Fixed the audiosink in the example with osssink.

Original commit message from CVS:
Fixed the audiosink in the example with osssink.

23 years agoRemoved a check (see that the file exists locally ??) to enable network streaming...
Wim Taymans [Sat, 16 Jun 2001 13:24:26 +0000 (13:24 +0000)]
Removed a check (see that the file exists locally ??) to enable network streaming with gnomevfssrc again.

Original commit message from CVS:
Removed a check (see that the file exists locally ??) to enable network
streaming with gnomevfssrc again.

23 years agoSmall updates to the manual.
Wim Taymans [Fri, 15 Jun 2001 21:46:57 +0000 (21:46 +0000)]
Small updates to the manual.

Original commit message from CVS:
Small updates to the manual.

23 years agoUpdated the README file with some cool gstreamer-launch cmd lines
Wim Taymans [Fri, 15 Jun 2001 19:46:46 +0000 (19:46 +0000)]
Updated the README file with some cool gstreamer-launch cmd lines

Original commit message from CVS:
Updated the README file with some cool gstreamer-launch cmd lines
by Matthew McClintock <mattsm@mail.utexas.edu>

23 years agoChanged a stupid assert in request_pad.
Wim Taymans [Fri, 15 Jun 2001 19:13:45 +0000 (19:13 +0000)]
Changed a stupid assert in request_pad.

Original commit message from CVS:
Changed a stupid assert in request_pad.
Some fixes for pullregion and EOS conditions.
Remove an unneeded check in the scheduler (check for NULL buffer)
some EOS fixes for pullregion in disksrc.
Removed the macro in the gstparse.h header 'cause it's internal to gstparse.c
Added a check in gstparse for NULL element.

23 years agoadded some minor stuff
Thomas Vander Stichele [Fri, 15 Jun 2001 16:42:12 +0000 (16:42 +0000)]
added some minor stuff

Original commit message from CVS:
added some minor stuff

23 years agoFix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving the value...
Richard Boulton [Fri, 15 Jun 2001 15:44:32 +0000 (15:44 +0000)]
Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving the value before saving... :(

Original commit message from CVS:
Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving
the value before saving... :(

23 years agoFix bug #433398, by putting GLIB_CFLAGS
Richard Boulton [Fri, 15 Jun 2001 15:42:43 +0000 (15:42 +0000)]
Fix bug #433398, by putting GLIB_CFLAGS

Original commit message from CVS:
Fix bug #433398, by putting GLIB_CFLAGS

23 years agoshould restore dynamic connection of pads (couldn't really test it though)
Steve Baker [Fri, 15 Jun 2001 06:33:29 +0000 (06:33 +0000)]
should restore dynamic connection of pads (couldn't really test it though)

Original commit message from CVS:
should restore dynamic connection of pads (couldn't really test it though)

23 years agochanged cutter example to use a thread
Thomas Vander Stichele [Thu, 14 Jun 2001 18:04:16 +0000 (18:04 +0000)]
changed cutter example to use a thread

Original commit message from CVS:
changed cutter example to use a thread

23 years agocutter now uses afsink to write out wavs we will add a queue next to handle latency...
Thomas Vander Stichele [Wed, 13 Jun 2001 22:09:58 +0000 (22:09 +0000)]
cutter now uses afsink to write out wavs we will add a queue next to handle latency problems

Original commit message from CVS:
cutter now uses afsink to write out wavs
we will add a queue next to handle latency problems

23 years agoadded cutter example
Thomas Vander Stichele [Wed, 13 Jun 2001 21:52:42 +0000 (21:52 +0000)]
added cutter example

Original commit message from CVS:
added cutter example

23 years agoLoop in pullregion until the desired buffer has been pulled.
Wim Taymans [Wed, 13 Jun 2001 21:33:31 +0000 (21:33 +0000)]
Loop in pullregion until the desired buffer has been pulled.

Original commit message from CVS:
Loop in pullregion until the desired buffer has been pulled.

23 years agoadded a function to check if the buffer's data is framed
Thomas Vander Stichele [Wed, 13 Jun 2001 21:08:02 +0000 (21:08 +0000)]
added a function to check if the buffer's data is framed

Original commit message from CVS:
added a function to check if the buffer's data is framed

23 years agoadded deinterlace
Thomas Vander Stichele [Wed, 13 Jun 2001 20:26:10 +0000 (20:26 +0000)]
added deinterlace

Original commit message from CVS:
added deinterlace

23 years agoadded example program to show how cutter plugin works
Thomas Vander Stichele [Wed, 13 Jun 2001 16:20:49 +0000 (16:20 +0000)]
added example program to show how cutter plugin works

Original commit message from CVS:
added example program to show how cutter plugin works

23 years agoadded helper function to calculate maximum possible sample value based on caps
Thomas Vander Stichele [Wed, 13 Jun 2001 15:33:03 +0000 (15:33 +0000)]
added helper function to calculate maximum possible sample value based on caps

Original commit message from CVS:
added helper function to calculate maximum possible sample value based
on caps

23 years agoadded two more cases of eos reasoning
Thomas Vander Stichele [Wed, 13 Jun 2001 09:51:27 +0000 (09:51 +0000)]
added two more cases of eos reasoning

Original commit message from CVS:
added two more cases of eos reasoning

23 years agoHmm, added working (if hacked) full-screen play, shuffled things around, added error...
Arik Devens [Wed, 13 Jun 2001 01:18:12 +0000 (01:18 +0000)]
Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on fi...

Original commit message from CVS:
Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on file not found, added the beginnings of a preferences dialog.

23 years agoFixed a bug in the avi encoder with wrong alignment.
Wim Taymans [Tue, 12 Jun 2001 19:47:41 +0000 (19:47 +0000)]
Fixed a bug in the avi encoder with wrong alignment.

Original commit message from CVS:
Fixed a bug in the avi encoder with wrong alignment.

23 years agoadded some function to support framestamps & timestamps
Thomas Vander Stichele [Tue, 12 Jun 2001 10:11:26 +0000 (10:11 +0000)]
added some function to support framestamps & timestamps

Original commit message from CVS:
added some function to support framestamps & timestamps

23 years agoSome formatting updates, thanks to using manedit
Richard Boulton [Sun, 10 Jun 2001 21:13:12 +0000 (21:13 +0000)]
Some formatting updates, thanks to using manedit

Original commit message from CVS:
Some formatting updates, thanks to using manedit

23 years ago- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded...
Christian Schaller [Sun, 10 Jun 2001 18:50:13 +0000 (18:50 +0000)]
- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.

Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.

23 years agocan now take comma delimited list of pads. eg gstreamer-launch disksrc location=...
Steve Baker [Sun, 10 Jun 2001 11:57:39 +0000 (11:57 +0000)]
can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src...

Original commit message from CVS:
can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src%d,src%d\!sink%d,sink%d float2int ! osssink

23 years ago- Updated the SPEC file as per Erik's wishes
Christian Schaller [Sun, 10 Jun 2001 01:18:59 +0000 (01:18 +0000)]
- Updated the SPEC file as per Erik's wishes

Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Updated the SPEC file as per Erik's wishes
- Split out the mpeg stuff
- Silenced gstreamer-register when run after each package

23 years ago- Added gstreamer-register to all plugins
Christian Schaller [Sat, 9 Jun 2001 21:48:04 +0000 (21:48 +0000)]
- Added gstreamer-register to all plugins

Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Added gstreamer-register to all plugins

23 years ago- moved the visualisations plugins out
Christian Schaller [Sat, 9 Jun 2001 19:23:11 +0000 (19:23 +0000)]
- moved the visualisations plugins out

Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- moved the visualisations plugins out

TODO:
1. the mpeg plugins need sorting out. currently they are all just placed inside
the main package. Need help with this since I am unsure about what files belongs where with what dependency
2. Cross-dependencies probably should be added to the plugins
3. License information should be added to the plugins
4. GStreamer-register needs to be added for each plugin

23 years ago- Finally the SPEC file works again, now only polishing it remains
Christian Schaller [Sat, 9 Jun 2001 18:50:38 +0000 (18:50 +0000)]
- Finally the SPEC file works again, now only polishing it remains

Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Finally the SPEC file works again, now only polishing it remains

23 years ago- More SPEC fixes, not perfect yet, but maybe it actually works now
Christian Schaller [Sat, 9 Jun 2001 16:44:54 +0000 (16:44 +0000)]
- More SPEC fixes, not perfect yet, but maybe it actually works now

Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- More SPEC fixes, not perfect yet, but maybe it actually works now

23 years agostore src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax
Steve Baker [Sat, 9 Jun 2001 11:43:58 +0000 (11:43 +0000)]
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax

Original commit message from CVS:
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax

23 years agoif a named pad doesn't exist, try creating a new pad using the padtemplate name....
Steve Baker [Sat, 9 Jun 2001 10:16:12 +0000 (10:16 +0000)]
if a named pad doesn't exist, try creating a new pad using the padtemplate name. eg int2float src%d!sink%d float2int

Original commit message from CVS:
if a named pad doesn't exist, try creating a new pad using the padtemplate name. eg int2float src%d!sink%d float2int

23 years ago- More fixes to the SPEC file, still not verfied that it works, but I need sleep...
Christian Schaller [Sat, 9 Jun 2001 02:33:54 +0000 (02:33 +0000)]
- More fixes to the SPEC file, still not verfied that it works, but I need sleep and it is guaranteed closer to worki...

Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- More fixes to the SPEC file, still not verfied that it works, but I need sleep
and it is guaranteed closer to working than the current one. More testing and SPEC file hacking tommorow(aka later today).

23 years agoAdded a check for avifile.
Wim Taymans [Sat, 9 Jun 2001 00:14:28 +0000 (00:14 +0000)]
Added a check for avifile.

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

23 years ago- Added ALSA plugin (commented out since I don't have alsa installed)
Christian Schaller [Fri, 8 Jun 2001 22:17:14 +0000 (22:17 +0000)]
- Added ALSA plugin (commented out since I don't have alsa installed)

Original commit message from CVS:
2001-08-06 Christian Schaller <Uraeus@linuxrising.org>
- Added ALSA plugin (commented out since I don't have alsa installed)

23 years ago- Updated GStreamer SPEC which sorts out plugins into separate plugins, needs more...
Christian Schaller [Fri, 8 Jun 2001 21:56:10 +0000 (21:56 +0000)]
- Updated GStreamer SPEC which sorts out plugins into separate plugins, needs more work to support all plugins.

Original commit message from CVS:
2001-08-06 Christian Schaller <Uraeus@linuxrising.org>
- Updated GStreamer SPEC which sorts out plugins into separate plugins, needs
more work to support all plugins.

23 years agoAdded manpage BRANCH-GOBJECT1-ROOT RELEASE-0_2_0-CRITICALMASS
David I. Lehn [Thu, 7 Jun 2001 16:56:27 +0000 (16:56 +0000)]
Added manpage

Original commit message from CVS:
Added manpage
Ignore built autoplugtest binary
Bump debian version to 0.2.0

23 years agoAdd gstreamer-compprep man page.
Richard Boulton [Thu, 7 Jun 2001 10:58:40 +0000 (10:58 +0000)]
Add gstreamer-compprep man page.

Original commit message from CVS:
Add gstreamer-compprep man page.

23 years agoCredited 'ALSA plugins' to Thomas Nydberg in AUTHORS
Andrew Mitchell [Thu, 7 Jun 2001 08:18:15 +0000 (08:18 +0000)]
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS

Original commit message from CVS:
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS

23 years agolatest plugins updates
David I. Lehn [Thu, 7 Jun 2001 06:38:21 +0000 (06:38 +0000)]
latest plugins updates

Original commit message from CVS:
latest plugins updates

23 years agodissabled full-screen for the time being till i have time to fix it.
Arik Devens [Thu, 7 Jun 2001 06:06:49 +0000 (06:06 +0000)]
dissabled full-screen for the time being till i have time to fix it.

Original commit message from CVS:
dissabled full-screen for the time being till i have time to fix it.

23 years agoadded --gst-mask to the man pages
Erik Walthinsen [Thu, 7 Jun 2001 00:08:56 +0000 (00:08 +0000)]
added --gst-mask to the man pages

Original commit message from CVS:
added --gst-mask to the man pages

23 years agoAdded new plugin packages and synced up to a late pre2 CVS base.
David I. Lehn [Wed, 6 Jun 2001 19:23:21 +0000 (19:23 +0000)]
Added new plugin packages and synced up to a late pre2 CVS base.

Original commit message from CVS:
Added new plugin packages and synced up to a late pre2 CVS base.

23 years agoAdded configure.{ac,in} to .cvsignore since they are autogenerated from configure...
David I. Lehn [Wed, 6 Jun 2001 19:21:39 +0000 (19:21 +0000)]
Added configure.{ac,in} to .cvsignore since they are autogenerated from configure.base now.

Original commit message from CVS:
Added configure.{ac,in} to .cvsignore since they are autogenerated from
configure.base now.

23 years agoAdded .o and .lo to clean-local target
David I. Lehn [Wed, 6 Jun 2001 19:20:53 +0000 (19:20 +0000)]
Added .o and .lo to clean-local target

Original commit message from CVS:
Added .o and .lo to clean-local target

23 years agoRemoved a warning.
Wim Taymans [Wed, 6 Jun 2001 19:15:10 +0000 (19:15 +0000)]
Removed a warning.

Original commit message from CVS:
Removed a warning.

23 years agoSome minor docs updates.
Wim Taymans [Wed, 6 Jun 2001 18:33:18 +0000 (18:33 +0000)]
Some minor docs updates.

Original commit message from CVS:
Some minor docs updates.

23 years agoAdded the lav encoder Makefile.am
Wim Taymans [Wed, 6 Jun 2001 18:31:23 +0000 (18:31 +0000)]
Added the lav encoder Makefile.am

Original commit message from CVS:
Added the lav encoder Makefile.am

23 years agoChanged the maxcothreads to 16. connect to the new_ghost_pad signal in parse.
Wim Taymans [Wed, 6 Jun 2001 18:29:57 +0000 (18:29 +0000)]
Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.

Original commit message from CVS:
Changed the maxcothreads to 16.
connect to the new_ghost_pad signal in parse.

23 years agoadded cutter plugin to config stuff
Thomas Vander Stichele [Wed, 6 Jun 2001 14:24:17 +0000 (14:24 +0000)]
added cutter plugin to config stuff

Original commit message from CVS:
added cutter plugin to config stuff

23 years agoadded Makefile generation for gstaudio library
Thomas Vander Stichele [Wed, 6 Jun 2001 14:14:53 +0000 (14:14 +0000)]
added Makefile generation for gstaudio library

Original commit message from CVS:
added Makefile generation for gstaudio library

23 years agofirst try at a general gstreamer audio library with helper functions
Thomas Vander Stichele [Wed, 6 Jun 2001 14:13:58 +0000 (14:13 +0000)]
first try at a general gstreamer audio library with helper functions

Original commit message from CVS:
first try at a general gstreamer audio library with helper functions

23 years agoAdd an important quote from Omega.
Richard Boulton [Wed, 6 Jun 2001 12:47:27 +0000 (12:47 +0000)]
Add an important quote from Omega.

Original commit message from CVS:
Add an important quote from Omega.

23 years agoSomewhat improve the layout of args in inspect.
Wim Taymans [Tue, 5 Jun 2001 17:45:52 +0000 (17:45 +0000)]
Somewhat improve the layout of args in inspect.

Original commit message from CVS:
Somewhat improve the layout of args in inspect.

23 years agoRevert accidentally applied changes.
Richard Boulton [Tue, 5 Jun 2001 01:27:53 +0000 (01:27 +0000)]
Revert accidentally applied changes.

Original commit message from CVS:
Revert accidentally applied changes.
Time for bed.

23 years agoFIx memleak in save-thyself introduced by changing plugin_get_list to copy.
Richard Boulton [Tue, 5 Jun 2001 01:26:01 +0000 (01:26 +0000)]
FIx memleak in save-thyself introduced by changing plugin_get_list to copy.

Original commit message from CVS:
FIx memleak in save-thyself introduced by changing plugin_get_list to
copy.

23 years agoSimple fix to stop gstreamer-compprep crashing when the registry is in use.
Richard Boulton [Tue, 5 Jun 2001 01:15:29 +0000 (01:15 +0000)]
Simple fix to stop gstreamer-compprep crashing when the registry is in use.

Original commit message from CVS:
Simple fix to stop gstreamer-compprep crashing when the registry is in
use.

23 years agoFixed the xid stuff and some cleanups.
Wim Taymans [Mon, 4 Jun 2001 21:02:01 +0000 (21:02 +0000)]
Fixed the xid stuff and some cleanups.

Original commit message from CVS:
Fixed the xid stuff and some cleanups.

23 years agoUse the STACKSIZE and number of cothreads to calculate the cothread stack space ...
Wim Taymans [Mon, 4 Jun 2001 16:02:48 +0000 (16:02 +0000)]
Use the STACKSIZE and number of cothreads to calculate the cothread stack space (easier to change the number of cothr...

Original commit message from CVS:
Use the STACKSIZE and number of cothreads to calculate the cothread stack
space (easier to change the number of cothreads).

23 years agoadded an eos handler so that gstreamer-launch quits when the first element fires it
Thomas Vander Stichele [Mon, 4 Jun 2001 15:38:44 +0000 (15:38 +0000)]
added an eos handler so that gstreamer-launch quits when the first element fires it

Original commit message from CVS:
added an eos handler so that gstreamer-launch quits when the first element
fires it

23 years agoPrint out the default values.
Wim Taymans [Mon, 4 Jun 2001 14:50:21 +0000 (14:50 +0000)]
Print out the default values.

Original commit message from CVS:
Print out the default values.

23 years agoNasty hack enabling docs/gst/ to build with unpatched versions of gtkdoc-scanobj...
Richard Boulton [Mon, 4 Jun 2001 11:25:19 +0000 (11:25 +0000)]
Nasty hack enabling docs/gst/ to build with unpatched versions of gtkdoc-scanobj which don't understand libtool.

Original commit message from CVS:
Nasty hack enabling docs/gst/ to build with unpatched versions of
gtkdoc-scanobj which don't understand libtool.

23 years agoReplace NO_X conditional compilation with testing whether DISPLAY env variable is...
Richard Boulton [Mon, 4 Jun 2001 00:51:35 +0000 (00:51 +0000)]
Replace NO_X conditional compilation with testing whether DISPLAY env variable is set, and doing gtk_type_init() inst...

Original commit message from CVS:
Replace NO_X conditional compilation with testing whether DISPLAY env
variable is set, and doing gtk_type_init() instead of gtk_init() if not.

23 years agoDon't ever run if we know automake isn't patched: people keep complaining that their...
Richard Boulton [Mon, 4 Jun 2001 00:38:25 +0000 (00:38 +0000)]
Don't ever run if we know automake isn't patched: people keep complaining that their machine crashed while trying to ...

Original commit message from CVS:
Don't ever run if we know automake isn't patched: people keep complaining
that their machine crashed while trying to build...

23 years agoMore info about the other tools.
Wim Taymans [Sun, 3 Jun 2001 22:30:07 +0000 (22:30 +0000)]
More info about the other tools.

Original commit message from CVS:
More info about the other tools.

23 years agoAdd man page for gstreamer-complete
Richard Boulton [Sun, 3 Jun 2001 19:49:51 +0000 (19:49 +0000)]
Add man page for gstreamer-complete

Original commit message from CVS:
Add man page for gstreamer-complete

23 years agoDocs updates
Wim Taymans [Sun, 3 Jun 2001 19:26:02 +0000 (19:26 +0000)]
Docs updates

Original commit message from CVS:
Docs updates

23 years agooptionally call gtk_type_init() instead of gtk_init() if NO_X is defined. This avoids...
Wim Taymans [Sun, 3 Jun 2001 19:19:45 +0000 (19:19 +0000)]
optionally call gtk_type_init() instead of gtk_init() if NO_X is defined. This avoids the X dependency of GStreamer.

Original commit message from CVS:
optionally call gtk_type_init() instead of gtk_init() if NO_X is defined. This
avoids the X dependency of GStreamer.

23 years agosmall changes
Wim Taymans [Sun, 3 Jun 2001 19:09:17 +0000 (19:09 +0000)]
small changes

Original commit message from CVS:
small changes

23 years agoRemoved the components dir from since it doesn't work/build anyway.
Wim Taymans [Sun, 3 Jun 2001 19:06:40 +0000 (19:06 +0000)]
Removed the components dir from since it doesn't work/build anyway.

Original commit message from CVS:
Removed the components dir from since it doesn't work/build anyway.

23 years agoMore small updates.:
Wim Taymans [Sun, 3 Jun 2001 15:30:07 +0000 (15:30 +0000)]
More small updates.:

Original commit message from CVS:
More small updates.:

23 years agoAdded first desciption of the changes for 0.2.0
Wim Taymans [Sun, 3 Jun 2001 15:29:08 +0000 (15:29 +0000)]
Added first desciption of the changes for 0.2.0

Original commit message from CVS:
Added first desciption of the changes for 0.2.0

23 years agoFind the seeking properties in GstBin objects too.
Wim Taymans [Sun, 3 Jun 2001 12:08:05 +0000 (12:08 +0000)]
Find the seeking properties in GstBin objects too.

Original commit message from CVS:
Find the seeking properties in GstBin objects too.

23 years agoSet the caps on a proxied pad when the pad is not connected.
Wim Taymans [Sun, 3 Jun 2001 11:28:09 +0000 (11:28 +0000)]
Set the caps on a proxied pad when the pad is not connected.

Original commit message from CVS:
Set the caps on a proxied pad when the pad is not connected.

23 years agoFix arts check, with artsc-config hackery.
Richard Boulton [Sat, 2 Jun 2001 23:36:42 +0000 (23:36 +0000)]
Fix arts check, with artsc-config hackery.

Original commit message from CVS:
Fix arts check, with artsc-config hackery.

23 years agoadded check to make sure there's a pipeline desc before building
Erik Walthinsen [Sat, 2 Jun 2001 18:26:25 +0000 (18:26 +0000)]
added check to make sure there's a pipeline desc before building

Original commit message from CVS:
added check to make sure there's a pipeline desc before building

23 years agoAdded the avi makefiles.
Wim Taymans [Sat, 2 Jun 2001 18:11:00 +0000 (18:11 +0000)]
Added the avi makefiles.

Original commit message from CVS:
Added the avi makefiles.

23 years agoClarify the messages about the patched automake one more time.
Richard Boulton [Sat, 2 Jun 2001 18:06:55 +0000 (18:06 +0000)]
Clarify the messages about the patched automake one more time.

Original commit message from CVS:
Clarify the messages about the patched automake one more time.
If it's not clear now, and people continue to complain about automake
eating their resources, I'm mysteriously unable to hear them.

23 years agoFixed the helloworld example by using a pipeline as the toplevel element.
Wim Taymans [Sat, 2 Jun 2001 16:38:58 +0000 (16:38 +0000)]
Fixed the helloworld example by using a pipeline as the toplevel element.

Original commit message from CVS:
Fixed the helloworld example by using a pipeline as the toplevel element.

23 years agoLet's just say I have a better understanding of autoconf now (I should really have...
Andrew Mitchell [Sat, 2 Jun 2001 15:33:38 +0000 (15:33 +0000)]
Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps t...

Original commit message from CVS:
Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps to remember that yes != no ;)

23 years agoAutomake is picky about white space...
Andrew Mitchell [Sat, 2 Jun 2001 13:42:04 +0000 (13:42 +0000)]
Automake is picky about white space...

Original commit message from CVS:
Automake is picky about white space...

23 years agoAdded options --disable-tests and --disable-examples for quicker builds for the impat...
Andrew Mitchell [Sat, 2 Jun 2001 13:38:57 +0000 (13:38 +0000)]
Added options --disable-tests and --disable-examples for quicker builds for the impatient...

Original commit message from CVS:
Added options --disable-tests and --disable-examples for quicker builds for the impatient...

23 years agoCopy the padtemplate to the ghostpad.
Wim Taymans [Sat, 2 Jun 2001 12:45:02 +0000 (12:45 +0000)]
Copy the padtemplate to the ghostpad.

Original commit message from CVS:
Copy the padtemplate to the ghostpad.

23 years agoFix gsm to check for "gsm.h" as well as "gsm/gsm.h".
Richard Boulton [Sat, 2 Jun 2001 12:21:26 +0000 (12:21 +0000)]
Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".

Original commit message from CVS:
Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".

23 years agoDoh, forgot to update the Changelog inside the SPEC file
Christian Schaller [Sat, 2 Jun 2001 10:40:20 +0000 (10:40 +0000)]
Doh, forgot to update the Changelog inside the SPEC file

Original commit message from CVS:
2001-02-06 Christian Schaller <Uraeus@linuxrising.org>
* Doh, forgot to update the Changelog inside the SPEC file

23 years agoSmall fix to group statement for GStreamer
Christian Schaller [Sat, 2 Jun 2001 10:38:16 +0000 (10:38 +0000)]
Small fix to group statement for GStreamer

Original commit message from CVS:
2001-02-06 Christian Schaller <Uraeus@linuxrising.org>
* Small fix to group statement for GStreamer

My work on the SPEC file making the RPM make one package for all non-core plugins is underway,
but I am not ready with it yet.

23 years agoOops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
Richard Boulton [Sat, 2 Jun 2001 02:21:25 +0000 (02:21 +0000)]
Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.

Original commit message from CVS:
Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
We should really filter the SDL_CFLAGS and only pass appropriate options
through, but this works well enough for now.

23 years agoImprove SDL check: use correct CFLAGS when searching for header.
Richard Boulton [Sat, 2 Jun 2001 02:05:21 +0000 (02:05 +0000)]
Improve SDL check: use correct CFLAGS when searching for header.

Original commit message from CVS:
Improve SDL check: use correct CFLAGS when searching for header.

23 years agook, this works now
Thomas Vander Stichele [Fri, 1 Jun 2001 22:36:04 +0000 (22:36 +0000)]
ok, this works now

Original commit message from CVS:
ok, this works now

23 years agotest for disconnect and reconnect of elements
Thomas Vander Stichele [Fri, 1 Jun 2001 22:23:24 +0000 (22:23 +0000)]
test for disconnect and reconnect of elements

Original commit message from CVS:
test for disconnect and reconnect of elements

23 years ago- First batch of upgrades to the SPEC file, this one from
Christian Schaller [Fri, 1 Jun 2001 21:26:50 +0000 (21:26 +0000)]
- First batch of upgrades to the SPEC file, this one from

Original commit message from CVS:
2001-01-06 Christian Schaller <Uraeus@linuxrising.org>
- First batch of upgrades to the SPEC file, this one from
Dennis Bjorklund. Thanks Dennis.

23 years agoAdded a better SDL_createYUVOverlay check.
Wim Taymans [Fri, 1 Jun 2001 18:52:55 +0000 (18:52 +0000)]
Added a better SDL_createYUVOverlay check.

Original commit message from CVS:
Added a better SDL_createYUVOverlay check.

23 years agoFixed some warnings.
Wim Taymans [Fri, 1 Jun 2001 18:30:40 +0000 (18:30 +0000)]
Fixed some warnings.

Original commit message from CVS:
Fixed some warnings.

23 years agoFixed a couple of compiler warnings.
Wim Taymans [Fri, 1 Jun 2001 18:24:41 +0000 (18:24 +0000)]
Fixed a couple of compiler warnings.

Original commit message from CVS:
Fixed a couple of compiler warnings.

23 years agoFixed some compile warnings.
Wim Taymans [Fri, 1 Jun 2001 18:09:26 +0000 (18:09 +0000)]
Fixed some compile warnings.

Original commit message from CVS:
Fixed some compile warnings.

23 years ago- added url to openquicktime
Bastien Nocera [Fri, 1 Jun 2001 17:55:27 +0000 (17:55 +0000)]
- added url to openquicktime

Original commit message from CVS:
- added url to openquicktime

23 years ago- added some more urls
Bastien Nocera [Fri, 1 Jun 2001 17:42:57 +0000 (17:42 +0000)]
- added some more urls

Original commit message from CVS:
- added some more urls