commit 6dc6cedfe04375ba1099062eb09266b63a2f5e48 Author: Bastien Nocera Date: Wed Jul 4 10:54:36 2012 +0100 3.4.3 NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit c6c7d97f976025633c19578c43667ae67fc9b808 Author: Bastien Nocera Date: Fri Jun 29 11:58:23 2012 +0100 main: Don't forget to clear seeking on close If we had opened a file, got a remembered position to restore, but never actually got a change in the seekable property, we wouldn't have clear the seek to position. This should fix bizarre behaviour if you're skipping between streams too quickly for GStreamer to see the stream is seekable. https://bugzilla.gnome.org/show_bug.cgi?id=676434 src/totem-object.c | 3 +++ 1 file changed, 3 insertions(+) commit a060948183552d86ec788a5fc300b1b482c4fe47 Author: Bastien Nocera Date: Thu Jun 28 16:30:12 2012 +0100 main: Handle smooth scroll events And restrict ourselves to handling smooth events on the left side of the pane, stopping us from capturing scroll events meant for scroll window, such as the playlist. https://bugzilla.gnome.org/show_bug.cgi?id=674355 data/totem.ui | 2 +- src/totem-object.c | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) commit c647ed22f4daabee7868121174203e22907f7cc1 Author: Gwenole Beauchesne Date: Mon Jun 25 17:48:51 2012 +0200 backend: fix out-of-source build. bacon-video-widget-enums.h is generated into the $(top_builddir)/src/backend directory. src/Makefile.am | 1 + src/backend/Makefile.am | 1 + 2 files changed, 2 insertions(+) commit 579bc9a8900a1cab38c1eb251c4fd8d2e5d3b146 Author: Gwenole Beauchesne Date: Mon Jun 25 17:42:10 2012 +0200 backend: fix incorrect property ID (referrer). Fix typo in PROP_REFERRER name. https://bugzilla.gnome.org/show_bug.cgi?id=678796 src/backend/bacon-video-widget-gst-0.10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a824982d08d2f82f2b40918efaf355471cd5f35a Author: Bastien Nocera Date: Wed Jun 20 21:24:13 2012 +0100 thumbnailer: Exit as soon as we have an error Rather than waiting for the thumbnailer to timeout. src/totem-video-thumbnailer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 084edce84d8bfd2c2157adf501d47a97cf553d1e Author: Bastien Nocera Date: Thu Jun 21 11:10:07 2012 +0100 thumbnailer: Fix error message mentioning audio preview src/totem-video-thumbnailer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1656a3439c06bbec6e0e36110fef67bba1120bc8 Author: Bastien Nocera Date: Fri Jun 22 18:58:58 2012 +0100 backend: Fix incorrect property_id usage Referer was using the user-agent property ID src/backend/bacon-video-widget-gst-0.10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b9058a358804474aacb4ceecc8cbdb92c3572b7 Author: Pavel Vasin Date: Fri Jun 8 15:43:36 2012 +0400 browser-plugin: fix memory leak in NP_GetMIMEDescription browser-plugin/totemPluginGlue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 106b8dcb87ad3ec8fab4ca7865b1c01bd2aa7f29 Author: Bastien Nocera Date: Fri May 25 14:34:04 2012 +0100 main: Fix sidebar related warnings on startup When the last used sidebar was from a plugin, we would try and set it before the plugins were loaded. src/totem-object.c | 2 +- src/totem-sidebar.c | 7 +------ src/totem-sidebar.h | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-)