diff options
author | Andy Wingo <wingo@pobox.com> | 2007-02-05 18:42:45 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-02-05 18:42:45 +0000 |
commit | 8334e7d4b0d0bf330e0483747532b4fff8a883e2 (patch) | |
tree | 502966c9b20e9f40949246ec7d154fe2419cf6e1 /ext/sndfile/gstsf.h | |
parent | add17e34f0b5d163bd09e02b95c19ec6b9473945 (diff) | |
download | gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.tar.gz gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.tar.bz2 gst-plugins-bad-8334e7d4b0d0bf330e0483747532b4fff8a883e2.zip |
ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.
Original commit message from CVS:
2007-02-05 Andy Wingo <wingo@pobox.com>
* ext/sndfile/Makefile.am:
* ext/sndfile/gstsfsrc.h:
* ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
random access woo.
Diffstat (limited to 'ext/sndfile/gstsf.h')
-rw-r--r-- | ext/sndfile/gstsf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sndfile/gstsf.h b/ext/sndfile/gstsf.h index 129ddd93..f57d3f7f 100644 --- a/ext/sndfile/gstsf.h +++ b/ext/sndfile/gstsf.h @@ -36,6 +36,7 @@ GType gst_sf_major_types_get_type (void); GType gst_sf_minor_types_get_type (void); GType gst_sf_sink_get_type (void); +GType gst_sf_src_get_type (void); G_END_DECLS |