| Index: ppapi/c/ppb_media_stream_video_track.h
|
| diff --git a/ppapi/c/ppb_media_stream_video_track.h b/ppapi/c/ppb_media_stream_video_track.h
|
| index 650ccd2e9a5f68dfdb89a0787995154cdf098c4a..69513d3e84ad563078cd5e5c0db4fef1e27da72c 100644
|
| --- a/ppapi/c/ppb_media_stream_video_track.h
|
| +++ b/ppapi/c/ppb_media_stream_video_track.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_media_stream_video_track.idl modified Thu Jan 23 14:09:56 2014. */
|
| +/* From ppb_media_stream_video_track.idl modified Fri Feb 14 11:36:17 2014. */
|
|
|
| #ifndef PPAPI_C_PPB_MEDIA_STREAM_VIDEO_TRACK_H_
|
| #define PPAPI_C_PPB_MEDIA_STREAM_VIDEO_TRACK_H_
|
| @@ -111,6 +111,9 @@ struct PPB_MediaStreamVideoTrack_0_1 { /* dev */
|
| * completion of <code>Configure()</code>.
|
| *
|
| * @return An int32_t containing a result code from <code>pp_errors.h</code>.
|
| + * Returns <code>PP_ERROR_INPROGRESS</code> if there is a pending call of
|
| + * <code>Configure()</code> or <code>GetFrame()</code>, or the plugin
|
| + * holds some frames which are not recycled with <code>RecycleFrame()</code>.
|
| */
|
| int32_t (*Configure)(PP_Resource video_track,
|
| const int32_t attrib_list[],
|
|
|