commit 68c1fff62b02d3919253e0bc8ce829596134c2ad Author: Bastien Nocera Date: Tue Sep 18 11:54:26 2012 +0200 3.5.92 NEWS | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit 32a2a3dffc96d46b539fb7dfaaa48c49ea16560b Author: Bastien Nocera Date: Tue Sep 18 12:06:10 2012 +0200 backend: Remove obsolete gst_message_parse_duration() src/backend/bacon-video-widget.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) commit 60c73b30d22940b80b7f90cd6d70f5fe6c63003f Author: Olivier Blin Date: Fri Sep 7 19:45:26 2012 +0200 browser-plugin: really use GtkMenuButton TotemMenuButton does not exist, regression introduced in commit 0cfb7fe90f4bfa83b87442473605e24ebb744367 https://bugzilla.gnome.org/show_bug.cgi?id=683429 data/mozilla-viewer.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c7ccc8559bf02c59e6f0cf19bc104f4b6769b556 Author: Olivier Blin Date: Fri Sep 7 19:47:40 2012 +0200 browser-plugin: Register the types used by UI files https://bugzilla.gnome.org/show_bug.cgi?id=683429 browser-plugin/totem-plugin-viewer.c | 4 ++++ 1 file changed, 4 insertions(+) commit 6712da5c1b7f5543ef9fec76a4e5b08decd7c88d Author: Tim-Philipp Müller Date: Mon Sep 10 11:13:58 2012 +0100 bacon-video-widget: fix wrong argument passed to g_object_unref src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7982b9f1a6aaf422b62aea20a51762ef798a5a7e Author: Bastien Nocera Date: Wed Sep 5 19:58:47 2012 +0100 build: Rename some variable for GStreamer 1.0 configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit b3be7caac003858849fb42cc727aab306685f96a Author: Philip Withnall Date: Mon Sep 3 22:38:04 2012 +0100 build: Update git.mk from upstream Update to the latest version from https://github.com/behdad/git.mk. This adds support for yelp.m4, which we need since bug #681643 was fixed. git.mk | 75 ++++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 23 deletions(-) commit 0b5db26a18218d011ad2006357a55ab53afd7116 Author: Philip Withnall Date: Mon Sep 3 22:33:51 2012 +0100 main: Remove documentation lists from ‘About’ dialogue totem-docs.h is no longer generated by the documentation build, since the new Yelp help macros don’t support it. See: https://bugzilla.gnome.org/show_bug.cgi?id=681643 src/totem-menu.c | 2 -- 1 file changed, 2 deletions(-) commit ce1ba06d29df5f3b132ad31d5788dfb581085b0e Author: Bastien Nocera Date: Thu Aug 30 14:49:00 2012 +0100 gst: Simplify helpers Based on work by Tim-Philipp Müller for sushi. src/gst/totem-gst-pixbuf-helpers.c | 58 ++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 34 deletions(-) commit 0d59263475e1bd1415bc344c4602d62855d53ee5 Author: Adrian Bunk Date: Thu Aug 30 00:10:45 2012 +0300 remove the .cvsignore file No longer needed after the switch to git. https://bugzilla.gnome.org/show_bug.cgi?id=682992 .cvsignore | 30 ------------------------------ 1 file changed, 30 deletions(-) commit e658c2ea1fa4ca3321e722eaa532bc53052c43b3 Author: Rico Tzschichholz Date: Sat Aug 25 20:51:29 2012 +0200 backend: Fix duration conversion passed though GST_MESSAGE_DURATION The duration is passed in nano-seconds from gstreamer to convert it corretly using GST_MSECOND src/backend/bacon-video-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fa7dfeed3b4ac552d833ec5278b9b673f2d8d8e Author: Pavel Vasin Date: Sat Aug 25 11:20:15 2012 +0400 properties: fix string leaks Closes: https://bugzilla.gnome.org/show_bug.cgi?id=682649 src/totem-properties-view.c | 2 ++ 1 file changed, 2 insertions(+) commit ed2508222f3b29176af1792bfa5ed5759a395798