diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 5e840b6fd0..5e3e8a683c 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -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. *