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

Unified Diff: ppapi/c/ppb_media_stream_video_track.h

Issue 212023003: PPAPI: Bring PPB_MediaStream*Track to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 9 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_audio_track.h ('k') | ppapi/c/ppb_video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ce4f9c86520f25a240e82dd6c6f7c4ec7089bcc0..1580041c9a8b892718eb00938bdc690dde29fa11 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 Wed Feb 19 11:06:48 2014. */
+/* From ppb_media_stream_video_track.idl modified Fri Mar 28 10:13:52 2014. */
#ifndef PPAPI_C_PPB_MEDIA_STREAM_VIDEO_TRACK_H_
#define PPAPI_C_PPB_MEDIA_STREAM_VIDEO_TRACK_H_
@@ -15,13 +15,14 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
-#define PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1 \
- "PPB_MediaStreamVideoTrack;0.1" /* dev */
+#define PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1 "PPB_MediaStreamVideoTrack;0.1"
+#define PPB_MEDIASTREAMVIDEOTRACK_INTERFACE \
+ PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1
+
/**
* @file
* Defines the <code>PPB_MediaStreamVideoTrack</code> interface. Used for
* receiving video frames from a MediaStream video track in the browser.
- * This interface is still in development (Dev API status) and may change.
*/
@@ -88,7 +89,7 @@ typedef enum {
* @addtogroup Interfaces
* @{
*/
-struct PPB_MediaStreamVideoTrack_0_1 { /* dev */
+struct PPB_MediaStreamVideoTrack_0_1 {
/**
* Determines if a resource is a MediaStream video track resource.
*
@@ -219,6 +220,8 @@ struct PPB_MediaStreamVideoTrack_0_1 { /* dev */
*/
void (*Close)(PP_Resource video_track);
};
+
+typedef struct PPB_MediaStreamVideoTrack_0_1 PPB_MediaStreamVideoTrack;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_media_stream_audio_track.h ('k') | ppapi/c/ppb_video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698