Files
obs-studio/libobs
Sebastian Beckmann e2712f097e libobs: Deprecate obs_data_autoselect_*
The autoselect functionality was meant to enable user feedback for when
data was selected, but something else actually used, for example in case
the value "Auto" was chosen, or an incompatible one.

However, it has a few problems:
1. It was not really used, the only places in OBS were the legacy Video
Capture Device on macOS and the Video Capture Device on Windows.
2. It was never even fully implemented in the UI. In fact, the
properties view *only* supports it for obs_property_list, despite the
API theoretically allowing any data/property type.
3. The core obs_data seems like the wrong place for this kind of
interaction between plugins and UI. obs_data should carry data from one
place to another, some built-in feedback mechanism for the other
direction doesn't make too much sense. If the functionality is desired,
I think this should be rearchitectured as some place of explicit data
transfer.

Let's mark it as deprecated for future removal.
2025-08-25 19:13:25 -04:00
..
2022-07-19 09:28:51 -03:00
2025-07-25 16:55:48 -04:00
2023-05-20 01:31:18 -07:00
2023-05-20 01:31:18 -07:00
2025-08-22 20:21:36 -04:00
2025-08-22 21:11:53 -04:00
2025-08-22 16:01:13 -04:00
2025-04-02 12:39:46 -04:00
2025-08-22 21:11:53 -04:00