summaryrefslogtreecommitdiffstats
path: root/ext/sndfile/gstsf.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-02-05 18:42:45 +0000
committerAndy Wingo <wingo@pobox.com>2007-02-05 18:42:45 +0000
commit8334e7d4b0d0bf330e0483747532b4fff8a883e2 (patch)
tree502966c9b20e9f40949246ec7d154fe2419cf6e1 /ext/sndfile/gstsf.c
parentadd17e34f0b5d163bd09e02b95c19ec6b9473945 (diff)
downloadgst-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.c')
-rw-r--r--ext/sndfile/gstsf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c
index 084e69ac..e4158651 100644
--- a/ext/sndfile/gstsf.c
+++ b/ext/sndfile/gstsf.c
@@ -108,6 +108,10 @@ plugin_init (GstPlugin * plugin)
gst_sf_sink_get_type ()))
return FALSE;
+ if (!gst_element_register (plugin, "sfsrc", GST_RANK_NONE,
+ gst_sf_src_get_type ()))
+ return FALSE;
+
return TRUE;
}