Anish Bhobe

Results 3 issues of Anish Bhobe

### Background Info: Working on adding GDExtension support for Video playback. One part of the `VideoStream` is `Ref VideoStream::instance_playback()` For the `VideoStreamExtension` class this is implemented as ```cpp Ref VideoStreamExtension::instance_playback()...

bug
gdextension

Adds VideoStreamExtension and relevant resource loaders to handle external GDNative plugins. There are known bugs in godot-cpp w.r.t. reference counting in Ref (https://github.com/godotengine/godot-cpp/issues/652) However, from godot's side this should work...

enhancement
topic:gdextension

Videos of larger resolution run out of packets and don't play. Need to increase the buffer length and send decoding must be able to support more than 1 packet per...