diff options
Diffstat (limited to 'ext/sndfile/gstsf.c')
-rw-r--r-- | ext/sndfile/gstsf.c | 4 |
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; } |