From: Benjamin Otte Date: Mon, 1 Mar 2010 11:03:56 +0000 (+0100) Subject: flx: fix description X-Git-Tag: 1.19.3~509^2~9043 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5a3b9cb1c7063dc0d8df186af27f1b25f11e14c;p=platform%2Fupstream%2Fgstreamer.git flx: fix description It's video, not audio --- diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index d2bc916..003d6d1 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 ");