[webkit-changes] [WebKit/WebKit] b59017: [GTK][WPE][GStreamer] support the 'eotf' additiona...
Przemyslaw Gorszkowski
noreply at github.com
Fri Feb 14 02:07:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b590175274690286483b4fa9c82f675a8f55e387
https://github.com/WebKit/WebKit/commit/b590175274690286483b4fa9c82f675a8f55e387
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp
Log Message:
-----------
[GTK][WPE][GStreamer] support the 'eotf' additional MIME type parameter by isSupportedType
https://bugs.webkit.org/show_bug.cgi?id=287560
Reviewed by Philippe Normand.
MediaSource.isSupportedType method must support the 'eotf' additional MIME type parameter and support the following values:
* 'bt709', indicating ITU-R BT.1886 support
* 'smpte2084', to indicate SMPTE 2084 EOTF support
* 'arib-std-b67', to indicate ARIB STD-B67 support
to be compliant with "YouTube TV HTML5 Technical Requirements"
(defined in point 16.3.1 of https://developers.google.com/youtube/devices/living-room/files/pdf-guides/YouTube_TV_HTML5_Technical_Requirements_2018.pdf).
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:
(WebCore::GStreamerRegistryScanner::isContentTypeSupported const):
Canonical link: https://commits.webkit.org/290396@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list