flacenc: generate seektables every 10 sec by default
authorRoss Burton <ross at burtonini.com>
Mon, 12 Mar 2012 14:27:27 +0000 (15:27 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 12 Mar 2012 14:27:27 +0000 (15:27 +0100)
Since this is what the command line tool does as well, it seems like
a better default.

ext/flac/gstflacenc.c

index c2eb333..b4de217 100644 (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