author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |
Thu, 7 Dec 2017 18:20:54 +0000 (20:20 +0200) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Fri, 8 Dec 2017 06:48:03 +0000 (08:48 +0200) | ||
commit | 260f66b0863a77a7d6c3682afaa67fe2b9bb24b6 | |
tree | e6d7ce662464cb4067ed77f42a0753f91c02e8a5 | tree | snapshot (tar.xz tar.gz zip) |
parent | 74a4a777627029dc51d4b1df89bedda501dc7543 | commit | diff |
py: Add Card crtcs and encoders properties back to the Python bindings
Commit 706a44abb3aa ("Update to latest pybind11") removed the crtcs and
encoders properties from the Card class. Add them back by wrapping the
associated C++ methods manually due to a limitation of pybind11.
Fixes: 706a44abb3aa ("Update to latest pybind11")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Commit 706a44abb3aa ("Update to latest pybind11") removed the crtcs and
encoders properties from the Card class. Add them back by wrapping the
associated C++ methods manually due to a limitation of pybind11.
Fixes: 706a44abb3aa ("Update to latest pybind11")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
py/pykms/pykmsbase.cpp | diff | blob | history |