From 478a6592de0130563231b5cd926fe867e2cc14b7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 22 Aug 2007 15:29:04 +0000 Subject: [PATCH] gst-libs/gst/audio/audio.c: Clarify the docs a little. Original commit message from CVS: * gst-libs/gst/audio/audio.c: Clarify the docs a little. --- ChangeLog | 5 +++++ gst-libs/gst/audio/audio.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c98af870e5..de4771c87b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-22 Wim Taymans + + * gst-libs/gst/audio/audio.c: + Clarify the docs a little. + 2007-08-22 Stefan Kost * gst/volume/gstvolume.c: diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 8f96d046f7..e627642ef0 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -261,7 +261,8 @@ gst_audio_structure_set_int (GstStructure * structure, GstAudioFieldFlag flag) * * Clip the the buffer to the given %GstSegment. * - * After calling this function do not reference @buffer anymore. + * After calling this function the caller does not own a reference to + * @buffer anymore. * * Returns: %NULL if the buffer is completely outside the configured segment, * otherwise the clipped buffer is returned.