]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Avoid the word "filter chain".
authorAndre Noll <maan@systemlinux.org>
Mon, 3 May 2010 00:05:11 +0000 (02:05 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 3 May 2010 00:05:11 +0000 (02:05 +0200)
"Filter configuration" is more to the point.

audiod.c
error.h

index 380e53e0fbae30cf9c949afea6d247d71396eb37..4a4a2ae70d307c6db2ca8779190277e6a8085271 100644 (file)
--- 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 3ad88cd4fab44cf7a2527bdcbf905b7d2eaf82da..d92c9d6e553f5ddc79a6a57e1dc3fac19c1b2c13 100644 (file)
--- 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"), \