Bug 245660 - [MSE][GStreamer] make video decoder limit customizable
Summary: [MSE][GStreamer] make video decoder limit customizable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-26 01:03 PDT by Przemyslaw Gorszkowski
Modified: 2022-10-11 02:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Przemyslaw Gorszkowski 2022-09-26 01:03:06 PDT
Currently we can limit supported resolution and frame rate of the decoder by USE(FULLHD_VIDEO_DECODING_LIMIT), but it should be more customizable.
Comment 1 Przemyslaw Gorszkowski 2022-09-26 01:33:57 PDT
The proposal of solution is to have a define: VIDEO_DECODING_LIMIT (instead of FULLHD_VIDEO_DECODING_LIMIT), where can be provided customizable parameters of limit. The format of this could be: WIDTHxHEIGHT@FRAMERATE
Comment 2 Przemyslaw Gorszkowski 2022-09-27 02:02:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4744
Comment 3 EWS 2022-10-11 02:44:55 PDT
Committed 255380@main (8e1c25cdff34): <https://commits.webkit.org/255380@main>

Reviewed commits have been landed. Closing PR #4744 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-10-11 02:45:19 PDT
<rdar://problem/101022747>