summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 01:56:53 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 01:56:53 +0000
commit81fb2509ea1038d04a373a1045c7658927ad85b5 (patch)
tree51de6aa44142c71baf9d35e39f417317cd7d310a /media/media.gyp
parent2125f7df5af31857e7698264ed42e616d8271b63 (diff)
downloadchromium_src-81fb2509ea1038d04a373a1045c7658927ad85b5.zip
chromium_src-81fb2509ea1038d04a373a1045c7658927ad85b5.tar.gz
chromium_src-81fb2509ea1038d04a373a1045c7658927ad85b5.tar.bz2
Suppress slider thumb jumping around during seeking
BUG=19396 TEST=Open a video, seek to any position, the thumb should stops a bit and then goes forward from there. Preventing the slider thumb from jumping around after seek by freezing the clock until we get a valid time update from the audio renderer. Review URL: http://codereview.chromium.org/173072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 9599890..768abc8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -50,8 +50,9 @@
'audio/win/audio_output_win.cc',
'audio/win/waveout_output_win.cc',
'audio/win/waveout_output_win.h',
- 'base/buffer_queue.h',
'base/buffer_queue.cc',
+ 'base/buffer_queue.h',
+ 'base/buffers.cc',
'base/buffers.h',
'base/clock.h',
'base/clock_impl.cc',