mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
man: Fix syntax for value lists in caps strings
Value lists use curly brackets instead of parentheses https://bugzilla.gnome.org/show_bug.cgi?id=684293
This commit is contained in:
parent
945e0d2be9
commit
771d061658
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ either be integers or strings. Boolean values are (case insensitive) \fIyes\fR,
|
|||
.br
|
||||
Ranges are in this format: [ VALUE, VALUE ]
|
||||
.br
|
||||
Lists use this format: ( VALUE \fI[, VALUE ...]\fR )
|
||||
Lists use this format: { VALUE \fI[, VALUE ...]\fR }
|
||||
|
||||
.SH "PIPELINE EXAMPLES"
|
||||
|
||||
|
|
Loading…
Reference in a new issue