From 47dc716790d94a7e52334c305b66ef671553fff4 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 8 Jan 2010 18:04:14 +0100 Subject: [PATCH] flacenc: fix seekpoints property copy-and-paste documentation --- ext/flac/gstflacenc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index e8e6bb0..c7d719a 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -384,9 +384,10 @@ gst_flac_enc_class_init (GstFlacEncClass * klass) DEFAULT_PADDING, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); /** - * GstFlacEnc:padding + * GstFlacEnc:seekpoints * - * Write a PADDING block with this length in bytes + * Write a SEEKTABLE block with a specific number of seekpoints + * or with a specific interval spacing. * * Since: 0.10.18 **/ -- 2.7.4