NVIDIA / VideoProcessingFramework

Set of Python bindings to C++ libraries which provides full HW acceleration for video decoding, encoding and GPU-accelerated color space and pixel format conversions
Apache License 2.0
1.32k stars 233 forks source link

Ensure stubs uptodate #428

Closed theHamsta closed 1 year ago

theHamsta commented 1 year ago

Not sure whether this is the right approach. Checking the type stubs could also be a dedicated workflow. The build workflow has the advantage that it already has the extension built.

Also, currently mypy is not pinned. So type stubs might require an update from time to time.

theHamsta commented 1 year ago

Apparently, my local mypy wants to generate https://github.com/NVIDIA/VideoProcessingFramework/pull/428/commits/04f28931b7533945200ff3ea69427973543b173c . Maybe we should implement this as a automatic PR like https://github.com/KhronosGroup/Vulkan-Hpp/pull/1497 instead of a check?

gedoensmax commented 1 year ago

I guess we can close this in favor of #446