Propagating changes from conference and webcam in mediastreamer.

Updating conference as well in linphone.
This commit is contained in:
Sandrine Avakian 2016-01-19 10:50:01 +01:00
parent bbcbbc38d0
commit 1afed9cd17
2 changed files with 3 additions and 3 deletions

View file

@ -307,7 +307,7 @@ RtpProfile *LocalConference::sMakeDummyProfile(int samplerate){
void LocalConference::addLocalEndpoint() {
/*create a dummy audiostream in order to extract the local part of it */
/* network address and ports have no meaning and are not used here. */
AudioStream *st=audio_stream_new(65000,65001,FALSE);
AudioStream *st=audio_stream_new(65000,65001,FALSE,m_core->factory);
MSSndCard *playcard=m_core->sound_conf.lsd_card ?
m_core->sound_conf.lsd_card : m_core->sound_conf.play_sndcard;
MSSndCard *captcard=m_core->sound_conf.capt_sndcard;
@ -516,7 +516,7 @@ int LocalConference::startRecording(const char *path) {
return -1;
}
if (m_recordEndpoint==NULL){
m_recordEndpoint=ms_audio_endpoint_new_recorder();
m_recordEndpoint=ms_audio_endpoint_new_recorder(m_core->factory);
ms_audio_conference_add_member(m_conf,m_recordEndpoint);
}
ms_audio_recorder_endpoint_start(m_recordEndpoint,path);

@ -1 +1 @@
Subproject commit 9f7e7fe39f8f6d0a62c5264d2de6bc6c3b2441df
Subproject commit 081c581afc080352651dfbd6c4aefd24b7e2e400