actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply...
authorAndy Wingo <wingo@pobox.com>
Wed, 16 Jul 2003 16:08:13 +0000 (16:08 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 16 Jul 2003 16:08:13 +0000 (16:08 +0000)
commit7c6f49bf6bf99a5f38ab06ddb1a92cda69c76493
tree440584352a87577871e5d87a7f2d54849c604589
parent241c826ffae776fae94a1a00bf72ba9c1ceec9ad
actually recurse into sndfile if we are able big ladspa cleanups, mainly to 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.
common
ext/Makefile.am
gst-libs/ext/ffmpeg/Tag
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/audio.c
gst-libs/gst/audio/audio.h
gst-libs/gst/audio/audioclock.c [new file with mode: 0644]
gst-libs/gst/audio/audioclock.h [new file with mode: 0644]