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 576552 - [subparse] post GST_TAG_SUBTITLE_CODEC tags
[subparse] post GST_TAG_SUBTITLE_CODEC tags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-24 11:30 UTC by Andreas Frisch
Modified: 2009-06-11 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Frisch 2009-03-24 11:30:57 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:
Comment 1 Wim Taymans 2009-03-24 14:41:44 UTC
I think it involves adding some tags to the subtitle parsers with this info.
Comment 2 Andreas Frisch 2009-03-24 15:33:56 UTC
sounds reasonable
Comment 3 Tim-Philipp Müller 2009-06-11 21:35:23 UTC
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.