GNOME Bugzilla – Bug 576552
[subparse] post GST_TAG_SUBTITLE_CODEC tags
Last modified: 2009-06-11 21:35:23 UTC
i tried getting the caps of the pad that i got with get-text-pad in async, but there is no information about the streams available. we would like to know what format the subtitles are in (srt / ssa / plain text / whatever) Other information:
I think it involves adding some tags to the subtitle parsers with this info.
sounds reasonable
Should be fixed now, at least for -base: commit 9ca2bf36def6124d6a56ea182505a8df2872f4fa Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Thu Jun 11 22:32:28 2009 +0100 subparse, ogmparse: post tags with GST_TAG_SUBTITLE_CODEC Make subtitle parsers post a taglist with codec tags, so the application knows what kind of subtitle a subtitle stream is. Fixes #576552.