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

Unified Diff: media/blink/webmediasource_impl.h

Issue 1281663003: Media: Introduce addSourceBuffer which takes an unparsed codecs string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfix Created 5 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/blink/webmediasource_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediasource_impl.h
diff --git a/media/blink/webmediasource_impl.h b/media/blink/webmediasource_impl.h
index 5d6d4bad0c24fd841c20cc4b4e2083e47875816e..5a9587d1a0f5f82232950b204c018ae84c3cc4b2 100644
--- a/media/blink/webmediasource_impl.h
+++ b/media/blink/webmediasource_impl.h
@@ -27,6 +27,10 @@ class MEDIA_EXPORT WebMediaSourceImpl
const blink::WebString& type,
const blink::WebVector<blink::WebString>& codecs,
blink::WebSourceBuffer** source_buffer);
+ virtual AddStatus addSourceBuffer(
+ const blink::WebString& type,
+ const blink::WebString& codecs,
+ blink::WebSourceBuffer** source_buffer);
virtual double duration();
virtual void setDuration(double duration);
virtual void markEndOfStream(EndOfStreamStatus status);
« no previous file with comments | « no previous file | media/blink/webmediasource_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698