summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/private/video_source_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/private/video_source_private.h')
-rw-r--r--ppapi/cpp/private/video_source_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/cpp/private/video_source_private.h b/ppapi/cpp/private/video_source_private.h
index 3d919bf..487703e 100644
--- a/ppapi/cpp/private/video_source_private.h
+++ b/ppapi/cpp/private/video_source_private.h
@@ -61,7 +61,8 @@ class VideoSource_Private : public Resource {
int32_t Open(const Var& stream_url,
const CompletionCallback& cc);
- /// Gets a frame from the video source.
+ /// Gets a frame from the video source. The returned frame is only valid
+ /// until the next call to GetFrame.
///
/// @param[out] frame A <code>VideoFrame_Private</code> to hold a video
/// frame from the source.