diff options
author | Ross Burton <ross at burtonini.com> | 2012-03-12 15:27:27 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-12 15:27:27 +0100 |
commit | 265a5bfa9bd356047df8db3c3f639f19255cc9d7 (patch) | |
tree | f7a142f327e57a7120c1b4f336d7965e99b54b4d /ext | |
parent | ee1be9236f9874ddb54345888be791ccee0f8a3a (diff) |
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.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/flac/gstflacenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index c2eb333cb..b4de21746 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -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 |