mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
context: fix typo in comment
This commit is contained in:
parent
602aa7d541
commit
6a516b9505
1 changed files with 2 additions and 1 deletions
|
|
@ -1216,6 +1216,7 @@ again:
|
|||
}
|
||||
if (do_suspend)
|
||||
suspend_driver(context, n);
|
||||
|
||||
/* we're setting the pending rate. This will become the new
|
||||
* current rate in the next iteration of the graph. */
|
||||
n->current_rate = SPA_FRACTION(1, target_rate);
|
||||
|
|
@ -1261,7 +1262,7 @@ again:
|
|||
|
||||
if (n->info.state < PW_NODE_STATE_RUNNING && n->current_pending) {
|
||||
/* the driver node is not actually running and we have a
|
||||
* panding change. Apply the change to the position now so
|
||||
* pending change. Apply the change to the position now so
|
||||
* that we have the right values when we change the node
|
||||
* states of the driver and followers to RUNNING below */
|
||||
pw_log_debug("%p: apply duration:%"PRIu64" rate:%u/%u", context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue