audiodecoder: fix documentation typo
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 22 Sep 2011 13:34:41 +0000 (15:34 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 22 Sep 2011 13:45:01 +0000 (15:45 +0200)
gst-libs/gst/audio/gstaudiodecoder.c

index 9bc2065..21c75bc 100644 (file)
@@ -54,7 +54,7 @@
  * </listitem>
  * As of configuration stage, and throughout processing, GstAudioDecoder
  * provides various (context) parameters, e.g. describing the format of
- * output audio data (valid when output caps have been caps) or current parsing state.
+ * output audio data (valid when output caps have been set) or current parsing state.
  * Conversely, subclass can and should configure context to inform
  * base class of its expectation w.r.t. buffer handling.
  * <listitem>