summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossclock.c
Commit message (Collapse)AuthorAgeFilesLines
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-161-191/+0
| | | | | | | | | | | | | | | | | comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
* implemented wait_async and unschedule ossclock, and support it in osssink -- ↵Andy Wingo2003-07-031-2/+54
| | | | | | | really should make this a general clock,... Original commit message from CVS: implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock, ill need it in gstsf
* Resurect ossclock with a simple algorithmWim Taymans2002-05-281-22/+36
| | | | | Original commit message from CVS: Resurect ossclock with a simple algorithm
* Reset the handled number of samples when going to PAUSEDWim Taymans2002-05-041-3/+0
| | | | | | Original commit message from CVS: Reset the handled number of samples when going to PAUSED Some cleanups
* More intelligent clock offset and sync.Wim Taymans2002-04-281-1/+5
| | | | | Original commit message from CVS: More intelligent clock offset and sync.
* Changed to the new props APIWim Taymans2002-03-301-233/+28
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Add the oss clock too.Wim Taymans2002-02-031-0/+329
Original commit message from CVS: Add the oss clock too. This one shows that there should be more infrastructure to dispatch clock events.