فهرست منبع

Z991239-1812 #comment fix: 删除多余日志

陈礼鹏80274480 4 سال پیش
والد
کامیت
d5a1738850
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      Module/mod_mediacontroller/capture.cpp

+ 3 - 3
Module/mod_mediacontroller/capture.cpp

@@ -153,9 +153,9 @@ static int StreamCallback(const void *input,
 			if (!audio_cap->handfree_shm_queue->InsertAudio(&frm)) {
 				Dbg("[StreamCallback] InsertAudio to handfree_shm_queue failed! frameCount:%d", frameCount);
 			}
-			else {
-				Dbg("[StreamCallback] InsertAudio to handfree_shm_queue success! and framesize is :%d, and handfree_shm_queue length is %d.", frm.framesize, audio_cap->handfree_shm_queue->GetAudioLens());
-			}
+			//else {
+			//	Dbg("[StreamCallback] InsertAudio to handfree_shm_queue success! and framesize is :%d, and handfree_shm_queue length is %d.", frm.framesize, audio_cap->handfree_shm_queue->GetAudioLens());
+			//}
 
 			//if (!audio_cap->salesol_shm_queue->InsertAudio(&frm)) {
 			//	Dbg("[StreamCallback] InsertAudio to salesol_shm_queue failed! frameCount:%d", frameCount);