We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_sink_info
Same with get_sink_info_by_name, getting bad argument #1 to 'get_sink_info_by_name' (function expected, got string).
get_sink_info_by_name
bad argument #1 to 'get_sink_info_by_name' (function expected, got string)
I think the line simple_callback_data* data = prepare_lua_callback(L, 2); should use 3 instead of 2.
simple_callback_data* data = prepare_lua_callback(L, 2);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Same with
get_sink_info_by_name
, gettingbad argument #1 to 'get_sink_info_by_name' (function expected, got string)
.I think the line
simple_callback_data* data = prepare_lua_callback(L, 2);
should use 3 instead of 2.The text was updated successfully, but these errors were encountered: