mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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,
|
g_type_set_qdata (type, GST_VTENC_CODEC_DETAILS_QDATA,
|
||||||
(gpointer) codec_details);
|
(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) {
|
if (!result) {
|
||||||
GST_ERROR_OBJECT (plugin, "failed to register element %s", type_name);
|
GST_ERROR_OBJECT (plugin, "failed to register element %s", type_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue