RESOLVED FIXED308969
[GStreamer] Expose VIDEO_DECODING_LIMIT through an environment variable
https://bugs.webkit.org/show_bug.cgi?id=308969
Summary [GStreamer] Expose VIDEO_DECODING_LIMIT through an environment variable
Enrique Ocaña
Reported 2026-03-02 06:49:07 PST
The RDK-E downstream platform would like to have a single unified build for many kind of devices. For that reason, the platform compile-time VIDEO_DECODING_LIMIT restriction aren't appropriate anymore, since the same build can be used for devices with different runtime limits. A way to specify the decoding limit ar runtime would be desirable. An environment variable looks like a better way to do it than a runtime setting, since the limit is unlikely to change at runtime and likely to change per device (with a value consistent on every execution). Moreover, having a setting would mean extra changes in the dependent packages that embed WebKit, while having en environmente variable would be less intrusive and would only mean a change in the (easier to maintain) startup scripts. See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1625, https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1626
Attachments
Enrique Ocaña
Comment 1 2026-03-02 10:41:19 PST
EWS
Comment 2 2026-03-03 08:49:10 PST
Committed 308552@main (de98f6bb5014): <https://commits.webkit.org/308552@main> Reviewed commits have been landed. Closing PR #59726 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-03 08:50:12 PST
Note You need to log in before you can comment on or make changes to this bug.