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

Unified Diff: webrtc/video_receive_stream.h

Issue 2678343002: Delete VideoReceiveStream::Config::pre_render_callback. (Closed)
Patch Set: Use C++ style comment. Created 3 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
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 511db3462cdcd0a349268be862e5b792ac5f690b..374f3508a14b36d2222be1ba0b2afddc0ffe500a 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -179,14 +179,6 @@ class VideoReceiveStream {
// saving the stream to a file. 'nullptr' disables the callback.
EncodedFrameObserver* pre_decode_callback = nullptr;
- // Called for each decoded frame. E.g. used when adding effects to the
- // decoded
- // stream. 'nullptr' disables the callback.
- // TODO(tommi): This seems to be only used by a test or two. Consider
- // removing it (and use an appropriate alternative in the tests) as well
- // as the associated code in VideoStreamDecoder.
- I420FrameCallback* pre_render_callback = nullptr;
-
// Target delay in milliseconds. A positive value indicates this stream is
// used for streaming instead of a real-time call.
int target_delay_ms = 0;
« webrtc/video/video_stream_decoder.h ('K') | « webrtc/video/video_stream_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698