1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

VideoPlayer: Fix reloading translation remapped stream

Fixes #43917.

(cherry picked from commit 7d0c561e02)
This commit is contained in:
Rémi Verschelde
2024-01-23 20:20:18 +01:00
committed by Yuri Sizov
parent 2ff7b6c830
commit 98cfa8bcf2
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>