flacenc: fix seekpoints property copy-and-paste documentation

This commit is contained in:
Mark Nauwelaerts 2010-01-08 18:04:14 +01:00
parent fe1128e40b
commit 47dc716790

View file

@ -384,9 +384,10 @@ gst_flac_enc_class_init (GstFlacEncClass * klass)
DEFAULT_PADDING, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); 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 * Since: 0.10.18
**/ **/