Changeset 5982 for pjproject/trunk/pjmedia/src/pjmedia/vid_port.c
- Timestamp:
- May 9, 2019 7:24:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/vid_port.c
r5948 r5982 1001 1001 { 1002 1002 status = pjmedia_vid_dev_stream_set_cap(vp->strm, 1003 1004 1003 PJMEDIA_VID_DEV_CAP_FORMAT, 1004 &vp->conv.conv_param.dst); 1005 1005 if (status != PJ_SUCCESS) { 1006 PJ_ LOG(3, (THIS_FILE, "failure in changing the format of the "1007 "video device"));1006 PJ_PERROR(3,(THIS_FILE, status, 1007 "failure in changing the format of the video device")); 1008 1008 PJ_LOG(3, (THIS_FILE, "reverting to its original format: %s", 1009 1009 status != PJMEDIA_EVID_ERR ? "success" :
Note: See TracChangeset
for help on using the changeset viewer.