diff --git a/ext/jp2k/gstjp2k.c b/ext/jp2k/gstjp2k.c index af4029caa5..a032b31a64 100644 --- a/ext/jp2k/gstjp2k.c +++ b/ext/jp2k/gstjp2k.c @@ -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;