| Index: talk/media/base/videocapturer.h
|
| diff --git a/talk/media/base/videocapturer.h b/talk/media/base/videocapturer.h
|
| index 95cb9e95f59ec5161d10aa8ade6874f6ae689084..dd89c441eb5fb426e5e0f11a478f1f5788b3ee7c 100644
|
| --- a/talk/media/base/videocapturer.h
|
| +++ b/talk/media/base/videocapturer.h
|
| @@ -90,8 +90,8 @@ struct CapturedFrame {
|
| uint32 fourcc; // compression
|
| uint32 pixel_width; // width of a pixel, default is 1
|
| uint32 pixel_height; // height of a pixel, default is 1
|
| - int64 elapsed_time; // elapsed time since the creation of the frame
|
| - // source (that is, the camera), in nanoseconds.
|
| + // TODO(magjed): |elapsed_time| is deprecated - remove once not used anymore.
|
| + int64 elapsed_time;
|
| int64 time_stamp; // timestamp of when the frame was captured, in unix
|
| // time with nanosecond units.
|
| uint32 data_size; // number of bytes of the frame data
|
|
|