mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix naming of VOID filter
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@382 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
5b0b820916
commit
5260ecf29a
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ static void void_sink_process(MSFilter *f){
|
|||
#ifdef _MSC_VER
|
||||
|
||||
MSFilterDesc ms_void_sink_desc={
|
||||
MS_TEE_ID,
|
||||
MS_VOID_SINK_ID,
|
||||
"MSVoidSink",
|
||||
N_("A filter that trashes its input (useful for terminating some graphs)."),
|
||||
MS_FILTER_OTHER,
|
||||
|
|
@ -47,7 +47,7 @@ MSFilterDesc ms_void_sink_desc={
|
|||
#else
|
||||
|
||||
MSFilterDesc ms_void_sink_desc={
|
||||
.id=MS_TEE_ID,
|
||||
.id=MS_VOID_SINK_ID,
|
||||
.name="MSVoidSink",
|
||||
.text=N_("A filter that trashes its input (useful for terminating some graphs)."),
|
||||
.category=MS_FILTER_OTHER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue