parse: don't unescape inside quotes
authorMiguel Angel Cabrera Moya <madmac2501@gmail.com>
Wed, 20 Apr 2011 20:52:36 +0000 (22:52 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 14 May 2011 09:39:34 +0000 (11:39 +0200)
commitf450817d7f3a1dc46d481f7a2285fa0fb451132f
tree47ab4f150cf817c0100f4380b5f6ffebf6f5b73f
parentf07b637d86ef502305a7b8ed0ba7dd3844ef92cd
parse: don't unescape inside quotes

Escaped characters inside quoted strings are supposed to be unescaped by
deserialization functions, not by parsing functions.

https://bugzilla.gnome.org/show_bug.cgi?id=648025
gst/parse/types.h
tests/check/pipelines/parse-launch.c