summaryrefslogtreecommitdiff
path: root/ext/jp2k
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 18:00:37 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 18:00:37 +0100
commit8cf8d8c2f8f364cb34cbed0c45568fe6efe90221 (patch)
tree4f4fe1a902cd3eefba32ce9f9b03318acb8d5797 /ext/jp2k
parentdd221f8f5486bd574e2ed226cd717eb6c996bab5 (diff)
jp2k: Raise rank of encoder to MARGINAL
Diffstat (limited to 'ext/jp2k')
-rw-r--r--ext/jp2k/gstjp2k.c2
1 files changed, 1 insertions, 1 deletions
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;