mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
y4m: Raise rank of encoder to PRIMARY
This commit is contained in:
parent
a5dd867d6f
commit
8a1e0c53ae
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ gst_y4m_encode_change_state (GstElement * element, GstStateChange transition)
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "y4menc", GST_RANK_NONE,
|
return gst_element_register (plugin, "y4menc", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_Y4M_ENCODE);
|
GST_TYPE_Y4M_ENCODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue