mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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;
|
return FALSE;
|
||||||
if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "gsmdec", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_GSMDEC))
|
GST_TYPE_GSMDEC))
|
||||||
|
|
Loading…
Reference in a new issue