summaryrefslogtreecommitdiffstats
path: root/ext/esd
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix up esdmon timestamps, so that they don't go completely wrong if someone ↵Richard Boulton2002-03-021-4/+7
| | | | | | | | changes the frequency, depth or mono/ster... Original commit message from CVS: Fix up esdmon timestamps, so that they don't go completely wrong if someone changes the frequency, depth or mono/stereo parameters.
* Added esdmon plugin.Richard Boulton2002-03-022-1/+504
| | | | | | | | | | Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :)
* Fixing // style comments into /* */Christian Schaller2002-02-031-11/+11
| | | | | Original commit message from CVS: Fixing // style comments into /* */
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-7/+15
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-6/+5
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* added esd added new autogen.sh feature : list all of the libs/plugins you ↵Thomas Vander Stichele2001-12-204-0/+514
want to disable in a file called "disable" ... Original commit message from CVS: added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" and they will. makes it easier to check stuff when you're working on one a file "enable" does the opposite. You're on your own if you make them conflict ;) CML2 anyone ? fixed some xvideo stuff, can't remember what though