obsproject / obsproject/obs-studio
frontend_source_list_free not found in obspython
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 76.4k
- Forks
- 10.2k
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 12
Description
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
30.2.3
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/HtBfW67hMmYYh3GV
OBS Studio Crash Log URL
No response
Expected Behavior
Should free the created list and return True
Current Behavior
AttributeError: module 'obspython' has no attribute 'obs_frontend_source_list_free'
Steps to Reproduce
- create a frontend source list via
scenes = obs.obs_frontend_get_scenes() - Try to free the list via the documented method
obs.obs_frontend_source_list_free(scenes)
Anything else we should know?
This is my first bug report, if I'm missing something please be kind. :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the obspython binding for the documented obs_frontend_source_list_free API and reproduce the AttributeError using obs.obs_frontend_get_scenes(). Compare the exposed binding with the frontend API documentation. Done means the documented function is available in obspython and correctly frees the created list as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100