av1dec: Demote rank to secondary
authorSeungha Yang <seungha@centricular.com>
Thu, 27 Oct 2022 15:06:23 +0000 (00:06 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 22 Nov 2022 17:48:25 +0000 (17:48 +0000)
cerbero does not build this plugin for now, and there's altanative
dav1ddec

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3287>

subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
subprojects/gst-plugins-bad/ext/aom/gstav1dec.c

index 92604f1..8703b4a 100644 (file)
                     }
                 },
                 "properties": {},
-                "rank": "primary"
+                "rank": "secondary"
             },
             "av1enc": {
                 "author": "Sean DuBois <sean@siobud.com>",
index 40d6e4e..cf3339f 100644 (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