Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: media/webm/webm_cluster_parser.h

Issue 10269022: Add StreamParserBuffer to ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media.gyp ('k') | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/webm_cluster_parser.h
diff --git a/media/webm/webm_cluster_parser.h b/media/webm/webm_cluster_parser.h
index 8646289de5f27206e66b2e35d93bb59d53a43580..1d103ff34138b634a9d221392de2058f5384c094 100644
--- a/media/webm/webm_cluster_parser.h
+++ b/media/webm/webm_cluster_parser.h
@@ -9,14 +9,14 @@
#include <string>
#include "base/memory/scoped_ptr.h"
-#include "media/base/buffers.h"
+#include "media/base/stream_parser_buffer.h"
#include "media/webm/webm_parser.h"
namespace media {
class WebMClusterParser : public WebMParserClient {
public:
- typedef std::deque<scoped_refptr<Buffer> > BufferQueue;
+ typedef std::deque<scoped_refptr<StreamParserBuffer> > BufferQueue;
WebMClusterParser(int64 timecode_scale,
int audio_track_num,
« no previous file with comments | « media/media.gyp ('k') | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698