From 5d5e78c61c2e77ba76b18f0ba50b3eacceeb7403 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 18 Nov 2009 17:59:21 +0100 Subject: [PATCH] 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 --- ext/dirac/gstdirac.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dirac/gstdirac.cc b/ext/dirac/gstdirac.cc index 807be934da..d23a78e1bb 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; }