mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Fix typos
This commit is contained in:
parent
4e9bedcde8
commit
2034fb11d9
2 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ main (int argc, gchar ** argv)
|
||||||
"video/webm:video/x-vp8|<presence>:audio/x-vorbis\n",
|
"video/webm:video/x-vp8|<presence>:audio/x-vorbis\n",
|
||||||
"properties-values"},
|
"properties-values"},
|
||||||
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
|
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
|
||||||
"Let you set a scanrio, it will override the GST_QA_SCENARIO "
|
"Let you set a scenario, it will override the GST_QA_SCENARIO "
|
||||||
"environment variable", NULL},
|
"environment variable", NULL},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
|
@ -50,7 +50,7 @@ main (int argc, gchar ** argv)
|
||||||
|
|
||||||
GOptionEntry options[] = {
|
GOptionEntry options[] = {
|
||||||
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
|
{"set-scenario", '\0', 0, G_OPTION_ARG_STRING, &scenario,
|
||||||
"Let you set a scanrio, it will override the GST_QA_SCENARIO "
|
"Let you set a scenario, it will override the GST_QA_SCENARIO "
|
||||||
"environment variable", NULL},
|
"environment variable", NULL},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue