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 3774f7bb5..51682e9c8 100644
--- a/gst/debugutils/debugutilsbad.c
+++ b/gst/debugutils/debugutilsbad.c
@@ -30,6 +30,7 @@ GType gst_compare_get_type (void);
GType gst_debug_spy_get_type (void);
GType gst_error_ignore_get_type (void);
GType gst_watchdog_get_type (void);
+GType gst_fake_audio_sink_get_type (void);
GType gst_fake_video_sink_get_type (void);
GType gst_test_src_bin_get_type (void);
GType gst_clock_select_get_type (void);
@@ -51,6 +52,8 @@ 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, "fakeaudiosink", GST_RANK_NONE,
+ gst_fake_audio_sink_get_type ());
gst_element_register (plugin, "fakevideosink", GST_RANK_NONE,
gst_fake_video_sink_get_type ());
gst_element_register (plugin, "testsrcbin", GST_RANK_NONE,