- Timestamp:
- Jul 15, 2011 7:22:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjsip/src/pjsua-lib/pjsua_vid.c
r3652 r3655 747 747 } 748 748 749 if (!acc->cfg.vid_out_auto_transmit ) {749 if (!acc->cfg.vid_out_auto_transmit && call_med->strm.v.stream) { 750 750 status = pjmedia_vid_stream_pause(call_med->strm.v.stream, 751 751 PJMEDIA_DIR_ENCODING);
Note: See TracChangeset
for help on using the changeset viewer.