mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
jp2k: Raise rank of encoder to MARGINAL
This commit is contained in:
parent
dd221f8f54
commit
8cf8d8c2f8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_TYPE_JASPER_DEC))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "jp2kenc", GST_RANK_NONE,
|
||||
if (!gst_element_register (plugin, "jp2kenc", GST_RANK_MARGINAL,
|
||||
GST_TYPE_JASPER_ENC))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue