[gstreamer-bugs] [Bug 590667] caps parsing regressions.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Aug 3 12:22:39 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=590667

  GStreamer | gstreamer (core) | Ver: 0.10.24




------- Comment #3 from Wim Taymans  2009-08-03 19:22 UTC -------
I think it used to escape all inside the first string (and second string) and
then when parsing the second string, if would correctly escape the = because it
was escaped twice. With current git it somehow manages to escape too much.

I think the rules would be something like this:

foo=   ->  "foo\="
a b"foo\="=  ->  "a\ b\"foo\=\"\=", don't escape inside string, count
open/close
                            quotes

and back:

"a\ b\"foo\=\"\=" -> unescape, don't go inside nested string, ie, count open
and
                     close "


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=590667.




More information about the Gstreamer-bugs mailing list