mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
facb000afe
commit
05d239f631
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 121f8909493df214564c3db7fbba1dcb9217348e
|
Subproject commit cba2a17a35049f76b5a1501da877b550dd795bef
|
|
@ -35616,7 +35616,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {},
|
"properties": {},
|
||||||
"rank": "none"
|
"rank": "primary"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filename": "gstjpegformat",
|
"filename": "gstjpegformat",
|
||||||
|
|
|
@ -106,7 +106,7 @@ static gboolean gst_jpeg_parse_stop (GstBaseParse * parse);
|
||||||
|
|
||||||
#define gst_jpeg_parse_parent_class parent_class
|
#define gst_jpeg_parse_parent_class parent_class
|
||||||
G_DEFINE_TYPE (GstJpegParse, gst_jpeg_parse, GST_TYPE_BASE_PARSE);
|
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);
|
GST_TYPE_JPEG_PARSE);
|
||||||
|
|
||||||
enum GstJPEGColorspace
|
enum GstJPEGColorspace
|
||||||
|
|
Loading…
Reference in a new issue