VideoPlayer: Fix reloading translation remapped stream

Fixes #43917.
This commit is contained in:
Rémi Verschelde
2023-11-12 15:22:04 +01:00
parent 5abeb043d0
commit 7d0c561e02
3 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<description>
A control used for playback of [VideoStream] resources.
Supported video formats are [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]) and any format exposed via a GDExtension plugin.
[b]Note:[/b] Due to a bug, VideoStreamPlayer does not support localization remapping yet.
[b]Warning:[/b] On Web, video playback [i]will[/i] perform poorly due to missing architecture-specific assembly optimizations.
</description>
<tutorials>