RESOLVED FIXED 264941
[GStreamer] Avoid using decoding limits for all configurations
https://bugs.webkit.org/show_bug.cgi?id=264941
Summary [GStreamer] Avoid using decoding limits for all configurations
Olivier Blin
Reported 2023-11-16 05:09:52 PST
When VIDEO_DECODING_LIMIT support is enabled, after a first call of isContentTypeSupported() with Configuration::Decoding, the video limits are remembered in a static variable. They were then used for all subsequent isContentTypeSupported() calls, regardless of the configuration. This should be limited to Configuration::Decoding.
Attachments
Olivier Blin
Comment 1 2023-11-16 05:11:37 PST
EWS
Comment 2 2023-11-17 02:59:35 PST
Committed 270877@main (734a5ac349df): <https://commits.webkit.org/270877@main> Reviewed commits have been landed. Closing PR #20602 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.