Update media streamer and small fix for webcam.

This commit is contained in:
Sandrine Avakian 2016-01-28 14:49:20 +01:00
parent fc449d5af6
commit 86d2d9ffc3
2 changed files with 3 additions and 3 deletions

View file

@ -48,9 +48,9 @@ static void _linphone_call_set_next_video_frame_decoded_trigger(LinphoneCall *ca
void linphone_call_handle_stream_events(LinphoneCall *call, int stream_index);
MSWebCam *get_nowebcam_device(){
MSWebCam *get_nowebcam_device(MSFactory* f){
#ifdef VIDEO_ENABLED
return ms_web_cam_manager_get_cam(ms_web_cam_manager_get(),"StaticImage: Static picture");
return ms_web_cam_manager_get_cam(ms_factory_get_wbc_manager(f),"StaticImage: Static picture");
#else
return NULL;
#endif

@ -1 +1 @@
Subproject commit b3b4e324874c58cd09e72d735396983fd01687b9
Subproject commit 9cd601595fbd43aecbbdb4cda4360e25db880e5c