summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/audioclock.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15*.h: Revert indentingJohan Dahlin1-11/+11
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-11/+11
Original commit message from CVS: gst-indent
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef1-2/+2
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-11-16+ adding buffer-frames prop to standard caps macrosLeif Johnson1-8/+2
Original commit message from CVS: + adding buffer-frames prop to standard caps macros
2003-10-09add object and struct paddingDavid Schleef1-0/+4
Original commit message from CVS: add object and struct padding
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo1-0/+83
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.