summaryrefslogtreecommitdiffstats
path: root/sys/waveform
Commit message (Collapse)AuthorAgeFilesLines
* Make sure to dist everything needed for win32 builds.Jan Schmidt2007-06-141-0/+16
| | | | | | | | | | Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: * sys/waveform/Makefile.am: Make sure to dist everything needed for win32 builds.
* sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte2007-02-203-0/+739
Original commit message from CVS: * sys/directsound/gstdirectsoundsink.c: * sys/directsound/gstdirectsoundsink.h: Remove include of unused headers. * sys/waveform/gstwaveformplugin.c: * sys/waveform/gstwaveformsink.c: * sys/waveform/gstwaveformsink.h: * win32/vs6/libgstwaveform.dsp: Add a new waveform plugin which includes an audio sink element using the WaveForm win32 API. * win32/MANIFEST: Add the new project file form waveform plugin.