summaryrefslogtreecommitdiff
path: root/ext/dirac/gstdirac.cc
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 17:59:21 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 17:59:21 +0100
commit5d5e78c61c2e77ba76b18f0ba50b3eacceeb7403 (patch)
tree233cec55c6216983c166a80ab7896a059d3e7382 /ext/dirac/gstdirac.cc
parent3a67c770f77bd68278b8589e31b20f99b6d51055 (diff)
dirac: Raise rank of encoder to MARGINAL
We'll prefer to use schroedinger if available, but in case it's not available we still have the libdirac option
Diffstat (limited to 'ext/dirac/gstdirac.cc')
-rw-r--r--ext/dirac/gstdirac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dirac/gstdirac.cc b/ext/dirac/gstdirac.cc
index 807be934d..d23a78e1b 100644
--- a/ext/dirac/gstdirac.cc
+++ b/ext/dirac/gstdirac.cc
@@ -34,7 +34,7 @@ plugin_init (GstPlugin * plugin)
{
GST_DEBUG_CATEGORY_INIT (dirac_debug, "dirac", 0, "Dirac elements");
- if (!gst_element_register (plugin, "diracenc", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "diracenc", GST_RANK_MARGINAL,
gst_dirac_enc_get_type ())) {
return FALSE;
}