mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
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:
parent
64b4aedf97
commit
478a6592de
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2007-08-22 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/volume/gstvolume.c:
|
* gst/volume/gstvolume.c:
|
||||||
|
|
|
@ -261,7 +261,8 @@ gst_audio_structure_set_int (GstStructure * structure, GstAudioFieldFlag flag)
|
||||||
*
|
*
|
||||||
* Clip the the buffer to the given %GstSegment.
|
* 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,
|
* Returns: %NULL if the buffer is completely outside the configured segment,
|
||||||
* otherwise the clipped buffer is returned.
|
* otherwise the clipped buffer is returned.
|
||||||
|
|
Loading…
Reference in a new issue