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 704934 - Clarify the gst buffer query api documentation slightly
Clarify the gst buffer query api documentation slightly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-26 14:22 UTC by Sjoerd Simons
Modified: 2013-07-29 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.47 KB, patch)
2013-07-26 14:22 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2013-07-26 14:22:18 UTC
Created attachment 250205 [details] [review]
proposed patch

I was uncertain about whether the estimated-total in a buffery query was the estimated full download time (from start to end) or the remaining download time. Tweaking the doc strings slightly should help clarify that ;)
Comment 1 Sebastian Dröge (slomo) 2013-07-26 15:02:08 UTC
Comment on attachment 250205 [details] [review]
proposed patch

Please push
Comment 2 Sjoerd Simons 2013-07-29 13:09:26 UTC
commit cf3cbe76afe72a30d83aaaaeed49dff42f86d72f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Fri Jul 26 16:15:24 2013 +0200

    query: Clarify the estimated-total documentation
    
    Tweak the documentation slightly to clarify that the estimated-total in
    a a Buffering query the total remaining time of a download, not the
    total time for the complete download. Also indicate the unit used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704934