[clutter-gst] clutter-gst-playback: fix comment typo
- From: Lionel Landwerlin <llandwerlin src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [clutter-gst] clutter-gst-playback: fix comment typo
 
- Date: Tue, 19 Nov 2013 12:21:43 +0000 (UTC)
 
commit ca46a8874486b787b0720312dbb04fd5741643d6
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Nov 19 12:21:14 2013 +0000
    clutter-gst-playback: fix comment typo
 clutter-gst/clutter-gst-playback.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-playback.c b/clutter-gst/clutter-gst-playback.c
index f7b5f3e..54b6824 100644
--- a/clutter-gst/clutter-gst-playback.c
+++ b/clutter-gst/clutter-gst-playback.c
@@ -851,11 +851,12 @@ player_should_buffer (ClutterGstPlayback *self, GstQuery *query)
   gdouble time_left;
   gboolean busy;
 
-  /* Use the estimated total duration left as estimated by queue2 based on the
-   * averge incoming bitrate, we can stop buffering once the remaining download
-   * takes less time then the remaining play time (with a 10% safety margin).
-   * However regardless of that keep buffering as long as queue2 indicates that
-   * buffering should happen (based on its high water marks */
+  /* Use the estimated total duration left as estimated by queue2
+   * based on the average incoming bitrate, we can stop buffering once
+   * the remaining download takes less time then the remaining play
+   * time (with a 10% safety margin). However regardless of that keep
+   * buffering as long as queue2 indicates that buffering should
+   * happen (based on its high water marks) */
   gst_query_parse_buffering_range (query, NULL, NULL, NULL, &left);
   gst_query_parse_buffering_percent (query, &busy, NULL);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]