diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-11-12 15:04:55 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-11-12 15:04:55 +0000 |
commit | 0548c564476082e4eb94ea96a629bf8427420b5e (patch) | |
tree | 8ecd2d8efa3a0fc74692873398df6d459fc8cbe7 /ChangeLog | |
parent | c39ed546c7cf1f2bd80fc721267d56d18dfb97c9 (diff) | |
download | gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.tar.gz gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.tar.bz2 gst-plugins-bad-0548c564476082e4eb94ea96a629bf8427420b5e.zip |
Added the polypaudio sink and hooked it into the build system.
Original commit message from CVS:
Added the polypaudio sink and hooked it into the build system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-11-12 Iain <iaingnome@gmail.com> + + * configure.ac: Check for polypaudio + + * ext/Makefile.am: Build the polyp dir + + * ext/polyp: The polypsink sources. + +2004-10-30 Iain <iaingnome@gmail.com> + + * gst/interleave/interleave.c (interleave_unlink): Change the src pads + caps to reflect the new number of channels. + 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): |