audio: fix doc string again.
authorStefan Sauer <ensonic@users.sf.net>
Mon, 17 Oct 2016 07:46:56 +0000 (09:46 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 17 Oct 2016 07:47:54 +0000 (09:47 +0200)
There was a second '*' at the start of the line. Reword + reformat to make it
obvious.

gst-libs/gst/audio/audio.c

index 5e840b6..5e3e8a6 100644 (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.
  *