mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
tools/gst-launch.1.in: Fix description of how to specify a type in caps. Fixes #553873.
Original commit message from CVS: * tools/gst-launch.1.in: Fix description of how to specify a type in caps. Fixes #553873. Also ranges and list contain values and not property-assignments.
This commit is contained in:
parent
55eff82256
commit
38077f85ab
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-12-09 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* tools/gst-launch.1.in:
|
||||||
|
Fix description of how to specify a type in caps. Fixes #553873.
|
||||||
|
Also ranges and list contain values and not property-assignments.
|
||||||
|
|
||||||
2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* plugins/elements/gsttee.c: (gst_tee_handle_buffer):
|
* plugins/elements/gsttee.c: (gst_tee_handle_buffer):
|
||||||
|
|
|
@ -162,9 +162,9 @@ If you want to chain caps, you can add more caps in the same format afterwards.
|
||||||
|
|
||||||
.B Properties
|
.B Properties
|
||||||
|
|
||||||
NAME\fI[:TYPE]\fR=VALUE
|
NAME=\fI[(TYPE)]\fRVALUE
|
||||||
.br
|
.br
|
||||||
in lists and ranges: [TYPE=]VALUE
|
in lists and ranges: \fI[(TYPE)]\fRVALUE
|
||||||
|
|
||||||
Sets the requested property in capabilities. The name is an alphanumeric value
|
Sets the requested property in capabilities. The name is an alphanumeric value
|
||||||
and the type can have the following case-insensitive values:
|
and the type can have the following case-insensitive values:
|
||||||
|
@ -190,9 +190,9 @@ Integer values must be parsable by \fBstrtol()\fP, floats by \fBstrtod()\fP. FOU
|
||||||
either be integers or strings. Boolean values are (case insensitive) \fIyes\fR,
|
either be integers or strings. Boolean values are (case insensitive) \fIyes\fR,
|
||||||
\fIno\fR, \fItrue\fR or \fIfalse\fR and may like strings be escaped with " or '.
|
\fIno\fR, \fItrue\fR or \fIfalse\fR and may like strings be escaped with " or '.
|
||||||
.br
|
.br
|
||||||
Ranges are in this format: [ PROPERTY, PROPERTY ]
|
Ranges are in this format: [ VALUE, VALUE ]
|
||||||
.br
|
.br
|
||||||
Lists use this format: ( PROPERTY \fI[, PROPERTY ...]\fR )
|
Lists use this format: ( VALUE \fI[, VALUE ...]\fR )
|
||||||
|
|
||||||
.SH "PIPELINE CONTROL"
|
.SH "PIPELINE CONTROL"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue