From: Mark Nauwelaerts Date: Fri, 8 Jan 2010 17:04:14 +0000 (+0100) Subject: flacenc: fix seekpoints property copy-and-paste documentation X-Git-Tag: 1.19.3~509^2~9277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47dc716790d94a7e52334c305b66ef671553fff4;p=platform%2Fupstream%2Fgstreamer.git flacenc: fix seekpoints property copy-and-paste documentation --- 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 **/