audiodecoder: fix documentation typo

This commit is contained in:
Mark Nauwelaerts 2011-09-22 15:34:41 +02:00
parent 8ab3947733
commit b44978befe

View 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>