summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gstqueue2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c
index fad4867e43..9682d86aa3 100644
--- a/plugins/elements/gstqueue2.c
+++ b/plugins/elements/gstqueue2.c
@@ -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. */