summaryrefslogtreecommitdiff
path: root/scene/gui/video_stream_player.h
AgeCommit message (Collapse)Author
2022-09-26Change time parameters and variables to double typeDave Palais
Addresses #65313
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-06Disable Expand by default in VideoStreamPlayerHugo Locurcio
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard).
2022-06-26Properly handle game pause in VideoPlayerkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
Happy new year to the wonderful Godot community!
2021-12-06Rename `VideoPlayer` to `VideoStreamPlayer` for consistencyRémi Verschelde
It's a player for `VideoStream` resources, just like `AudioStreamPlayer` is a player for `AudioStream` resources. Closes https://github.com/godotengine/godot-proposals/issues/3624.