commit d41230c4231697f0d669721c7571bebdcda47575 Author: Bastien Nocera Date: Thu Nov 19 15:00:18 2009 +0000 2.28.4 NEWS | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) commit ef97eb1bc44cc2b4badfcc29b55a2c16861161a0 Author: Christian Persch Date: Wed Nov 18 18:54:43 2009 +0100 Fix property/method name lookup Don't read the arrays out of bounds! Bug #560946 comment 12. browser-plugin/totemNPClass.cpp | 6 ++++-- browser-plugin/totemNPObject.cpp | 10 ++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) commit 2a71e64f2c6b2c7b1eff4d96be70d9a079cea530 Author: Maxim Ermilov Date: Thu Nov 19 14:33:21 2009 +0000 Don't hide fullscreen popups when mouse is on top of it Check the mouse pointer entering and leaving the fullscreen popups, and don't auto-hide them when the mouse pointer is left on top of them. https://bugzilla.gnome.org/show_bug.cgi?id=593042 data/fullscreen.ui | 4 ++++ src/totem-fullscreen.c | 28 +++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletions(-) commit 50076f6ee9efa0a68e5a4aadcb5727f8a4e6ffb1 Author: Bastien Nocera Date: Mon Nov 16 13:59:25 2009 +0000 Fix thumbnailer not picking up covers for videos When getting updated metadata, and we're in capture mode, do send out the "got-metadata" signal otherwise the thumbnailer will never know we got a cover. https://bugzilla.gnome.org/show_bug.cgi?id=598703 src/backend/bacon-video-widget-gst-0.10.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit e4f62843c316ef8f9a1639601bcbccbcdd342cc5 Author: Bastien Nocera Date: Mon Nov 16 13:38:08 2009 +0000 Fix thumbnailer in debug mode Don't forget to open the display if we're going to show a GTK+ window. src/totem-video-thumbnailer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ac5c99c562c57ad7f0c0ccf89f1a8e3af61f39fc Author: Bastien Nocera Date: Mon Nov 16 13:21:00 2009 +0000 Fix spurious errors when running nice() Check the value of errno before saying that nice() fails, as per the nice(3p) man page. src/totem-video-thumbnailer.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 455daf535e773e58f50f8abd3c2745c83fd3c970 Author: Simon Pecher Date: Mon Nov 16 13:06:37 2009 +0000 Error when resolving redirect URIs If the plugin-viewer gets a redirect to an absolute URL it may corrupt the redirect-URL by trying to append it to either "emb->stream_uri", "emb->current_uri" or "emb->base_uri" by calling "resolve_redirect". I suppose absolute URLs should not be processed any further by "resolve_redirect", should they? Appending an else after the first if-statement may solve this issue. (The error occured while I tried to watch wmv videos on http://www.3sat.de/mediathek/mediathek.php) https://bugzilla.gnome.org/show_bug.cgi?id=600852 browser-plugin/totem-plugin-viewer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)