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:
Ross Burton 2012-03-12 15:27:27 +01:00 committed by Wim Taymans
parent ee1be9236f
commit 265a5bfa9b

View file

@ -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