jp2kenc: Fix klass (s/Decoder/Encoder/)

This commit is contained in:
Edward Hervey 2009-11-07 12:29:15 +01:00
parent 016c9797b7
commit 2448b2576f

View file

@ -39,7 +39,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_jasper_enc_debug);
static const GstElementDetails plugin_details =
GST_ELEMENT_DETAILS ("Jasper JPEG2000 image encoder",
"Codec/Decoder/Image",
"Codec/Encoder/Image",
"Encodes video to JPEG2000 using jasper",
"Mark Nauwelaerts <mnauw@users.sf.net>");