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 594222 - DVD title and chapter missing or wrong in title bar and playlist browser
DVD title and chapter missing or wrong in title bar and playlist browser
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
Depends on:
Blocks:
 
 
Reported: 2009-09-05 11:10 UTC by freggy1
Modified: 2010-12-13 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix title changes when the DVD chapters change. (2.89 KB, patch)
2010-12-12 11:31 UTC, Jan Schmidt
none Details | Review

Description freggy1 2009-09-05 11:10:14 UTC
When I start playing a DVD, Totem sometimes displays cdrom2 in the title bar and playlist browser instead of the DVD title (/mnt/cdrom2 is the mount point of this drive). I have also seen "Title 0" on the same disc. In Totem's "Movie" menu, the disc title is always shown correctly.

When it progresses to a new chapter while viewing the movie, the text seems to be set correctly (e.g. it shows: Title 2, Chapter 10, Home), however, when I click the next chapter button, the chapter number in the title bar is never updated.

lib64gstreamer0.10_0.10-0.10.24-1mdv2010.0
lib64gstreamer-plugins-base0.10-0.10.24-1mdv2010.0
gstreamer0.10-plugins-ugly-0.10.12-4plf2010.0
gstreamer0.10-plugins-bad-0.10.14-1plf2010.0
gstreamer0.10-plugins-good-0.10.16-1mdv2010.0
totem-2.27.2-1mdv2010.0
Comment 1 Bastien Nocera 2009-11-18 18:38:00 UTC
All this information is supposed to be provided by the resin DVD plugin.
Comment 2 Felipe Besoaín Pino 2010-09-28 18:01:57 UTC
This bug was reported against a version which is not supported any more. Developers are no longer working on this version so there will not be any bug fixes for it.
Can you please check again if the issue you reported here still happens in a recent version of GNOME and update this report by adding a comment and adjusting the 'Version' field?

Again thank you for reporting this and sorry that it could not be fixed for the version you originally used here.

Without feedback this report will be closed as INCOMPLETE after 6 weeks.
Comment 3 Felipe Besoaín Pino 2010-11-14 02:49:28 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!
Comment 4 Jan Schmidt 2010-12-12 11:31:10 UTC
Created attachment 176275 [details] [review]
Fix title changes when the DVD chapters change.

Remove the 'force' argument from totem_playlist_set_title,
as we want to update the custom title whenever the metadata changes,
making all calls to totem_playlist_set_title need force == TRUE anyway.

Fixes updating the playlist label and window title when DVDs switch
chapters or jump into/out of the menu, broken in 71eacd.

See