jp2k: Raise rank of encoder to MARGINAL

This commit is contained in:
Edward Hervey 2009-11-18 18:00:37 +01:00
parent dd221f8f54
commit 8cf8d8c2f8

View file

@ -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;