summaryrefslogtreecommitdiff
path: root/gst/debugutils/debugutilsbad.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/debugutilsbad.c')
-rw-r--r--gst/debugutils/debugutilsbad.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/debugutils/debugutilsbad.c b/gst/debugutils/debugutilsbad.c
index 30e4629f3..68edd7829 100644
--- a/gst/debugutils/debugutilsbad.c
+++ b/gst/debugutils/debugutilsbad.c
@@ -29,7 +29,6 @@ GType gst_chop_my_data_get_type (void);
GType gst_compare_get_type (void);
GType gst_debug_spy_get_type (void);
GType gst_error_ignore_get_type (void);
-GType gst_jitterer_get_type (void);
GType gst_watchdog_get_type (void);
static gboolean
@@ -49,8 +48,6 @@ plugin_init (GstPlugin * plugin)
gst_watchdog_get_type ());
gst_element_register (plugin, "errorignore", GST_RANK_NONE,
gst_error_ignore_get_type ());
- gst_element_register (plugin, "jitterer", GST_RANK_NONE,
- gst_jitterer_get_type ());
return TRUE;
}