gst-libs/gst/audio/audio.c: Fix documentation.

Original commit message from CVS:
* gst-libs/gst/audio/audio.c:
Fix documentation.
This commit is contained in:
Tim-Philipp Müller 2007-02-16 10:19:45 +00:00
parent a6e3e71fe3
commit 2f45e10c73
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/audio/audio.c:
Fix documentation.
2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Yves Lefebvre <ivanohe abacom com>

View file

@ -39,8 +39,7 @@
*
* Calculate byte size of an audio frame.
*
* Returns: -1 if there's an error (to avoid division by zero),
* or the byte size if everything's ok
* Returns: the byte size, or 0 if there was an error
*/
int
gst_audio_frame_byte_size (GstPad * pad)