summaryrefslogtreecommitdiffstats
path: root/gst/debugutils/debugutilsbad.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/debugutilsbad.c')
-rw-r--r--gst/debugutils/debugutilsbad.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gst/debugutils/debugutilsbad.c b/gst/debugutils/debugutilsbad.c
index b1fb6e05..d1b10263 100644
--- a/gst/debugutils/debugutilsbad.c
+++ b/gst/debugutils/debugutilsbad.c
@@ -24,12 +24,15 @@
#include <gst/gst.h>
GType fps_display_sink_get_type (void);
+GType gst_caps_setter_get_type (void);
static gboolean
plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "fpsdisplaysink", GST_RANK_NONE,
- fps_display_sink_get_type ());
+ fps_display_sink_get_type ()) &&
+ gst_element_register (plugin, "capssetter", GST_RANK_NONE,
+ gst_caps_setter_get_type ());
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,