From 9e72df63eb0e5063e3cad1003599df1b5b9b5d62 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 3 May 2010 02:05:11 +0200 Subject: [PATCH] Avoid the word "filter chain". "Filter configuration" is more to the point. --- audiod.c | 2 +- error.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"), \ -- 2.39.2