mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Allow more characters to be recognized as caps characters
Original commit message from CVS: Allow more characters to be recognized as caps characters
This commit is contained in:
parent
503f38da70
commit
003a59c4f3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ _binref {_identifier}[[:space:]]*"."[[:space:]]*"("
|
|||
/* links */
|
||||
_mimechar ([[:alnum:]-])
|
||||
_mimetype ({_mimechar}+"/"{_mimechar}+)|("\""([^\"]|"\\\"")*"\"")|("'"([^']|"\\\"")*"'")
|
||||
_capschar ("\\".)|([^[:space:]\;!\,\(\)\]\[])
|
||||
_capschar ("\\".)|([^\;!])
|
||||
_capsstring {_capschar}+|("\""([^\"]|"\\\"")*"\"")|("'"([^']|"\\\"")*"'")
|
||||
_caps {_mimetype}(","[^!]|{_capsstring})*
|
||||
_link ("!"[[:space:]]*{_caps}([[:space:]]*";"[[:space:]]*{_caps})*[[:space:]]*"!")|("!")
|
||||
|
|
Loading…
Reference in a new issue