summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosselement.c
Commit message (Expand)AuthorAgeFilesLines
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-231-1319/+0
* more macro splitting; fix po problemThomas Vander Stichele2005-07-101-1/+1
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-125/+37
* updates to make this closer to compileChristian Schaller2005-05-051-1/+1
* sys/oss/gstosselement.c: Kick the hell out of gcc for not warning me about a ...Ronald S. Bultje2005-02-221-4/+4
* sys/oss/: fixes #159433. Also add missing copyright header to oss_probe.c.Ronald S. Bultje2004-12-161-4/+40
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-4/+4
* sys/oss/: Fix offset on osssrc.Wim Taymans2004-07-071-0/+2
* gst/wavenc/gstwavenc.c: Switch to GST_WRITE_UINT32_LE macros (bug #144624)David Schleef2004-07-031-1/+9
* configure.ac: OSS portabilityStéphane Loeuillet2004-06-071-1/+28
* ext/alsa/: Add enumerations (as GstMixerOptions). Make correct distinction be...Ronald S. Bultje2004-05-271-1/+2
* fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* sys/oss/gstosselement.c: remove leftover debugging g_printBenjamin Otte2004-05-181-3/+0
* ext/shout2/gstshout2.c: Guimond, fixes #142432)Benjamin Otte2004-05-171-5/+17
* sys/oss/gstosselement.c: Add a check for a driver bug on FreeBSD. (bug #140565)David Schleef2004-04-291-0/+11
* sys/oss/gstosselement.c: get rid of \n in debug outputBenjamin Otte2004-04-181-5/+5
* s/lstat/stat/ since it can be a symlink, ask decadix on IRC if you have quest...Christian Schaller2004-04-121-1/+1
* throw an error if we couldn't probe capsThomas Vander Stichele2004-04-011-0/+5
* sys/oss/gstosselement.c: probe caps correctly for sound cards that only suppo...Benjamin Otte2004-03-301-1/+3
* sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)David Schleef2004-03-251-1/+338
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-138/+138
* gst-indentThomas Vander Stichele2004-03-141-291/+279
* Don't block during probing...Ronald S. Bultje2004-03-131-1/+1
* sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ...Christophe Fergeau2004-02-291-56/+78
* 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