[gstreamer-bugs] [Bug 616936] [matroskademux] Incorrect display of subtitles with markup
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 23 03:22:09 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=616936
GStreamer | gst-plugins-good | git
--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-23 10:22:02 UTC ---
Maybe something like this would be enough:
init stream->seen_tag to FALSE and then:
stream->seen_tag = stream->seen_tag || check_if_subtitle_chunk_has_tag (txt);
if (!stream->seen_tag)
xyz = g_markup_escape_text (txt);
?
--
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