Changeset 379:d825f8eba092 in mediastreamer2
- Timestamp:
- Mar 28, 2009 5:38:35 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/void.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/void.c
r366 r379 31 31 32 32 MSFilterDesc ms_void_sink_desc={ 33 MS_ TEE_ID,33 MS_VOID_SINK_ID, 34 34 "MSVoidSink", 35 35 N_("A filter that trashes its input (useful for terminating some graphs)."), … … 48 48 49 49 MSFilterDesc ms_void_sink_desc={ 50 .id=MS_ TEE_ID,50 .id=MS_VOID_SINK_ID, 51 51 .name="MSVoidSink", 52 52 .text=N_("A filter that trashes its input (useful for terminating some graphs)."),
Note: See TracChangeset
for help on using the changeset viewer.
