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.