summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/gstfilter.c')
-rw-r--r--gst/filter/gstfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c
index f723ae63..0fbc9609 100644
--- a/gst/filter/gstfilter.c
+++ b/gst/filter/gstfilter.c
@@ -59,7 +59,7 @@ plugin_init (GstPlugin * plugin)
while (_elements[i].name) {
if (!gst_element_register (plugin, _elements[i].name, GST_RANK_NONE,
- _elements[i].type ()))
+ _elements[i].type ()))
return FALSE;
i++;