feat: context bridge support VideoFrame#47316
Conversation
|
I also have a feature request about VideoFrame which has been supported called copy-video-frame when right click the context menu on a video player in chrome. However, I don`t know how to start. |
|
How efficient is video frame serialization? I previously experimented with transmitting the ArrayBuffer between the front-end and back-end, but the performance was very poor. |
9882369 to
79faf4a
Compare
79faf4a to
5467352
Compare
|
It has nothing to do with serialization |
5467352 to
10daa77
Compare
|
@codebytere @MarshallOfSound @VerteDinde Hi guys! Sorry for ping, but this and #47317 are ready for review! Could you spare some time review these two parts? |
|
Ah 💩, here we go again. |
b4e8d6a to
c181aab
Compare
|
@erickzhao Hey Erick, could you rerun flaky checks or just directly merge this? Thank you! |
|
No Release Notes |
* feat: context bridge support VideoFrame * docs: add VideoFrame to docs
|
Edit: I just needed to dig into electron releases a bit more. The shared texture end-to-end flow works in electron@40.0.0-alpha.5 🎉 |
Description of Change
Add
VideoFramesupport for contextBridge. Split from #46811Release Notes
Notes: none