summaryrefslogtreecommitdiff
path: root/ext/gl/gstopengl.c
diff options
context:
space:
mode:
authorMichał Dębski <debski.mi.zd@gmail.com>2015-04-05 20:18:56 +0200
committerJulien Isorce <j.isorce@samsung.com>2015-04-21 13:03:11 +0100
commitb12f975e0af1ae7f204c62efb152539e730c7fbd (patch)
tree10215d0b31de1e183e6ee4dd22dd772712479250 /ext/gl/gstopengl.c
parent532f332c2ff13f3ec204e971a73ea2a6c4320e58 (diff)
downloadgstreamer-plugins-bad-b12f975e0af1ae7f204c62efb152539e730c7fbd.tar.gz
gleffects: Create element for each effect
https://bugzilla.gnome.org/show_bug.cgi?id=746209
Diffstat (limited to 'ext/gl/gstopengl.c')
-rw-r--r--ext/gl/gstopengl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c
index 91800bfb1..556f0cce0 100644
--- a/ext/gl/gstopengl.c
+++ b/ext/gl/gstopengl.c
@@ -161,10 +161,10 @@ plugin_init (GstPlugin * plugin)
return FALSE;
}
#endif
- if (!gst_element_register (plugin, "gleffects",
- GST_RANK_NONE, gst_gl_effects_get_type ())) {
+
+ if (!gst_gl_effects_register_filters (plugin, GST_RANK_NONE)) {
return FALSE;
- }
+ };
if (!gst_element_register (plugin, "glcolorscale",
GST_RANK_NONE, GST_TYPE_GL_COLORSCALE)) {