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:
Stefan Sauer 2016-10-17 09:46:56 +02:00
parent 45ae36817b
commit 409534f242

View file

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