Changeset 379:d825f8eba092 in mediastreamer2


Ignore:
Timestamp:
Mar 28, 2009 5:38:35 PM (4 years ago)
Author:
aymeric <aymeric@…>
Branch:
default
Message:

fix naming of VOID filter

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@382 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/mediastreamer2/src/void.c

    r366 r379  
    3131 
    3232MSFilterDesc ms_void_sink_desc={ 
    33         MS_TEE_ID, 
     33        MS_VOID_SINK_ID, 
    3434        "MSVoidSink", 
    3535        N_("A filter that trashes its input (useful for terminating some graphs)."), 
     
    4848 
    4949MSFilterDesc ms_void_sink_desc={ 
    50         .id=MS_TEE_ID, 
     50        .id=MS_VOID_SINK_ID, 
    5151        .name="MSVoidSink", 
    5252        .text=N_("A filter that trashes its input (useful for terminating some graphs)."), 
Note: See TracChangeset for help on using the changeset viewer.