mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
stream: fix comment for requested field of pw_buffer
The requested field was added in 0.3.50, not 0.3.49.
This commit is contained in:
parent
370d190572
commit
d46a4686a8
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ struct pw_buffer {
|
|||
* suggested amount of data to provide. For audio
|
||||
* streams this will be the amount of frames
|
||||
* required by the resampler. This field is 0
|
||||
* when no suggestion is provided. Since 0.3.49 */
|
||||
* when no suggestion is provided. Since 0.3.50 */
|
||||
uint64_t time; /**< For capture streams, this field contains the
|
||||
* cycle time in nanoseconds when this buffer was
|
||||
* queued in the stream. It can be compared against
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue