|
@@ -227,7 +227,7 @@ static int video_shm_enqueue(Clibvideoqueue *shm_queue, video_frame *frame, int
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video session shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
|
|
|
+ //DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("video session shm_queue video insert shm video ok, and nowtime is %d, and frame id is %d.", nowtime, iframeid);
|
|
|
return Error_Succeed;
|
|
|
}
|
|
|
}
|
|
@@ -405,9 +405,9 @@ static int on_rx_frame(video_frame *frame, void *user_data)
|
|
|
if (rc != Error_Succeed) {
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("eStand2sType record call mod insert remote video to queue failed.");
|
|
|
}
|
|
|
- else {
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
|
|
|
- }
|
|
|
+ //else {
|
|
|
+ // DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("%s:%d video frame (session->irecv_frameid = %d) video_shm_enqueue success.", __FUNCTION__, __LINE__, session->irecv_frameid);
|
|
|
+ //}
|
|
|
video_frame_delete(recordframe);
|
|
|
recordframe = NULL;
|
|
|
}
|