[gstreamer-bugs] [Bug 169936] [PATCH] subtitle parser in gstreamer plugin is not support SAMI subtitle.
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Jan 12 04:38:07 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=169936
GStreamer | gst-plugins | Ver: 0.8.8
Andy Wingo changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wingo at pobox.com
------- Comment #13 from Andy Wingo 2006-01-12 12:38 UTC -------
Wouldn't it be better to use libxml's HTML parser? I would think you could use
htmlCreatePushParserCtxt from
http://xmlsoft.org/html/libxml-HTMLparser.html#htmlCreatePushParserCtxt to make
a SAX reader. Then you would use htmlParseChunk on sucessive blocks of the
input stream to push data into the parser. A SAX handler would be installed
(the first arg of htmlCreatePushParserCtxt), that would push out buffers. Given
the complexity of this format I'd be very suspicious of a homemade parser.
--
Configure bugmail: http://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