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

Unified Diff: media/base/demuxer.h

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | media/base/demuxer.cc » ('j') | media/filters/ffmpeg_demuxer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 34150af00b3f9c9a433b7d886cbbed433a1a5b4f..e2f1962224caec94797a2deae47bd49bf4309c8c 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -64,6 +64,8 @@ class MEDIA_EXPORT Demuxer : public base::RefCountedThreadSafe<Demuxer> {
// Returns the starting time for the media file.
virtual base::TimeDelta GetStartTime() const = 0;
+ virtual void KeyAdded();
ddorwin 2012/08/22 23:20:29 Comment. Also, curious why this is needed now and
fgalligan1 2012/08/23 02:39:11 I'm not sure I understand the question. Do you mea
xhwang 2012/08/23 19:04:53 I removed the "waiting for key" part in the demo,
fgalligan1 2012/08/24 20:01:26 Removed KeyAdded().
+
protected:
friend class base::RefCountedThreadSafe<Demuxer>;
virtual ~Demuxer();
« no previous file with comments | « no previous file | media/base/demuxer.cc » ('j') | media/filters/ffmpeg_demuxer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698