summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosselement.c
Commit message (Expand)AuthorAgeFilesLines
* Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje2003-11-091-6/+7
* And proper memory cleanup of cached devicesRonald S. Bultje2003-11-061-1/+13
* Add proper switch to needs_probe()Ronald S. Bultje2003-11-061-1/+11
* Add device autodetectionRonald S. Bultje2003-11-061-0/+221
* Re-add mixer element, gst-mixer doesn't work without itRonald S. Bultje2003-11-051-1/+18
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte2003-10-311-25/+0
* oops... I broke device settings in OSSRonald S. Bultje2003-10-281-2/+2
* Rename osselement to ossmixer and only open audio device if we have at least ...Ronald S. Bultje2003-10-261-2/+6
* Typo fixRonald S. Bultje2003-10-141-1/+1
* Make GstMixerTrack a GObject. I also want to make it emit several signals, st...Ronald S. Bultje2003-10-101-3/+11
* changing 'channel' to 'track' to avoid naming overlapLeif Johnson2003-10-091-1/+1
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-24/+18
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-151-18/+24
* Interface implementation example: OSS mixer. Also osscommon->osselement so it...Ronald S. Bultje2003-09-131-0/+681