jpegparse: Change plugin rank GST_RANK_NONE to GST_RANK_SECONDARY 15/320615/1 accepted/tizen/9.0/unified/20241121.045825
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 19 Nov 2024 03:34:52 +0000 (12:34 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 19 Nov 2024 09:12:04 +0000 (09:12 +0000)
commit531b2fb814a8082da80b51febd7cc0d73c26c571
treeea0fa63925969088938b20aa60225be0d6f5ab2e
parentd414304f73625a947048b01ec2893fc9313d73fc
jpegparse: Change plugin rank GST_RANK_NONE to GST_RANK_SECONDARY

- 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
packaging/gstreamer.spec
subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c