ges: Fixed typos found in the ges-launch-1.0 --help-GES section

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7643>
This commit is contained in:
tomaszmi 2024-10-10 11:08:06 -04:00 committed by GStreamer Marge Bot
parent 59b714edc3
commit f77628a598

View file

@ -170,7 +170,7 @@ static GESCommandLineOption options[] = {
{
"inpoint", "i", GST_TYPE_CLOCK_TIME, NULL,
"Implies that the effect has 'internal content'"
"(see [ges_track_element_set_has_internal_source](ges_track_element_set_has_internal_source))",
" (see [ges_track_element_set_has_internal_source](ges_track_element_set_has_internal_source)).",
},
{
"name", "n", 0, "child-name",
@ -276,16 +276,16 @@ static GESCommandLineOption options[] = {
.synopsis="<property name>",
.description="Adds keyframes for the specified property in the form:\n\n",
.examples=" ges-launch-1.0 +test-clip blue d=1.0 +keyframes posx 0=0 1.0=1280 t=direct-absolute +k posy 0=0 1.0=720 t=direct-absolute\n\n"
"This add a testclip that will disappear in the bottom right corner",
"This adds a testclip that will appear in the bottom right corner",
.properties={
{"property-name", 0, 0, NULL, NULL},
{
"binding-type", "t", 0, NULL,
"The type of binding to use, eg. 'direct-absolute', 'direct'"
"The type of binding to use, eg. 'direct-absolute', 'direct'."
},
{
"interpolation-mode", "m", 0, NULL,
"The GstInterpolationMode to user."
"The GstInterpolationMode to use."
},
{
"...", 0, 0, NULL,
@ -301,12 +301,12 @@ static GESCommandLineOption options[] = {
.synopsis="<property name> <value>",
.description="Set a property on the last added element."
" Any child property that exists on the previously added element"
" can be used as <property name>"
"By default, set-<property-name> will lookup the property on the last added"
"object.",
" can be used as <property name>."
" By default, set-<property-name> will lookup the property on the last added"
" object.",
.examples=" ges-launch-1.0 +clip /path/to/media set-alpha 0.3\n\n"
"This will set the alpha property on \"media\" then play it back, assuming \"media\""
"contains a video stream.\n\n"
" contains a video stream.\n\n"
" ges-launch-1.0 +clip /path/to/media +effect \"agingtv\" set-dusts false\n\n"
"This will set the \"dusts\" property of the agingtv to false and play the\n"
"timeline back.",