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 705482 - Improve download buffering
Improve download buffering
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-05 08:37 UTC by Sjoerd Simons
Modified: 2013-11-19 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch 1/3 (2.62 KB, patch)
2013-08-05 08:37 UTC, Sjoerd Simons
committed Details | Review
proposed patch 2/3 (20.95 KB, patch)
2013-08-05 08:38 UTC, Sjoerd Simons
committed Details | Review
proposed patch 3/3 (1.29 KB, patch)
2013-08-05 08:39 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2013-08-05 08:37:12 UTC
clutter-gst download buffering currently doesn't do progressive download buffering, iotw it doesn't wait until it has downloaded enough to play back the whole file. Which is what would be expected from on-disk buffering normally (tbh i don't really understand what the current download buffering code is actually trying to do).

Attached patchset makes the download-buffering mode by default implement a progressive download policy.
Comment 1 Sjoerd Simons 2013-08-05 08:37:48 UTC
Created attachment 250832 [details] [review]
proposed patch 1/3
Comment 2 Sjoerd Simons 2013-08-05 08:38:17 UTC
Created attachment 250833 [details] [review]
proposed patch 2/3
Comment 3 Sjoerd Simons 2013-08-05 08:39:19 UTC
Created attachment 250834 [details] [review]
proposed patch 3/3
Comment 4 Lionel Landwerlin 2013-11-19 14:38:40 UTC
Pushed to master.
Thanks.