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

Unified Diff: ppapi/cpp/media_stream_video_track.h

Issue 101463008: [NOT FOR REVIEW][PPAPI] Implement MediaStreamVideoTrack pepper API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Update Created 6 years, 11 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 | « ppapi/c/ppb_media_stream_video_track.h ('k') | ppapi/examples/media_stream_video/media_stream_video.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/media_stream_video_track.h
diff --git a/ppapi/cpp/media_stream_video_track.h b/ppapi/cpp/media_stream_video_track.h
index 4151077a09188907b966c269e31f9e0b7235b064..06deb39f7f5b68c4f5eeb4d7ecc2de304c136501 100644
--- a/ppapi/cpp/media_stream_video_track.h
+++ b/ppapi/cpp/media_stream_video_track.h
@@ -78,10 +78,6 @@ class MediaStreamVideoTrack : public Resource {
/// <code>PP_OK_COMPLETIONPENDING</code> will be returned immediately and the
/// <code>callback</code> will be called, when a new frame is received or some
/// error happens.
- /// If the caller holds a frame returned by the previous call of
- /// <code>GetFrame()</code>, <code>PP_ERROR_INPROGRESS</code> will be
- /// returned. The caller should recycle the previous frame before getting
- /// the next frame.
///
/// @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
/// completion of <code>GetFrame()</code>. If success, a VideoFrame will be
« no previous file with comments | « ppapi/c/ppb_media_stream_video_track.h ('k') | ppapi/examples/media_stream_video/media_stream_video.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698