mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
audio: fix doc string again.
There was a second '*' at the start of the line. Reword + reformat to make it obvious.
This commit is contained in:
parent
45ae36817b
commit
409534f242
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ ensure_debug_category (void)
|
|||
* @segment: Segment in %GST_FORMAT_TIME or %GST_FORMAT_DEFAULT to which
|
||||
* the buffer should be clipped.
|
||||
* @rate: sample rate.
|
||||
* @bpf: size of one audio frame in bytes. This is the size of one sample
|
||||
* * channel.
|
||||
* @bpf: size of one audio frame in bytes. This is the size of one sample *
|
||||
* number of channels.
|
||||
*
|
||||
* Clip the buffer to the given %GstSegment.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue