GNOME Bugzilla – Bug 515982
Reading DVD from disc doesn't work as expected
Last modified: 2008-10-07 15:46:46 UTC
When reading a DVD image from the disk, we only get dvd://<path> added to the playlist, and not the list of titles it should. We should tag the playlist entry as needing expansion, which could also be useful for other types of playlists.
the behaviour is the same when a DVD is insered in the drive
That'd be because nautilus passes the mount point's path to totem, and not the device as gnome-volume-manager used to do.
Will be fixed in 2.26, using the GStreamer resindvd plugin.
*** Bug 555012 has been marked as a duplicate of this bug. ***
2008-10-07 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_get_mrls): Require rsndvdbin for DVD playback, as that does handle menus (Closes: #515982)