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

Unified Diff: webrtc/media/base/videobroadcaster.h

Issue 1695263002: Move direct use of VideoCapturer::VideoAdapter to VideoSinkWants. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Something like this? Created 4 years, 10 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 | « no previous file | webrtc/media/base/videobroadcaster.cc » ('j') | webrtc/media/base/videobroadcaster.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videobroadcaster.h
diff --git a/webrtc/media/base/videobroadcaster.h b/webrtc/media/base/videobroadcaster.h
index 63c22730c7f1df7d7316a682dcf2b22990e8eb2d..1417af9b40d8aacea5ad1a7b637b89d1b2be0322 100644
--- a/webrtc/media/base/videobroadcaster.h
+++ b/webrtc/media/base/videobroadcaster.h
@@ -50,8 +50,8 @@ class VideoBroadcaster : public VideoSourceInterface<cricket::VideoFrame>,
ThreadChecker thread_checker_;
+ size_t current_number_of_pixels_;
VideoSinkWants current_wants_;
-
std::vector<SinkPair> sinks_;
};
« no previous file with comments | « no previous file | webrtc/media/base/videobroadcaster.cc » ('j') | webrtc/media/base/videobroadcaster.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698