mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")
Original commit message from CVS: allow colons in indentifier names (for jack: " ... !alsa_pcm:out_1 jacksink")
This commit is contained in:
parent
c6446629ef
commit
24b89ebfd6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ _integer [[:digit:]]+
|
|||
_double [[:digit:]]+"."*[[:digit:]]*
|
||||
_number {_integer}|{_double}
|
||||
_boolean "true"|"false"|"TRUE"|"FALSE"
|
||||
_identifier [[:alpha:]][[:alnum:]\-_%]*
|
||||
_identifier [[:alpha:]][[:alnum:]\-_%:]*
|
||||
_lconnection ({_identifier}\.)?{_identifier}!
|
||||
_rconnection !({_identifier}\.)?{_identifier}
|
||||
_bconnection ({_identifier}\.)?{_identifier}!({_identifier}\.)?{_identifier}
|
||||
|
|
Loading…
Reference in a new issue