summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.c
Commit message (Expand)AuthorAgeFilesLines
* first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy...Benjamin Otte2003-10-311-22/+13
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in sys/oss - gettext pendingBenjamin Otte2003-09-151-1/+3
* Interface implementation example: OSS mixer. Also osscommon->osselement so it...Ronald S. Bultje2003-09-131-76/+26
* 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-161-7/+6
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-3/+1
* implemented wait_async and unschedule ossclock, and support it in osssink -- ...Andy Wingo2003-07-031-4/+9
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+6
* 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
* - UNITS -> DEFAULTWim Taymans2003-05-241-8/+26
* properly get rid of clocks on disposal - be parent of own clockBenjamin Otte2003-05-101-1/+13
* 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
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-2/+2
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-5/+5
* Fix plugins for new query APIWim Taymans2002-12-301-11/+11
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* Properly reset the internal state without leaking the filehandleWim Taymans2002-12-101-1/+1
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-071-338/+43
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-071-69/+12
* more useful error messagesThomas Vander Stichele2002-12-031-2/+32
* 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
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
* Some cleanupsWim Taymans2002-09-121-0/+3
* - Don't misuse fragment property for storing the fragment sizeWim Taymans2002-09-021-35/+41
* small sync fixWim Taymans2002-07-281-2/+2
* - eventmask/query/format functionsWim Taymans2002-07-241-7/+59
* vishnu's patchThomas Vander Stichele2002-07-101-36/+37
* unref eventsWim Taymans2002-07-081-2/+2
* Small fix for event cleanupWim Taymans2002-06-161-2/+3
* Implement element query fix convert bugWim Taymans2002-06-081-5/+24
* UNITSThomas Vander Stichele2002-06-021-3/+3
* Reenable oss clockWim Taymans2002-06-021-1/+0
* Make elements nanoseconds awareWim Taymans2002-06-021-0/+1
* Remove media specific seeking type in favour of unit. xvimage compile fix.Wim Taymans2002-06-021-3/+3
* Some query and convert functions.Wim Taymans2002-06-011-5/+108
* Don't call oss_clock methods on the clockWim Taymans2002-05-311-1/+1
* Slightly better sync if we could not resync the clock.Wim Taymans2002-05-301-0/+2
* Resurect ossclock with a simple algorithmWim Taymans2002-05-281-12/+68
* "pardon begg'd, Sir, I do think that my backside's not a sync"Thomas Vander Stichele2002-05-281-1/+1
* Use alternative method for getting delayWim Taymans2002-05-271-1/+9
* virtual wtay patchThomas Vander Stichele2002-05-271-1/+1
* Added sync option to disable syncing to the clock.Wim Taymans2002-05-261-2/+13
* - Changed plugins for new APIsWim Taymans2002-05-261-79/+45