jp2k: Raise rank of encoder to MARGINAL
authorEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 17:00:37 +0000 (18:00 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 17:00:37 +0000 (18:00 +0100)
ext/jp2k/gstjp2k.c

index af4029c..a032b31 100644 (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;