summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossclock.h
Commit message (Collapse)AuthorAgeFilesLines
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-161-82/+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-5/+9
| | | | | | | 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
* - added gst_oss_clock_set_time to .h fileWim Taymans2003-05-241-0/+1
| | | | | Original commit message from CVS: - added gst_oss_clock_set_time to .h file
* Resurect ossclock with a simple algorithmWim Taymans2002-05-281-0/+3
| | | | | Original commit message from CVS: Resurect ossclock with a simple algorithm
* Changed to the new props APIWim Taymans2002-03-301-14/+11
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* Add the oss clock too.Wim Taymans2002-02-031-0/+77
Original commit message from CVS: Add the oss clock too. This one shows that there should be more infrastructure to dispatch clock events.