mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
gsm: Raise rank of encoder to PRIMARY
This commit is contained in:
parent
8f54a2b8a6
commit
dd221f8f54
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
if (!gst_element_register (plugin, "gsmenc", GST_RANK_NONE, GST_TYPE_GSMENC))
|
||||
if (!gst_element_register (plugin, "gsmenc", GST_RANK_PRIMARY,
|
||||
GST_TYPE_GSMENC))
|
||||
return FALSE;
|
||||
if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY,
|
||||
GST_TYPE_GSMDEC))
|
||||
|
|
Loading…
Reference in a new issue