av1dec: Demote rank to secondary

cerbero does not build this plugin for now, and there's altanative
dav1ddec

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3287>
This commit is contained in:
Seungha Yang 2022-10-28 00:06:23 +09:00 committed by GStreamer Marge Bot
parent 1d7c936db0
commit 6c007b8936
2 changed files with 2 additions and 2 deletions

View file

@ -1124,7 +1124,7 @@
}
},
"properties": {},
"rank": "primary"
"rank": "secondary"
},
"av1enc": {
"author": "Sean DuBois <sean@siobud.com>",

View file

@ -94,7 +94,7 @@ static gboolean gst_av1_dec_get_valid_format (GstAV1Dec * dec,
#define gst_av1_dec_parent_class parent_class
G_DEFINE_TYPE (GstAV1Dec, gst_av1_dec, GST_TYPE_VIDEO_DECODER);
GST_ELEMENT_REGISTER_DEFINE (av1dec, "av1dec", GST_RANK_PRIMARY,
GST_ELEMENT_REGISTER_DEFINE (av1dec, "av1dec", GST_RANK_SECONDARY,
GST_TYPE_AV1_DEC);
static void