rtpulpfecdec,enc: unbreak plugin gtk-doc build in autotools
authorTim-Philipp Müller <tim@centricular.com>
Tue, 9 Apr 2019 22:51:22 +0000 (23:51 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 9 Apr 2019 22:58:30 +0000 (23:58 +0100)
commitc6c3bed09576c67c3c4d1b3b2cf0aa26d944aaea
treeaefdc1f6a22e8f843be6398c916e4f03d4db0c91
parent61c1385c42301b116e444948d6118a10a2c584e5
rtpulpfecdec,enc: unbreak plugin gtk-doc build in autotools

Fix doc chunks to not use that syntax for links that have the
url as description, it will be put verbatim into the xml/*.xml
file and then the expat parser will throw a syntax error like:

  File "../../common/mangle-db.py", line 71, in <module>
    main()
  File "../../common/mangle-db.py", line 69, in main
    patch (details.replace("-details", ""), os.path.basename(details))
  File "../../common/mangle-db.py", line 20, in patch
    doc = xml.dom.minidom.parse(related)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1918, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
    parser.Parse(buffer, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 84, column 7
gst/rtp/gstrtpulpfecdec.c
gst/rtp/gstrtpulpfecenc.c