mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-16 21:28:57 +00:00
validate: spelling fixes
analize != analyze
This commit is contained in:
parent
9ea5df9c98
commit
de40a24b8f
2 changed files with 5 additions and 5 deletions
|
@ -457,7 +457,7 @@ bus_callback (GstBus * bus, GstMessage * message,
|
|||
}
|
||||
|
||||
static gboolean
|
||||
_run_frame_analisis (GstMediaDescriptorWriter * writer,
|
||||
_run_frame_analysis (GstMediaDescriptorWriter * writer,
|
||||
GstValidateRunner * runner, const gchar * uri)
|
||||
{
|
||||
GstBus *bus;
|
||||
|
@ -466,7 +466,7 @@ _run_frame_analisis (GstMediaDescriptorWriter * writer,
|
|||
|
||||
GstElement *uridecodebin = gst_element_factory_make ("uridecodebin", NULL);
|
||||
|
||||
writer->priv->pipeline = gst_pipeline_new ("frame-analisis");
|
||||
writer->priv->pipeline = gst_pipeline_new ("frame-analysis");
|
||||
|
||||
monitor =
|
||||
gst_validate_monitor_factory_create (GST_OBJECT_CAST (writer->
|
||||
|
@ -569,7 +569,7 @@ gst_media_descriptor_writer_new_discover (GstValidateRunner * runner,
|
|||
|
||||
|
||||
if (full == TRUE)
|
||||
_run_frame_analisis (writer, runner, uri);
|
||||
_run_frame_analysis (writer, runner, uri);
|
||||
|
||||
out:
|
||||
if (info)
|
||||
|
|
|
@ -55,7 +55,7 @@ main (int argc, gchar ** argv)
|
|||
&output_file, "The output file to store the results",
|
||||
NULL},
|
||||
{"full", 'f', 0, G_OPTION_ARG_NONE,
|
||||
&full, "Fully analize the file frame by frame",
|
||||
&full, "Fully analyze the file frame by frame",
|
||||
NULL},
|
||||
{"expected-results", 'e', 0, G_OPTION_ARG_FILENAME,
|
||||
&expected_file, "Path to file containing the expected results "
|
||||
|
@ -66,7 +66,7 @@ main (int argc, gchar ** argv)
|
|||
|
||||
g_set_prgname ("gst-validate-media-check-" GST_API_VERSION);
|
||||
ctx = g_option_context_new ("[URI]");
|
||||
g_option_context_set_summary (ctx, "Analizes a media file and writes "
|
||||
g_option_context_set_summary (ctx, "Analyzes a media file and writes "
|
||||
"the results to stdout or a file. Can also compare the results found "
|
||||
"with another results file for identifying regressions. The monitoring"
|
||||
" lib from gst-validate will be enabled during the tests to identify "
|
||||
|
|
Loading…
Reference in a new issue