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
This commit is contained in:
Edward Hervey 2009-11-18 17:59:21 +01:00
parent 3a67c770f7
commit 5d5e78c61c

View 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;
}