From 8cf8d8c2f8f364cb34cbed0c45568fe6efe90221 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 18 Nov 2009 18:00:37 +0100 Subject: [PATCH] jp2k: Raise rank of encoder to MARGINAL --- ext/jp2k/gstjp2k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;