mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
flacenc: fix seekpoints property copy-and-paste documentation
This commit is contained in:
parent
fe1128e40b
commit
47dc716790
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
**/
|
||||
|
|
Loading…
Reference in a new issue