mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
validate: fix grammar on subtitle-file action description
This commit is contained in:
parent
a458dfadfb
commit
6a990a2a71
1 changed files with 2 additions and 2 deletions
|
@ -273,8 +273,8 @@ _register_playbin_actions (void)
|
||||||
{NULL}
|
{NULL}
|
||||||
},
|
},
|
||||||
"Action to set a subtitle file to use on a playbin pipeline.\n"
|
"Action to set a subtitle file to use on a playbin pipeline.\n"
|
||||||
"The subtitles file that will be used should will be specified\n"
|
"The subtitles file that will be used should be specified\n"
|
||||||
"relatively to the playbin URI in use thanks to the subtitle-file\n"
|
"relative to the playbin URI in use thanks to the subtitle-file\n"
|
||||||
"action property. You can also specify a folder with subtitle-dir\n"
|
"action property. You can also specify a folder with subtitle-dir\n"
|
||||||
"For example if playbin.uri='file://some/uri.mov\n"
|
"For example if playbin.uri='file://some/uri.mov\n"
|
||||||
"and action looks like 'set-subtitle, subtitle-file=en.srt'\n"
|
"and action looks like 'set-subtitle, subtitle-file=en.srt'\n"
|
||||||
|
|
Loading…
Reference in a new issue