diff --git a/ChangeLog b/ChangeLog index 65dea5a27e..ec24d1df80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-16 Tim-Philipp Müller + + * gst-libs/gst/audio/audio.c: + Fix documentation. + 2007-02-16 Tim-Philipp Müller Patch by: Yves Lefebvre diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 4b688061a3..e06e4bb3cb 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -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)