From a27500b712e3bab515569a4b4f6959141b7797b2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 14 Apr 2010 16:42:57 -0700 Subject: [PATCH] invtelecine: Fix up element details --- gst/invtelecine/gstinvtelecine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/invtelecine/gstinvtelecine.c b/gst/invtelecine/gstinvtelecine.c index 409ecfc4cf..bdb9e5fd3f 100644 --- a/gst/invtelecine/gstinvtelecine.c +++ b/gst/invtelecine/gstinvtelecine.c @@ -147,9 +147,9 @@ gst_invtelecine_base_init (gpointer g_class) GstElementClass *element_class = GST_ELEMENT_CLASS (g_class); - gst_element_class_set_details_simple (element_class, "H.264 Decoder", - "Codec/Decoder/Video", - "Decode H.264/MPEG-4 AVC video streams", + gst_element_class_set_details_simple (element_class, + "Inverse Telecine filter", "Filter/Video", + "Detects and reconstructs progressive content from telecine video", "Entropy Wave "); gst_element_class_add_pad_template (element_class,