mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Pass some more properties around
Only start listener when core is a daemon.
This commit is contained in:
parent
4f9d631910
commit
83b4eaca53
7 changed files with 42 additions and 17 deletions
|
|
@ -152,6 +152,9 @@ struct spa_fraction {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define SPA_STRINGIFY_1(x...) #x
|
||||
#define SPA_STRINGIFY(x...) SPA_STRINGIFY_1(x)
|
||||
|
||||
#define spa_return_if_fail(expr) \
|
||||
do { \
|
||||
if (SPA_UNLIKELY(!(expr))) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue