Remove deprecation notice for VideoFrame::ntp_time_ms
Ntp timestamps are used for end-to-end delay measurements and can never go away. The naming and number of timestamp fields in VideoFrame could change in the future, but capture time in local clock will always be there on the receive side. Bug: none Change-Id: I358689cd8a44b1da8503136b3dd898b936f2d693 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144542 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28498}
This commit is contained in:

committed by
Commit Bot

parent
f6468d2569
commit
9455c305e6
@ -130,11 +130,9 @@ class RTC_EXPORT VideoFrame {
|
||||
uint32_t transport_frame_id() const { return timestamp(); }
|
||||
|
||||
// Set capture ntp time in milliseconds.
|
||||
// TODO(nisse): Deprecated. Migrate all users to timestamp_us().
|
||||
void set_ntp_time_ms(int64_t ntp_time_ms) { ntp_time_ms_ = ntp_time_ms; }
|
||||
|
||||
// Get capture ntp time in milliseconds.
|
||||
// TODO(nisse): Deprecated. Migrate all users to timestamp_us().
|
||||
int64_t ntp_time_ms() const { return ntp_time_ms_; }
|
||||
|
||||
// Naming convention for Coordination of Video Orientation. Please see
|
||||
|
Reference in New Issue
Block a user