mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
Improve naming
master -> driving priority_master -> priority_driver segment_master -> segment_owner
This commit is contained in:
parent
98b7dc7c0c
commit
e71936f870
14 changed files with 63 additions and 62 deletions
|
|
@ -78,7 +78,7 @@ struct impl {
|
|||
unsigned int started:1;
|
||||
unsigned int active:1;
|
||||
unsigned int driver:1;
|
||||
unsigned int master:1;
|
||||
unsigned int driving:1;
|
||||
unsigned int monitor:1;
|
||||
};
|
||||
|
||||
|
|
@ -775,7 +775,7 @@ static int impl_node_process(void *object)
|
|||
if (this->monitor)
|
||||
status |= SPA_STATUS_HAVE_DATA;
|
||||
|
||||
if (this->direction == SPA_DIRECTION_OUTPUT && !this->master) {
|
||||
if (this->direction == SPA_DIRECTION_OUTPUT && !this->driving) {
|
||||
if (this->use_converter)
|
||||
status = spa_node_process(this->convert);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue