summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-22 15:29:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-22 15:29:04 +0000
commit478a6592de0130563231b5cd926fe867e2cc14b7 (patch)
tree4cda033ff0b667c2edbe987890009942187613ca
parent64b4aedf973734678cb1dbc3eb2559a0cba069cd (diff)
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.
-rw-r--r--ChangeLog5
-rw-r--r--gst-libs/gst/audio/audio.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c98af870..de4771c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c
index 8f96d046..e627642e 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.