Ignore:
Timestamp:
Apr 15, 2011 2:48:30 PM (13 years ago)
Author:
ming
Message:

Re #1213: Fixed format change detection when there is a converter in place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia/videoport.c

    r3535 r3539  
    640640                     vp->strm, 
    641641                     PJMEDIA_VID_DEV_CAP_FORMAT, 
    642                      &vp->client_port->info.fmt); 
     642                     &vp->cap_conv_param.dst); 
    643643        if (status != PJ_SUCCESS) { 
    644644            PJ_LOG(3, (THIS_FILE, "failure in changing the format of the " 
Note: See TracChangeset for help on using the changeset viewer.