[gstreamer-bugs] [Bug 169936] [PATCH] [subparse] support for SAMI subtitles

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 11 18:24:16 PDT 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-base | Ver: HEAD CVS





------- Comment #27 from Young-Ho Cha  2006-05-12 01:24 UTC -------
this is answers for above questions.

(a) there is two FIXME for ruby markup rendering.
they will be reimplemented after close bug 322391

(b) each member means..

buf : buffer for collect content

rubybuf : buffer for collect ruby content

resultbuf :
when open next 'sync' tag, move from buf for avoid to append next content 

has_result : flag for ready to push 

state: in many sami files, many tags are not closed.
so when open tag, parser will append tag flag in state member, 
and when open next "sync" tag, close opened tag force.
see sami_context_push_state() and sami_context_pop_state()

htmlctxt: html parser context

in_title : flag for avoid to append title content to buf

time1: previous start attribute in sync tag

time2: current start attribute in sync tag


-- 
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