mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Small fixes for error handling
This commit is contained in:
parent
08aa175a20
commit
0662f3a3ea
7 changed files with 27 additions and 14 deletions
|
|
@ -72,6 +72,7 @@ enum spa_result {
|
|||
SPA_RESULT_INCOMPATIBLE_PROPS = -36,
|
||||
SPA_RESULT_INCOMPATIBLE_VERSION = -37,
|
||||
SPA_RESULT_NOT_FOUND = -38,
|
||||
SPA_RESULT_BUSY = -39,
|
||||
};
|
||||
|
||||
#define SPA_ASYNC_BIT (1 << 30)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue