mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gst-libs/gst/audio/audio.c: Fix documentation.
Original commit message from CVS: * gst-libs/gst/audio/audio.c: Fix documentation.
This commit is contained in:
parent
a6e3e71fe3
commit
2f45e10c73
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/audio/audio.c:
|
||||
Fix documentation.
|
||||
|
||||
2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Yves Lefebvre <ivanohe abacom com>
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
*
|
||||
* Calculate byte size of an audio frame.
|
||||
*
|
||||
* Returns: -1 if there's an error (to avoid division by zero),
|
||||
* or the byte size if everything's ok
|
||||
* Returns: the byte size, or 0 if there was an error
|
||||
*/
|
||||
int
|
||||
gst_audio_frame_byte_size (GstPad * pad)
|
||||
|
|
Loading…
Reference in a new issue