From 8d06b568011b991efcd8c2ddc9afe5386901683d Mon Sep 17 00:00:00 2001 From: Philippe Troin Date: Sat, 29 Dec 2007 14:28:01 +0000 Subject: Crashes when accessing files via Gnome-VFS /usr/bin/totem-video-thumbnailer -s 128 ssh://user@hosts/path/to/video.ext Will segfault. All the time. --HG-- extra : transplant_source : H%1EU%A5%3C%E6r%976%AA%C3%92%E5l%C7w%92dg. --- src/input/input_gnome_vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c index ba42a02d4..0848b9206 100644 --- a/src/input/input_gnome_vfs.c +++ b/src/input/input_gnome_vfs.c @@ -199,7 +199,7 @@ gnomevfs_plugin_get_length (input_plugin_t *this_gen) static uint32_t gnomevfs_plugin_get_blocksize (input_plugin_t *this_gen) { - return 32 * 1024; + return 8 * 1024; } static const char* -- cgit v1.2.3