Skip to content

Commit

Permalink
fixed missing ctype function in python binding breaking enum parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 10, 2024
1 parent 19b2d87 commit 5b492b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/python/libgpac/libgpac.py
Expand Up @@ -311,6 +311,9 @@
_libgpac.gf_sleep.argtypes = [c_uint]
_libgpac.gf_sleep.restype = c_uint

_libgpac.gf_props_enum_name.argtypes = [c_uint, c_uint]
_libgpac.gf_props_enum_name.restype = c_char_p

#default init of libgpac
_libgpac.user_init = False
err = _libgpac.gf_sys_init(0, None)
Expand Down

0 comments on commit 5b492b2

Please sign in to comment.