From 8334e7d4b0d0bf330e0483747532b4fff8a883e2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 5 Feb 2007 18:42:45 +0000 Subject: ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo. Original commit message from CVS: 2007-02-05 Andy Wingo * ext/sndfile/Makefile.am: * ext/sndfile/gstsfsrc.h: * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with random access woo. --- ext/sndfile/gstsf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/sndfile/gstsf.c') 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; } -- cgit v1.2.1