After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343303 - [subparse] workaround for bad entities in sami parser
[subparse] workaround for bad entities in sami parser
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-29 16:29 UTC by Young-Ho Cha
Modified: 2006-07-11 22:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch for workaround about invalid entities (1.87 KB, patch)
2006-05-29 16:31 UTC, Young-Ho Cha
committed Details | Review

Description Young-Ho Cha 2006-05-29 16:29:07 UTC
Many sami builders allow "&" and "&nbsp".

so sami parser in subparse element meets error.

It needs some workarounds.
Comment 1 Young-Ho Cha 2006-05-29 16:31:39 UTC
Created attachment 66418 [details] [review]
patch for workaround about invalid entities

patch for translating "&" to "&" and "&nbsp" to " "
Comment 2 Tim-Philipp Müller 2006-06-10 18:25:53 UTC
Committed, thanks:

 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Young-Ho Cha  <ganadist at chollian net>

        * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
          Fix up broken entities before passing them to libxml *sigh*.
          (#343303).