summaryrefslogtreecommitdiffstats
path: root/sys/oss
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set labels on mixer manually. This allows clearer names and - in the future -...Ronald S. Bultje2003-10-141-9/+79
* 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-104-57/+172
* changing 'channel' to 'track' to avoid naming overlapLeif Johnson2003-10-094-103/+102
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-083-13/+14
* I thought I removed these two...Ronald S. Bultje2003-09-292-525/+0
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-164-43/+25
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-154-25/+43
* Make interface hack work with multiple interfaces per elementRonald S. Bultje2003-09-131-2/+6
* Copyright fix (code=mine)Ronald S. Bultje2003-09-132-6/+4
* Fix missing symbolRonald S. Bultje2003-09-131-1/+1
* fix typo (not mine, ronalds ;)Christian Schaller2003-09-131-1/+0
* disting fix, ronald remember to make sure all new files get disted :)Christian Schaller2003-09-131-6/+7
* Interface implementation example: OSS mixer. Also osscommon->osselement so it...Ronald S. Bultje2003-09-1310-173/+1249
* Remove redundant definition of plugindirDavid Schleef2003-08-101-1/+0
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-281-1/+0
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to c...Andy Wingo2003-07-167-289/+15
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-063-23/+49
* implemented wait_async and unschedule ossclock, and support it in osssink -- ...Andy Wingo2003-07-033-11/+72
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-294-44/+54
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-071-3/+0
* - use common code to write samples to the deviceWim Taymans2003-05-311-12/+20
* - added gst_oss_clock_set_time to .h fileWim Taymans2003-05-241-0/+1
* - UNITS -> DEFAULTWim Taymans2003-05-244-18/+31
* properly get rid of clocks on disposal - be parent of own clockBenjamin Otte2003-05-102-1/+38
* I'm too lazy to comment thisRonald S. Bultje2003-04-041-14/+14
* implement clocking set clock counter back to zero on ready->paused move open/...Ronald S. Bultje2003-03-302-4/+62
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-022-2/+2
* Removed bogus patch 1.4 to make osssrc work again.Wim Taymans2003-01-271-24/+8
* - Add error reportingWim Taymans2003-01-271-3/+14
* Enable sync again, for some reason it was disabledWim Taymans2003-01-191-2/+2
* until this reliably works for more than two media types, we're better off mak...Thomas Vander Stichele2003-01-131-2/+2
* Applied patch from Martin Schlemmer for locking issue, see bug http://bugzill...Christian Schaller2003-01-121-1/+20
* PadConnect -> PadLinkThomas Vander Stichele2003-01-102-4/+4
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-102-10/+10
* Fix plugins for new query APIWim Taymans2002-12-302-18/+18
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* Properly reset the internal state without leaking the filehandleWim Taymans2002-12-103-1/+8
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-076-548/+626
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-076-241/+299
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-062-2/+37
* more useful error messagesThomas Vander Stichele2002-12-031-2/+32
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-032-16/+55
* Moved clock set/get to class functions.Wim Taymans2002-11-271-3/+3
* Bug #94429 (open with O_NONBLOCK). I hope it's ok (wtay ?)Jeremy Simon2002-11-241-2/+3
* Remove properties that can easily be found on the caps.Wim Taymans2002-11-021-76/+0
* oss debug backport fixesThomas Vander Stichele2002-09-231-10/+48