mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
opusenc: Rank as Primary
This commit is contained in:
parent
df0525de11
commit
58b4ed1949
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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))
|
GST_TYPE_OPUS_ENC))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue