Changeset 3655


Ignore:
Timestamp:
Jul 15, 2011 7:22:49 AM (13 years ago)
Author:
ming
Message:

Re #1263:
Fixed assertion when receiving a call with no video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/src/pjsua-lib/pjsua_vid.c

    r3652 r3655  
    747747    } 
    748748 
    749     if (!acc->cfg.vid_out_auto_transmit) { 
     749    if (!acc->cfg.vid_out_auto_transmit && call_med->strm.v.stream) { 
    750750        status = pjmedia_vid_stream_pause(call_med->strm.v.stream, 
    751751                                          PJMEDIA_DIR_ENCODING); 
Note: See TracChangeset for help on using the changeset viewer.