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

Unified Diff: webrtc/video/video_capture_input.cc

Issue 1331833003: Remove unused event in ivideo_capture_input.cc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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 | « webrtc/video/video_capture_input.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_capture_input.cc
diff --git a/webrtc/video/video_capture_input.cc b/webrtc/video/video_capture_input.cc
index 456e99c526c1193b401f6da75fbebf8d8e1245fb..895e2d8b85dbba38c7a5a7324c69c57c2df6dc22 100644
--- a/webrtc/video/video_capture_input.cc
+++ b/webrtc/video/video_capture_input.cc
@@ -44,7 +44,6 @@ VideoCaptureInput::VideoCaptureInput(ProcessThread* module_process_thread,
this,
"CaptureThread")),
capture_event_(*EventWrapper::Create()),
- deliver_event_(*EventWrapper::Create()),
stop_(0),
last_captured_timestamp_(0),
delta_ntp_internal_ms_(
@@ -69,7 +68,6 @@ VideoCaptureInput::~VideoCaptureInput() {
// Stop the camera input.
capture_thread_->Stop();
delete &capture_event_;
- delete &deliver_event_;
}
void VideoCaptureInput::IncomingCapturedFrame(const VideoFrame& video_frame) {
« no previous file with comments | « webrtc/video/video_capture_input.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698