Skip to content

Commit 5be7b6e

Browse files
committed
[GStreamer] Use PLATFORM(WPE) for donwstream-only ScreenProperties
See: #1564 (comment)
1 parent e330d35 commit 5be7b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ GStreamerRegistryScanner::RegistryLookupResult GStreamerRegistryScanner::isConfi
10211021
videoConfiguration.bitrate, videoConfiguration.framerate);
10221022
#endif
10231023

1024-
#if ENABLE(WPE_PLATFORM)
1024+
#if PLATFORM(WPE)
10251025
auto* scrData = screenData(primaryScreenDisplayID());
10261026
if (!scrData || !scrData->screenSupportsHighDynamicRange) {
10271027
// Check HDR metadata field

0 commit comments

Comments
 (0)