mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
flacenc: generate seektables every 10 sec by default
Since this is what the command line tool does as well, it seems like a better default.
This commit is contained in:
parent
ee1be9236f
commit
265a5bfa9b
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ static const GstFlacEncParams flacenc_params[] = {
|
|||
|
||||
#define DEFAULT_QUALITY 5
|
||||
#define DEFAULT_PADDING 0
|
||||
#define DEFAULT_SEEKPOINTS 0
|
||||
#define DEFAULT_SEEKPOINTS -10
|
||||
|
||||
#define GST_TYPE_FLAC_ENC_QUALITY (gst_flac_enc_quality_get_type ())
|
||||
static GType
|
||||
|
|
Loading…
Reference in a new issue