summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssrc.h
Commit message (Collapse)AuthorAgeFilesLines
* *.h: Revert indentingJohan Dahlin2004-03-151-15/+15
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-141-15/+15
| | | | | Original commit message from CVS: gst-indent
* Add device autodetectionRonald S. Bultje2003-11-061-1/+1
| | | | | Original commit message from CVS: Add device autodetection
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte2003-10-311-2/+0
| | | | | | | | | sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
* Interface implementation example: OSS mixer. Also osscommon->osselement so ↵Ronald S. Bultje2003-09-131-4/+2
| | | | | | | it can be loaded without being a source/si... Original commit message from CVS: Interface implementation example: OSS mixer. Also osscommon->osselement so it can be loaded without being a source/sink (for a stand-alone mixer)
* implement clocking set clock counter back to zero on ready->paused move ↵Ronald S. Bultje2003-03-301-0/+3
| | | | | | | | | | open/close to ready/null instead of paused/re... Original commit message from CVS: * implement clocking * set clock counter back to zero on ready->paused * move open/close to ready/null instead of paused/ready. * add random typos
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-071-23/+7
| | | | | | Original commit message from CVS: More refactoring osssrc has more features now, like query/convert etc
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-071-12/+8
| | | | | | Original commit message from CVS: Some cleanups and refactoring make ossrc do good negotiation
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-061-1/+3
| | | | | Original commit message from CVS: Add an event handler to the GstOssSrc. Handle EOS events.
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-031-1/+3
| | | | | | Original commit message from CVS: Make the OSSSrc set the correct rate/number of channels as set in the GstCaps. Handle state changes correctly according to docs/random/wtay/states
* Add timestamps to osssrc.Richard Boulton2002-03-021-2/+2
| | | | | | Original commit message from CVS: Add timestamps to osssrc. Remove unused member "seq".
* first batchThomas Vander Stichele2001-12-171-0/+94
Original commit message from CVS: first batch