2.29.0-preview.1
Pre-release
Pre-release
manjeshbhargav
released this
13 Aug 15:19
·
4 commits
to master
since this release
2.29.0-preview.1 (August 13, 2024)
Changes
AddProcessorOptions.inputFrameBufferType
now has a new valuevideoframe
. On browsers that supportVideoFrame
, theinputFrameBuffer
argument ofVideoProcessor.processFrame()
will be aVideoFrame
. On other supported browsers, it will be anHTMLVideoElement
.AddProcessorOptions.outputFrameBufferContextType
now has a new valuebitmaprenderer
. Currently, this is only supported for Chromium-based browsers. On other supported browsers, it falls back to2d
.- Patched the build script to work around the issue: markdown-it/linkify-it#111.