jpegparse: bump to primary rank

Also updates medias modules for CI.

Fixes: #1775
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3983>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-02-16 15:48:32 +01:00
parent facb000afe
commit 05d239f631
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 121f8909493df214564c3db7fbba1dcb9217348e
Subproject commit cba2a17a35049f76b5a1501da877b550dd795bef

View file

@ -35616,7 +35616,7 @@
}
},
"properties": {},
"rank": "none"
"rank": "primary"
}
},
"filename": "gstjpegformat",

View file

@ -106,7 +106,7 @@ static gboolean gst_jpeg_parse_stop (GstBaseParse * parse);
#define gst_jpeg_parse_parent_class parent_class
G_DEFINE_TYPE (GstJpegParse, gst_jpeg_parse, GST_TYPE_BASE_PARSE);
GST_ELEMENT_REGISTER_DEFINE (jpegparse, "jpegparse", GST_RANK_NONE,
GST_ELEMENT_REGISTER_DEFINE (jpegparse, "jpegparse", GST_RANK_PRIMARY,
GST_TYPE_JPEG_PARSE);
enum GstJPEGColorspace