Update media streamer.

This commit is contained in:
Sandrine Avakian 2016-01-29 17:14:31 +01:00
parent 4b0e433b43
commit 2f0002f419
2 changed files with 1 additions and 3 deletions

View file

@ -61,7 +61,6 @@ struct _LinphoneSoundDaemon {
static MSFilter *create_writer(MSSndCard *c){
LinphoneSoundDaemon *lsd=(LinphoneSoundDaemon*)c->data;
// MSFilter *itcsink=ms_filter_new(MS_ITC_SINK_ID);
MSFilter *itcsink=ms_factory_create_filter(ms_snd_card_factory_get(c), MS_ITC_SINK_ID);
ms_filter_call_method(itcsink,MS_ITC_SINK_CONNECT,lsd->branches[0].player);
return itcsink;
@ -237,7 +236,6 @@ LinphoneSoundDaemon * linphone_sound_daemon_new(MSFactory* factory, const char *
lsd=ms_new0(LinphoneSoundDaemon,1);
lsd->soundout=ms_snd_card_create_writer(card);
// lsd->mixer=ms_filter_new(MS_AUDIO_MIXER_ID);
lsd->mixer=ms_factory_create_filter(ms_snd_card_factory_get(card),MS_AUDIO_MIXER_ID);
lsd->out_rate=rate;
lsd->out_nchans=nchannels;

@ -1 +1 @@
Subproject commit 5e9a21c8dae0ff2fe62b82977dbafa3f00ca744f
Subproject commit 085f64d41e8c6643294f6c9cb9f256ca52e9c019