Ignore:
Timestamp:
May 13, 2011 3:28:28 PM (2 years ago)
Author:
laurent <laurent@…>
Branch:
default
Parents:
1386:971a25697e2a (diff), 1110:432c588e5227 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with git://git.linphone.org/mediastreamer2.git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/mediastreamer2/mediastream.h

    r1344 r1387  
    7878        MSFilter *write_resampler; 
    7979        MSFilter *sndwrite; 
     80        MSFilter *volume; 
    8081}; 
    8182 
     
    155156/* retrieve RTP statistics*/ 
    156157MS2_PUBLIC void audio_stream_get_local_rtp_stats(AudioStream *stream, rtp_stats_t *stats); 
     158 
     159MS2_PUBLIC void audio_stream_change_decoder(AudioStream *stream, int payload); 
     160 
     161MS2_PUBLIC void audio_stream_free(AudioStream *stream); 
    157162 
    158163 
     
    259264MS2_PUBLIC void video_preview_stop(VideoPreview *stream); 
    260265 
     266MS2_PUBLIC void video_stream_change_decoder(VideoStream *stream, int payload); 
     267 
    261268MS2_PUBLIC bool_t ms_is_ipv6(const char *address); 
    262269 
Note: See TracChangeset for help on using the changeset viewer.