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, "inpoint", "i", GST_TYPE_CLOCK_TIME, NULL,
"Implies that the effect has 'internal content'" "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", "name", "n", 0, "child-name",
@ -276,16 +276,16 @@ static GESCommandLineOption options[] = {
.synopsis="<property name>", .synopsis="<property name>",
.description="Adds keyframes for the specified property in the form:\n\n", .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" .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={ .properties={
{"property-name", 0, 0, NULL, NULL}, {"property-name", 0, 0, NULL, NULL},
{ {
"binding-type", "t", 0, 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, "interpolation-mode", "m", 0, NULL,
"The GstInterpolationMode to user." "The GstInterpolationMode to use."
}, },
{ {
"...", 0, 0, NULL, "...", 0, 0, NULL,
@ -301,7 +301,7 @@ static GESCommandLineOption options[] = {
.synopsis="<property name> <value>", .synopsis="<property name> <value>",
.description="Set a property on the last added element." .description="Set a property on the last added element."
" Any child property that exists on the previously added element" " Any child property that exists on the previously added element"
" can be used as <property name>" " can be used as <property name>."
" By default, set-<property-name> will lookup the property on the last added" " By default, set-<property-name> will lookup the property on the last added"
" object.", " object.",
.examples=" ges-launch-1.0 +clip /path/to/media set-alpha 0.3\n\n" .examples=" ges-launch-1.0 +clip /path/to/media set-alpha 0.3\n\n"