Minor tracing fix in ::IncomfingFrame and ::IncomfingFrameI420
Review URL: http://webrtc-codereview.appspot.com/352001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1401 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
83c7f6db0e
commit
9a85b500c5
@ -306,7 +306,7 @@ int ViECapturer::IncomingFrame(unsigned char* video_frame,
|
|||||||
RawVideoType video_type,
|
RawVideoType video_type,
|
||||||
unsigned long long capture_time) {
|
unsigned long long capture_time) {
|
||||||
WEBRTC_TRACE(kTraceInfo, kTraceVideo, ViEId(engine_id_, capture_id_),
|
WEBRTC_TRACE(kTraceInfo, kTraceVideo, ViEId(engine_id_, capture_id_),
|
||||||
"%ExternalCapture::IncomingFrame width %d, height %d, "
|
"ExternalCapture::IncomingFrame width %d, height %d, "
|
||||||
"capture_time %u", width, height, capture_time);
|
"capture_time %u", width, height, capture_time);
|
||||||
|
|
||||||
if (!external_capture_module_) {
|
if (!external_capture_module_) {
|
||||||
@ -324,7 +324,7 @@ int ViECapturer::IncomingFrame(unsigned char* video_frame,
|
|||||||
int ViECapturer::IncomingFrameI420(const ViEVideoFrameI420& video_frame,
|
int ViECapturer::IncomingFrameI420(const ViEVideoFrameI420& video_frame,
|
||||||
unsigned long long capture_time) {
|
unsigned long long capture_time) {
|
||||||
WEBRTC_TRACE(kTraceInfo, kTraceVideo, ViEId(engine_id_, capture_id_),
|
WEBRTC_TRACE(kTraceInfo, kTraceVideo, ViEId(engine_id_, capture_id_),
|
||||||
"%ExternalCapture::IncomingFrame width %d, height %d, "
|
"ExternalCapture::IncomingFrame width %d, height %d, "
|
||||||
" capture_time %u", video_frame.width, video_frame.height,
|
" capture_time %u", video_frame.width, video_frame.height,
|
||||||
capture_time);
|
capture_time);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user