mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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:
parent
3a67c770f7
commit
5d5e78c61c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue