After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 515982 - Reading DVD from disc doesn't work as expected
Reading DVD from disc doesn't work as expected
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
: 555012 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-02-12 11:13 UTC by Bastien Nocera
Modified: 2008-10-07 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-02-12 11:13:18 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.
Comment 1 Sebastien Bacher 2008-02-19 17:35:06 UTC
the behaviour is the same when a DVD is insered in the drive
Comment 2 Bastien Nocera 2008-02-19 22:04:52 UTC
That'd be because nautilus passes the mount point's path to totem, and not the device as gnome-volume-manager used to do.
Comment 3 Bastien Nocera 2008-08-29 10:15:38 UTC
Will be fixed in 2.26, using the GStreamer resindvd plugin.
Comment 4 Bastien Nocera 2008-10-04 18:43:50 UTC
*** Bug 555012 has been marked as a duplicate of this bug. ***
Comment 5 Bastien Nocera 2008-10-07 15:46:46 UTC
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)