mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vtenc: bump rank to PRIMARY
This commit is contained in:
parent
21f8c96d75
commit
4d89d7116b
1 changed files with 1 additions and 1 deletions
|
@ -1349,7 +1349,7 @@ gst_vtenc_register (GstPlugin * plugin,
|
|||
g_type_set_qdata (type, GST_VTENC_CODEC_DETAILS_QDATA,
|
||||
(gpointer) codec_details);
|
||||
|
||||
result = gst_element_register (plugin, type_name, GST_RANK_NONE, type);
|
||||
result = gst_element_register (plugin, type_name, GST_RANK_PRIMARY, type);
|
||||
if (!result) {
|
||||
GST_ERROR_OBJECT (plugin, "failed to register element %s", type_name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue