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, 3 insertions, 0 deletions
diff --git a/gst/debugutils/debugutilsbad.c b/gst/debugutils/debugutilsbad.c
index e437de44e..2a6e3cc9e 100644
--- a/gst/debugutils/debugutilsbad.c
+++ b/gst/debugutils/debugutilsbad.c
@@ -28,6 +28,7 @@ GType fps_display_sink_get_type (void);
GType gst_chop_my_data_get_type (void);
GType gst_compare_get_type (void);
GType gst_debug_spy_get_type (void);
+GType gst_watchdog_get_type (void);
static gboolean
plugin_init (GstPlugin * plugin)
@@ -42,6 +43,8 @@ plugin_init (GstPlugin * plugin)
gst_compare_get_type ());
gst_element_register (plugin, "debugspy", GST_RANK_NONE,
gst_debug_spy_get_type ());
+ gst_element_register (plugin, "watchdog", GST_RANK_NONE,
+ gst_watchdog_get_type ());
return TRUE;
}