GNOME Bugzilla – Bug 316836
totem no longer detects varios languages.
Last modified: 2006-01-22 13:10:27 UTC
This bug has been been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=15437 "... with divx films with 2 audio streams doesn't work. I've launched tomtem with the --debug option. I'm attaching the output. http://bugzilla.ubuntu.com/attachment.cgi?id=3810 totem --debug --play output ... > This bug is quite confusing. What version of totem do you use and what issue do you get. If you have different issues please open differents bugs and descriptions one of them here ... I'm using breezy. totem 1.2.0 with totem-xine (lastest in repo). The bug is simple: when I load a divx file with 2 audio streams, totem doesn't detect them & plays the video with the default stream. The language menu in totem is disabled."
It's probably never worked with DivX files. This is really a bug in xine-lib, but please provide a test file (one with 2 audio tracks).
Comment from the reporter: I'm downloading a cd iso from http://www.divxtest.com This site appears to have a divx cd with varios files with various streams & subtitles to see if they work with home cinema dvd-divx players. ... Ok, I've finished downloading the divx test cd. This cd comes with a folder called 08_BivX. Inside this folder there are varios short divx movies with multiple audio streams. I have a home dvd with divx support. This player correctly detects the different audio streams & I can select them (the sample files are in english & french) Totem doesn't detect them & only the english stream is reproduced. Again, using lastest breezy up to date with totem-xine since gstreamer doesn't work very well with many of my divx/xvid files.
*** Bug 317220 has been marked as a duplicate of this bug. ***
Downloaded the test ISO, will need to see whether it's a xine-lib or Totem bug.
The same bug occurs with ogm files containing multiple audio and subtitle streams. totem-gstreamer and xine-ui don't have this problem, neither did totem-xine 1.0. I am using Totem 1.2.1
The duplicate error message removal code is eating the channels-changed signals. Not good.
2006-01-22 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_sort_queue), (xine_try_error), (bacon_video_widget_get_subtitles): sort the queue before parsing it to avoid non-messages, and non-errors to be dropped from the queue (Closes: #316836), MAX_SPU at 1 means that we have one subtitle * src/totem-video-thumbnailer.c: (main): fix GTK+-only compilation Works with the bgc.sub.dub.ogm test file.