mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
opusenc: Rank as Primary
This commit is contained in:
parent
42024f70dc
commit
f1227a374a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static gboolean
|
|||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
|
||||
if (!gst_element_register (plugin, "opusenc", GST_RANK_NONE,
|
||||
if (!gst_element_register (plugin, "opusenc", GST_RANK_PRIMARY,
|
||||
GST_TYPE_OPUS_ENC))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue