mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
opus: Rank rtp pay/depay
This way they can be auto-plugged.
This commit is contained in:
parent
0d84de3fa9
commit
b34b0129da
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_TYPE_OPUS_PARSE))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "rtpopusdepay", GST_RANK_NONE,
|
||||
if (!gst_element_register (plugin, "rtpopusdepay", GST_RANK_SECONDARY,
|
||||
GST_TYPE_RTP_OPUS_DEPAY))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_element_register (plugin, "rtpopuspay", GST_RANK_NONE,
|
||||
if (!gst_element_register (plugin, "rtpopuspay", GST_RANK_SECONDARY,
|
||||
GST_TYPE_RTP_OPUS_PAY))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue