summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosscommon.c
Commit message (Collapse)AuthorAgeFilesLines
* I thought I removed these two...Ronald S. Bultje2003-09-291-448/+0
| | | | | Original commit message from CVS: I thought I removed these two...
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-35/+35
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* - UNITS -> DEFAULTWim Taymans2003-05-241-9/+3
| | | | | | | | Original commit message from CVS: - UNITS -> DEFAULT - added chunk_size option to osssink, buffers will be written to the devive in chunks of this size, this can increase the accuracy of the clock on some devices.
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-1/+1
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* Removed bogus patch 1.4 to make osssrc work again.Wim Taymans2003-01-271-24/+8
| | | | | Original commit message from CVS: Removed bogus patch 1.4 to make osssrc work again.
* Applied patch from Martin Schlemmer for locking issue, see bug ↵Christian Schaller2003-01-121-1/+20
| | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=102025 Original commit message from CVS: Applied patch from Martin Schlemmer for locking issue, see bug http://bugzilla.gnome.org/show_bug.cgi?id=102025
* Properly reset the internal state without leaking the filehandleWim Taymans2002-12-101-0/+6
| | | | | Original commit message from CVS: Properly reset the internal state without leaking the filehandle
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-071-2/+356
| | | | | | Original commit message from CVS: More refactoring osssrc has more features now, like query/convert etc
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-071-0/+91
Original commit message from CVS: Some cleanups and refactoring make ossrc do good negotiation