Fix typos
This commit is contained in:
parent
4e9bedcde8
commit
2034fb11d9
@ -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…
x
Reference in New Issue
Block a user