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.
This commit is contained in:
Wim Taymans 2007-08-22 15:29:04 +00:00
parent 64b4aedf97
commit 478a6592de
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-22 Wim Taymans <wim.taymans@gmail.com>
* gst-libs/gst/audio/audio.c:
Clarify the docs a little.
2007-08-22 Stefan Kost <ensonic@users.sf.net>
* gst/volume/gstvolume.c:

View file

@ -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.