projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd221f8
)
jp2k: Raise rank of encoder to MARGINAL
author
Edward Hervey
<bilboed@bilboed.com>
Wed, 18 Nov 2009 17:00:37 +0000
(18:00 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Wed, 18 Nov 2009 17:00:37 +0000
(18:00 +0100)
ext/jp2k/gstjp2k.c
patch
|
blob
|
history
diff --git
a/ext/jp2k/gstjp2k.c
b/ext/jp2k/gstjp2k.c
index
af4029c
..
a032b31
100644
(file)
--- 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;