mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
361547a96d
* Implement filter requests * Fix CreateSourceFilter * Implement most Filter events * build against 27.1.3 * Update main.yml * SourceFilterNameChanged rename * revert main.yml changes * rename SourceFilterCreated and revert CI changes * cleanup * Base: Various cleanups + fix -Werror * Base: A few nitpicks/fixes * requesthandler: Fix CreateSourceFilter * utils: Fix CreateSourceFilter Use obs_source_t* instead of OBSSourceAutoRelease to prevent double release * requesthandler: Remove filterIndex from CreateSourceFilter The purpose of sceneItemEnabled in CreateSceneItem is to hide the scene item while we still hold the scene mutex (guaranteeing the input will never be shown). Since we don't hold a mutex when creating filters, there's no reason to do any extra steps. * requesthandler: Validate input/filter kinds in *DefaultSettings Co-authored-by: tt2468 <tt2468@gmail.com>
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
*~
|
|
.DS_Store
|
|
/build/
|
|
/build32/
|
|
/build64/
|
|
/release/
|
|
/package/
|
|
/installer/Output/
|
|
.idea
|
|
.vscode
|
|
/docs/node_modules/
|
|
/src/plugin-macros.generated.h
|
|
/installer/installer-windows.generated.iss
|
|
/cmake-build-debug/
|