mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
queue2: Fix small doc typo
This commit is contained in:
parent
dfc792c904
commit
5c7104c002
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ update_buffering (GstQueue2 * queue)
|
|||
|
||||
if (queue->is_eos) {
|
||||
/* on EOS we are always 100% full, we set the var here so that it we can
|
||||
* resue the logic below to stop buffering */
|
||||
* reuse the logic below to stop buffering */
|
||||
percent = 100;
|
||||
} else {
|
||||
/* figure out the percent we are filled, we take the max of all formats. */
|
||||
|
|
Loading…
Reference in a new issue