GNOME Bugzilla – Bug 752655
qtdemux: support 'subt' subtype for subtitle tracks
Last modified: 2015-08-16 13:39:29 UTC
When testing the mpd below that contains subtitle data, crash occurs.
Created attachment 307794 [details] [review] A patch to support fourcc_subt
@matej.knopp@gmail.com
@matej.knopp@gmail.com, please take a look at this simple change. Thanks.
Yes, but it should also not crash if the subtype is not supported. Could you provide a stack trace?
Created attachment 307822 [details] [review] Support subtitle when track subtype is fourcc_subt
Oh.. My bad! The crash did not come from upstream qtdemux, but from my own system. However, the track subtype of this mpd (http://rdmedia.bbc.co.uk/dash/ondemand/elephants_dream/1/client_manifest-all.mpd) is observed as "subt", so we may still need to consider this change. I revised the commit message and uploaded as new patch.
Pushed, thanks: commit 3740e69957a6cac7b7e9dae992e04335f966213a Author: Paul Hyunil <paul.hyunil@lge.com> Date: Thu Jul 16 09:32:36 2015 +0900 qtdemux: Support subtitle when track subtype is fourcc_subt https://bugzilla.gnome.org/show_bug.cgi?id=752655