summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Troin <phil@fifi.org>2007-12-29 14:28:01 +0000
committerPhilippe Troin <phil@fifi.org>2007-12-29 14:28:01 +0000
commit8d06b568011b991efcd8c2ddc9afe5386901683d (patch)
tree9c9e7df4316f9ccbf384ebbfc3d78c0133b1d167
parentaee660e1a458c345ae699b2ebce11f5de9affb40 (diff)
downloadxine-lib-8d06b568011b991efcd8c2ddc9afe5386901683d.tar.gz
xine-lib-8d06b568011b991efcd8c2ddc9afe5386901683d.tar.bz2
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.
-rw-r--r--src/input/input_gnome_vfs.c2
1 files changed, 1 insertions, 1 deletions
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*