[Bug 753480] matroskademux: text/x-raw subtitle tracks ouputs are escaped

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 14 05:29:14 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753480

--- Comment #4 from Emmauel Bouillot <emmanuel.bouillot at openwide.fr> ---
The problem is that we would like to get the exact same text stream on the
demuxer output than the one sent on the muxer input. Escaping the text modify
it.

Moreover, if the text is already escaped, it will be escaped a second time

In [4]: GLib.markup_escape_text("<foo>")
Out[4]: '<foo>'
In [5]: GLib.markup_escape_text("<foo>")
Out[5]: '&lt;foo&gt;'

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