-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
screencast: fix pipewire default id_node
The default node_id is SPA_ID_INVALID. We are casting pipewire uint32_t node_id to int for printing since they are currently staying in the range of low integer numbers. This makes spotting an uninitialized node_id (casted to -1) much easier. Should be corrected if that becomes an issue in the future.
- Loading branch information
1 parent
6cc3a01
commit 5f5a29c
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters