From 2f45e10c7384cb99cd93ee62de5c347707b8ca8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 16 Feb 2007 10:19:45 +0000 Subject: [PATCH] gst-libs/gst/audio/audio.c: Fix documentation. Original commit message from CVS: * gst-libs/gst/audio/audio.c: Fix documentation. --- ChangeLog | 5 +++++ gst-libs/gst/audio/audio.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65dea5a..ec24d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps): diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 4b68806..e06e4bb 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) -- 2.7.4