1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/doc/classes
anish bhobe 42a9c33fad Updates VideoDecoder plugin API to GDExtension.
Adds VideoStream and relevant resource loaders to migrate
external GDNative plugins to GDExtension.

Adds a VideoStreamLoader as a specialization of ResourceFormatLoader
as ClassDB::is_parent_class is inaccessible from GDExtension currently.

Using Object* instead of Ref<T> in order to avoid the refcount bug
(godotengine/godot-cpp#652)
Also another bug is in ResourceLoader in use on the extension side that
requires fixing.
2023-01-30 18:39:29 -08:00
..
2023-01-18 17:05:15 +01:00
2022-11-22 17:59:45 +01:00
2023-01-30 15:53:23 +01:00
2023-01-14 14:41:51 +01:00
2023-01-08 18:47:48 +01:00
2022-11-22 17:59:45 +01:00
2022-10-31 15:19:48 +08:00
2022-11-12 13:49:12 +02:00
2022-11-12 13:49:12 +02:00
2022-11-22 17:59:45 +01:00
2022-12-15 12:24:08 +01:00
2022-11-20 19:25:13 +01:00
2023-01-08 18:47:48 +01:00
2022-11-20 19:25:13 +01:00
2022-11-04 13:32:52 +01:00
2022-11-22 17:59:45 +01:00
2023-01-21 12:56:28 +01:00
2023-01-17 21:34:10 +01:00
2022-11-22 17:59:45 +01:00
2023-01-10 12:13:23 +03:00