summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-16 18:18:31 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-16 18:19:20 +0200
commit3d0659b813d8d5012d6da048cde7b2a169ead816 (patch)
tree9d69e12a123d8554f1ff3e8fb5da704ddd62602b
parent8f2beb5e51a179b34f50863101ac3e4d17ed1483 (diff)
debugutils: register pushfilesrc element
-rw-r--r--gst/debugutils/gstdebug.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/debugutils/gstdebug.c b/gst/debugutils/gstdebug.c
index 53f24d50d..f2fff1c36 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 ())