After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600726 - [queue2] implement buffering-left argument to buffer messages
[queue2] implement buffering-left argument to buffer messages
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 350261
 
 
Reported: 2009-11-04 19:38 UTC by Bastien Nocera
Modified: 2009-11-05 14:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[queue2] implement buffering-left argument to buffer messages (2.44 KB, patch)
2009-11-04 19:38 UTC, Bastien Nocera
none Details | Review
[queue2] implement buffering-left argument to buffer messages (2.05 KB, patch)
2009-11-05 14:17 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2009-11-04 19:38:24 UTC
Makes Totem start playback when the buffer is filled enough to not pause
during playback
Comment 1 Bastien Nocera 2009-11-04 19:38:26 UTC
Created attachment 146943 [details] [review]
[queue2] implement buffering-left argument to buffer messages

Using the current fill level of the queue, and the average input
rate, we can determine how long it will take to finish downloading
the whole stream to the temporary file.

Also make sure we keep posting messages about the buffering status,
even when the buffering fill level is above the low percentage.
Comment 2 Bastien Nocera 2009-11-05 14:17:25 UTC
Created attachment 147009 [details] [review]
[queue2] implement buffering-left argument to buffer messages

Using the current fill level of the queue, and the average input
rate, we can determine how long it will take to finish downloading
the whole stream to the temporary file.
Comment 3 Wim Taymans 2009-11-05 14:24:13 UTC
commit 9581e5887c20796401d099ecbbf901787ce0202e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 4 19:33:58 2009 +0000

    implement buffering-left argument to buffer messages
    
    Using the current fill level of the queue, and the average input
    rate, we can determine how long it will take to finish downloading
    the whole stream to the temporary file.
    
    Fixes #600726