From 3d0659b813d8d5012d6da048cde7b2a169ead816 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 16 Oct 2009 18:18:31 +0200 Subject: [PATCH] debugutils: register pushfilesrc element --- gst/debugutils/gstdebug.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst/debugutils/gstdebug.c b/gst/debugutils/gstdebug.c index 53f24d50d7..f2fff1c36a 100644 --- a/gst/debugutils/gstdebug.c +++ b/gst/debugutils/gstdebug.c @@ -29,8 +29,8 @@ GType gst_navseek_get_type (void); GType gst_progress_report_get_type (void); GType gst_tag_inject_get_type (void); GType gst_test_get_type (void); -/* GType gst_push_file_src_get_type (void); +/* GType gst_gst_negotiation_get_type (void); */ @@ -42,8 +42,9 @@ plugin_init (GstPlugin * plugin) || !gst_element_register (plugin, "rndbuffersize", GST_RANK_NONE, gst_rnd_buffer_size_get_type ()) || !gst_element_register (plugin, "navseek", GST_RANK_NONE, - gst_navseek_get_type ()) || -/* !gst_element_register (plugin, "pushfilesrc", GST_RANK_NONE, gst_push_file_src_get_type ()) || */ + gst_navseek_get_type ()) + || !gst_element_register (plugin, "pushfilesrc", GST_RANK_NONE, + gst_push_file_src_get_type ()) || /* !gst_element_register (plugin, "negotiation", GST_RANK_NONE, gst_gst_negotiation_get_type ()) || */ !gst_element_register (plugin, "progressreport", GST_RANK_NONE, gst_progress_report_get_type ())