[Bug 750852] dashdemux: id at RepresentationType should be StringNoWhitespaceType but accepts spaces
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 6 06:44:17 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750852
--- Comment #4 from Florin Apostol <florin.apostol at oregan.net> ---
I did not find anything about escaping the template.
The definition for StringNoWhitespaceType is:
<!-- String without white spaces -->
<xs:simpleType name="StringNoWhitespaceType">
<xs:restriction base="xs:string">
<xs:pattern value="[^\r\n\t \p{Z}]*"/>
</xs:restriction>
</xs:simpleType>
The pattern excludes spaces (tabs, new lines, etc) and any other type of
delimiters (\p[{Z}).
I think the parser should check the id field for those and reject the
representation if the id is not properly formatted. Failure to do so might lead
to difficult to debug bugs later on.
--
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