summaryrefslogtreecommitdiff
path: root/gst/debugutils/debugutilsbad.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-03-26 16:50:42 -0700
committerDavid Schleef <ds@schleef.org>2013-03-27 15:31:21 -0700
commita1bb437ece7d5f305ddc74abda6e7367697c5aca (patch)
tree193c0ac4cce0cbe4c1dfb8bd276b25c7f712f195 /gst/debugutils/debugutilsbad.c
parent42965f5aa033f85f02ab3939cae39363562b338f (diff)
downloadgstreamer-plugins-bad-a1bb437ece7d5f305ddc74abda6e7367697c5aca.tar.gz
watchdog: new element
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;
}