obsproject / obsproject/obs-studio

frontend_source_list_free not found in obspython

Open
#11,538 4 comments 0 reactions 0 assignees View on GitHub

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
  1. create a frontend source list via
    scenes = obs.obs_frontend_get_scenes()
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.