Changeset 1146:3155af59ade3 in mediastreamer2


Ignore:
Timestamp:
Sep 10, 2010 12:06:27 PM (3 years ago)
Author:
Simon Morlat <simon.morlat@…>
Branch:
default
Message:

fix bad unlinking of AudioStream? filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/audiostream.c

    r1144 r1146  
    556556                if (stream->volsend!=NULL) 
    557557                        ms_connection_helper_unlink(&h,stream->volsend,0,0); 
     558                if (stream->dtmfgen_rtp) 
     559                        ms_connection_helper_unlink(&h,stream->dtmfgen_rtp,0,0); 
    558560                ms_connection_helper_unlink(&h,stream->encoder,0,0); 
    559561                ms_connection_helper_unlink(&h,stream->rtpsend,0,-1); 
Note: See TracChangeset for help on using the changeset viewer.