- In order to use v4l2jpegdec, plugin need a parsed:true caps.
During autoplugin, it is GST_RANK_NONE, so parsebin can't find
jpegparse and therefore can't use v4l2jpegdec
- Increase the rank of the jpegparse plugin to use v4l2jpegdec
Change-Id: Icd89c177836580d91d0b730e31731cc8b383c23a
Name: %{_name}
Version: 1.22.8
-Release: 15
+Release: 16
Summary: Streaming-Media Framework Runtime
License: LGPL-2.0+
Group: Multimedia/Framework
#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_SECONDARY,
GST_TYPE_JPEG_PARSE);
enum GstJPEGColorspace