On Mon Jun 5 21:17:08 2023 +0000, Nikolay Sivov wrote:
Assertion for 'types' element count was removed, and now you have to assume that it's not exceeded by init_video_media_types(). Also, types[0] is leaked if init_video_media_types() fails.
I initially removed the fake media types to only keep one, then changed my mind.
What do you think about doing that? The converters should then be automatically added if necessary, as native does it.
It's something I'd like to do ultimately but I don't know if everything is ready for that.