GNOME Bugzilla – Bug 604131
Totem can no longer open Matroska files that hold ASS subtitles
Last modified: 2010-03-05 23:51:58 UTC
Created attachment 149396 [details] Bugtrace I am using gstreamer git and Totem becomes mostly unresponsive while trying to load any video.
BTW, this is only happening with mkv files. might have something to do with the new code for gstassrender and embedded fonts.
Seems to be working after I enabled restarting X. Enabling the GLSL on my i945 may have made a difference too.
Disregard my last. The bug is back. Also, here's a debug log.
Created attachment 149399 [details] Debug log
Do you have the same problem using gst-launch?
Provided that I use the proper parameters, no.
Is there any other info I should provide?
BTW, here's a sample file: http://www.megaupload.com/?d=TVFH66Q3 It's a mkv with embedded fonts and an ASS subtitle script that calls upon said fonts.
Created attachment 150037 [details] Better debug log
I'd like to point out that prior to 0.25.10.1, matroska files would load fine, albeit with improper subtitle styling. 0.25.10.1 broke matroska+ass loading in Totem entirely.
Do note that playbin2 does not load assrender and as such can no longer load matroska files that contain subtitles. Here's what is required to properly load matroska files that contain subtitles: gst-launch filesrc location=[gg]_Umineko_no_Naku_Koro_ni_-_23_[1F55F7E5].mkv ! matroskademux name=v v.subtitle_00 ! queue ! sub. v.video_00 ! queue ! decodebin ! ffmpegcolorspace ! assrender name=sub ! ffmpegcolorspace ! videoscale ! xvimagesink v.audio_00 ! queue ! decodebin ! pulsesink
Ignore my conjecture for the last few comments.
So is this still a problem with the current pre-releases (of -base and -bad) then?
To the best of my knowledge, this issue is resolved.