mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
jp2kenc: Fix klass (s/Decoder/Encoder/)
This commit is contained in:
parent
016c9797b7
commit
2448b2576f
1 changed files with 1 additions and 1 deletions
|
@ -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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue