filesrc: set default block size from local define
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 7 Apr 2012 14:20:05 +0000 (15:20 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 7 Apr 2012 14:21:29 +0000 (15:21 +0100)
Doesn't actually change the default value, just makes use of the
define there is. Superficial testing with fakesink and jpegdec did
not reveal improved performance for bigger block sizes, so leave
default as it is.

plugins/elements/gstfilesrc.c

index 87402c8..1f3017a 100644 (file)
@@ -332,6 +332,8 @@ gst_file_src_init (GstFileSrc * src, GstFileSrcClass * g_class)
   src->sequential = DEFAULT_SEQUENTIAL;
 
   src->is_regular = FALSE;
+
+  gst_base_src_set_blocksize (GST_BASE_SRC (src), DEFAULT_BLOCKSIZE);
 }
 
 static void