dirac: Raise rank of encoder to MARGINAL
authorEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 16:59:21 +0000 (17:59 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 18 Nov 2009 16:59:21 +0000 (17:59 +0100)
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

index 807be93..d23a78e 100644 (file)
@@ -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;
   }