[gstreamer-bugs] [Bug 616936] [matroskademux] Incorrect display of subtitles with markup

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 23 02:30:13 PDT 2010


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

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-23 09:30:10 UTC ---
If we re-label plain text as markup, then we need to make sure & < > etc. are
escaped properly (g_markup_*() utility functions). So I guess we'd need to
check if there are tags in the text; if yes, then we can just assume everything
is fine, if not we have to check if there are chars that need to be escaped
that aren't escaped yet, or something.

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