From b5a3b9cb1c7063dc0d8df186af27f1b25f11e14c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 1 Mar 2010 12:03:56 +0100 Subject: [PATCH] flx: fix description It's video, not audio --- gst/flx/gstflxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index d2bc9162c1..003d6d139a 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -42,7 +42,7 @@ GST_DEBUG_CATEGORY_STATIC (flxdec_debug); /* flx element information */ static const GstElementDetails flxdec_details = -GST_ELEMENT_DETAILS ("FLX audio decoder", +GST_ELEMENT_DETAILS ("FLX video decoder", "Codec/Decoder/Video", "FLC/FLI/FLX video decoder", "Sepp Wijnands , Zeeshan Ali ");