summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosselement.c
Commit message (Expand)AuthorAgeFilesLines
* assorted debug/warning fixesThomas Vander Stichele2004-02-251-3/+3
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-6/+12
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-6/+6
* sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/d...Ronald S. Bultje2004-01-221-2/+20
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-4/+4
* fix i18n includeThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-21/+17
* ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte2004-01-151-5/+4
* make oss warning more usefulThomas Vander Stichele2004-01-121-1/+6
* Merge CAPS branchDavid Schleef2003-12-221-17/+23
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-211-2/+2
* Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje2003-12-071-1/+1
* 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