[Bug 653768] inline HTML subtitle parser plugin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 10 12:31:50 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=653768
  GStreamer | gst-plugins-bad | git

Arnaud Vrac <rawoul> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Arnaud Vrac <rawoul at gmail.com> 2011-07-10 19:31:48 UTC ---
This element was useful with subtitles embedded in MKV files, and I just found
out they are actually in the SubRip format, the text/plain format is the output
of matroskademux.

SubRip format can have the following tags:
<b>
<i>
<u>
<s>
<font color="#xxxxxx">

The subparse element handles <b>, <i>, <u> and <s>. The matroskademux element
handles <b>, <i>, <u>, <s> and <span> tags since 74e0c05ff7d2270494d. So my
plugin is actually not needed, only font color support is missing in these
elements.

Sorry for my lack of research, I am closing the issue.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list