From 01d016e720651dfcad741146d02263a46a23bc70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 7 Apr 2011 17:34:10 +0100 Subject: [PATCH] funnel: minor element description fix --- plugins/elements/gstfunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstfunnel.c b/plugins/elements/gstfunnel.c index 36ab5329b6..615e412f0f 100644 --- a/plugins/elements/gstfunnel.c +++ b/plugins/elements/gstfunnel.c @@ -135,7 +135,7 @@ gst_funnel_base_init (gpointer g_class) GstElementClass *gstelement_class = GST_ELEMENT_CLASS (g_class); gst_element_class_set_details_simple (gstelement_class, - "Farsight Funnel pipe fitting", "Generic", "N-to-1 pipe fitting", + "Funnel pipe fitting", "Generic", "N-to-1 pipe fitting", "Olivier Crete "); gst_element_class_add_pad_template (gstelement_class,