diff options
Diffstat (limited to 'ext/polyp/plugin.c')
-rw-r--r-- | ext/polyp/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/polyp/plugin.c b/ext/polyp/plugin.c index aea78e24..02aa3e68 100644 --- a/ext/polyp/plugin.c +++ b/ext/polyp/plugin.c @@ -12,7 +12,8 @@ plugin_init (GstPlugin * plugin) if (!gst_library_load ("gstaudio")) return FALSE; - if (!(gst_polypsink_factory_init (plugin))) + if (!(gst_element_register (plugin, "polypsink", GST_RANK_NONE, + GST_TYPE_POLYPSINK))) return FALSE; GST_DEBUG_CATEGORY_INIT (polyp_debug, "polyp", 0, "Polypaudio elements"); |