From: Andre Noll Date: Mon, 3 May 2010 00:05:11 +0000 (+0200) Subject: Avoid the word "filter chain". X-Git-Tag: v0.4.3~30 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9e72df63eb0e5063e3cad1003599df1b5b9b5d62 Avoid the word "filter chain". "Filter configuration" is more to the point. --- diff --git a/audiod.c b/audiod.c index 380e53e0..4a4a2ae7 100644 --- a/audiod.c +++ b/audiod.c @@ -191,7 +191,7 @@ int get_audio_format_num(const char *name) * It has to to take into account that probably the stream was not started at * the beginning of the file, that the clock between the server and the client * host may differ and that playback of the stream was delayed, e.g. because - * the prebuffer filter is used in the filter chain of the given slot. + * the prebuffer filter is used in the filter configuration of the given slot. * * If no writer is active in the given slot, or \a slot_num is negative * (indicating that para_audiod runs in standby mode), an approximation based diff --git a/error.h b/error.h index 3ad88cd4..d92c9d6e 100644 --- a/error.h +++ b/error.h @@ -89,7 +89,7 @@ extern const char **para_errlist[]; #define WAV_FILTER_ERRORS \ - PARA_ERROR(WAV_BAD_FC, "invalid filter chain configuration"), \ + PARA_ERROR(WAV_BAD_FC, "invalid filter configuration"), \ PARA_ERROR(WAV_EOF, "wav filter: end of file"), \ PARA_ERROR(WAV_SUCCESS, "successfully wrote wav header"), \