Changeset 364:60d37828e057 in mediastreamer2
- Timestamp:
- Mar 24, 2009 11:43:14 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/coreapi/linphonecore.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/linphonecore.c
r363 r364 1444 1444 if (st->el_type==ELControlMic){ 1445 1445 f=st->volsend; 1446 if (speed==-1) speed=0. 15;1446 if (speed==-1) speed=0.03; 1447 1447 if (force==-1) force=10; 1448 1448 } … … 2160 2160 toggle_video_preview(lc,FALSE);/*restart the video local preview*/ 2161 2161 } 2162 if (lc->ready ){2162 if (lc->ready && lc->video_conf.device){ 2163 2163 vd=ms_web_cam_get_string_id(lc->video_conf.device); 2164 2164 if (vd && strstr(vd,"Static picture")!=NULL){
Note: See TracChangeset
for help on using the changeset viewer.
