diff options
author | Andy Wingo <wingo@pobox.com> | 2007-02-02 13:28:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-02-02 13:28:05 +0000 |
commit | 91e91243a9f7be56df0be83f39a004f04b733294 (patch) | |
tree | a7642d36ecb5c06f136f8dcd5f39f9260d733545 /ChangeLog | |
parent | 144b320afec7e17795a855fd2468dc9f23196a14 (diff) | |
download | gst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.tar.gz gst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.tar.bz2 gst-plugins-bad-91e91243a9f7be56df0be83f39a004f04b733294.zip |
configure.ac: ext/Makefile.am
Original commit message from CVS:
2007-02-02 Andy Wingo <wingo@pobox.com>
* configure.ac:
* ext/Makefile.am
* ext/sndfile/Makefile.am:
* ext/sndfile/gstsf.c:
* ext/sndfile/gstsf.h:
* ext/sndfile/gstsfsink.c:
* ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
push mode with interleaved float or int data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-02-02 Andy Wingo <wingo@pobox.com> + + * configure.ac: + * ext/Makefile.am + * ext/sndfile/Makefile.am: + * ext/sndfile/gstsf.c: + * ext/sndfile/gstsf.h: + * ext/sndfile/gstsfsink.c: + * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or + push mode with interleaved float or int data. + 2007-02-02 Tim-Philipp Müller <tim at centricular dot net> * ext/alsaspdif/alsaspdifsink.c: (plugin_init): |