| Summary: | [GStreamer] Video element keeps changing the aspect ratio randomly (when the orientation information is in video's metadata) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miikka <miikka.veijonen> |
| Component: | Media | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | philn, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Miikka
2022-10-20 12:40:59 PDT
Thanks for the bug-report Miikka, and apologies for the delay. The issue is that our media-player emits sizeChanged notifications everytime after receiving orientation tag events. We should do this only if the orientation has changed. I've started a patch. Pull request: https://github.com/WebKit/WebKit/pull/7148 I compiled the WebKitGTK with the fixes you provided (https://github.com/WebKit/WebKit/pull/7148/files) and now the issue is gone! Thank you! Committed 257912@main (07f6e1de7e30): <https://commits.webkit.org/257912@main> Reviewed commits have been landed. Closing PR #7148 and removing active labels. |