|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2013-03-28 Philippe Normand <pnormand@igalia.com> |
| 2 |
|
| 3 |
[GStreamer] playback gets bumpy sometimes when on-disk buffering is slow |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=113512 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
When the HTTP source element is slow downloading data for on-disk |
| 9 |
buffering the playback position might reach an unbuffered region |
| 10 |
and have bad consequences, pausing the pipeline beforehand |
| 11 |
prevents this case to happen. |
| 12 |
|
| 13 |
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: |
| 14 |
(WebCore::MediaPlayerPrivateGStreamer::processBufferingStats): |
| 15 |
|
| 1 |
2013-03-28 ChangSeok Oh <changseok.oh@collabora.com> |
16 |
2013-03-28 ChangSeok Oh <changseok.oh@collabora.com> |
| 2 |
|
17 |
|
| 3 |
[GTK][AC] Animating layer disappears while running with clutter backend |
18 |
[GTK][AC] Animating layer disappears while running with clutter backend |