Ignore:
Timestamp:
May 9, 2019 7:24:57 AM (5 years ago)
Author:
nanang
Message:

Re #1298: Updated PJMEDIA* to use PJ_ERROR consistently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/vid_port.c

    r5948 r5982  
    10011001        { 
    10021002            status = pjmedia_vid_dev_stream_set_cap(vp->strm, 
    1003                                                     PJMEDIA_VID_DEV_CAP_FORMAT, 
    1004                                                     &vp->conv.conv_param.dst); 
     1003                                                PJMEDIA_VID_DEV_CAP_FORMAT, 
     1004                                                &vp->conv.conv_param.dst); 
    10051005            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")); 
    10081008                PJ_LOG(3, (THIS_FILE, "reverting to its original format: %s", 
    10091009                                      status != PJMEDIA_EVID_ERR ? "success" : 
Note: See TracChangeset for help on using the changeset viewer.