~vcs-imports/totem/+git/totem:gnome-3-4

Last commit made on 2015-05-21
Get this branch:
git clone -b gnome-3-4 https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

Name:
gnome-3-4
Repository:
lp:~vcs-imports/totem/+git/totem

Recent commits

47bf35e... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

de15c8d... by Nilamdyuti Goswami

Assamese translation reviewed

90e8a21... by Nilamdyuti Goswami

Assamese translation reviewed

b9d77c8... by Nilamdyuti Goswami

Assamese translation reviewed

5ea9245... by Nilamdyuti Goswami

Assamese translation reviewed

a3c6a2c... by Bastien Nocera

main: Fix drag'n'drop ordering on the playlist

Since made the processing of playlists asynchronous, adding files
to the playlist didn't insert them at the position we told them to,
because the ->tree_path used to check where to insert it was freed
before we had any chance to process the added MRLs.

https://bugzilla.gnome.org/show_bug.cgi?id=663951

8361297... by Bastien Nocera

backend: Make sure dvdreadsrc never gets used

resindvd isn't ported to GStreamer 1.0 yet, and dvdreadsrc is
not something we want users to think is the DVD playback experience
of Totem.

Remove dvdreadsrc from the plugin registry so it's never auto-plugged
when looking for a dvd:// handler.

Conflicts:
 src/backend/bacon-video-widget-gst-missing-plugins.c

2db9c89... by Rico Tzschichholz

Revert "Honor aclocal flags"

This reverts commit 6b3f4f5f88f850578065251762cd7258f837c2b1.

6dc6ced... by Bastien Nocera

3.4.3

c6c7d97... by Bastien Nocera

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