Title: [292876] trunk/Tools
- Revision
- 292876
- Author
- [email protected]
- Date
- 2022-04-14 10:23:45 -0700 (Thu, 14 Apr 2022)
Log Message
Replace PaintCompositedResultsToMediaSample with PaintCompositedResultsToVideoFrame in generate-gpup-webgl
https://bugs.webkit.org/show_bug.cgi?id=239317
Patch by John Cunningham <[email protected]> on 2022-04-14
Reviewed by Alexey Proskuryakov.
* Scripts/generate-gpup-webgl:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (292875 => 292876)
--- trunk/Tools/ChangeLog 2022-04-14 17:15:56 UTC (rev 292875)
+++ trunk/Tools/ChangeLog 2022-04-14 17:23:45 UTC (rev 292876)
@@ -1,3 +1,12 @@
+2022-04-14 John Cunningham <[email protected]>
+
+ Replace PaintCompositedResultsToMediaSample with PaintCompositedResultsToVideoFrame in generate-gpup-webgl
+ https://bugs.webkit.org/show_bug.cgi?id=239317
+
+ Reviewed by Alexey Proskuryakov.
+
+ * Scripts/generate-gpup-webgl:
+
2022-04-14 Robert Jenner <[email protected]>
Remove bot241 to be re-purposed
Modified: trunk/Tools/Scripts/generate-gpup-webgl (292875 => 292876)
--- trunk/Tools/Scripts/generate-gpup-webgl 2022-04-14 17:15:56 UTC (rev 292875)
+++ trunk/Tools/Scripts/generate-gpup-webgl 2022-04-14 17:23:45 UTC (rev 292876)
@@ -109,7 +109,7 @@
void CopyTextureFromVideoFrame(WebKit::RemoteVideoFrameReadReference videoFrame, uint32_t texture, uint32_t target, int32_t level, uint32_t internalFormat, uint32_t format, uint32_t type, bool premultiplyAlpha, bool flipY) -> (bool success) Synchronous
#endif
#if ENABLE(MEDIA_STREAM)
- void PaintCompositedResultsToMediaSample() -> (std::optional<WebKit::RemoteVideoFrameProxy::Properties> properties) Synchronous
+ void PaintCompositedResultsToVideoFrame() -> (std::optional<WebKit::RemoteVideoFrameProxy::Properties> properties) Synchronous
#endif
void SimulateEventForTesting(WebCore::GraphicsContextGL::SimulatedEventForTesting event)
void ReadnPixels0(int32_t x, int32_t y, int32_t width, int32_t height, uint32_t format, uint32_t type, IPC::ArrayReference<uint8_t> data) -> (IPC::ArrayReference<uint8_t> data) Synchronous
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes