mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Spelling fix
Original commit message from CVS: Spelling fix
This commit is contained in:
parent
55f6bc6ea5
commit
4eedbdb4ef
4 changed files with 4 additions and 4 deletions
|
@ -911,7 +911,7 @@ gst_xml_registry_start_element (GMarkupParseContext *context,
|
|||
xmlregistry->parser = gst_xml_registry_parse_index_factory;
|
||||
}
|
||||
else {
|
||||
g_warning ("unkown feature type");
|
||||
g_warning ("unknown feature type");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ main (gint argc, gchar *argv[])
|
|||
|
||||
caps = GST_CAPS_NEW (
|
||||
"testcaps",
|
||||
"unkown/unknown",
|
||||
"unknown/unknown",
|
||||
NULL);
|
||||
|
||||
/* newly crrated caps without props is fixed */
|
||||
|
|
|
@ -29,7 +29,7 @@ main (gint argc, gchar *argv[])
|
|||
|
||||
caps = GST_CAPS_NEW (
|
||||
"testcaps",
|
||||
"unkown/unknown",
|
||||
"unknown/unknown",
|
||||
NULL);
|
||||
|
||||
/* newly crrated caps without props is fixed */
|
||||
|
|
|
@ -87,7 +87,7 @@ print_query_types (const GstQueryType *types, gint pfx)
|
|||
PUT_STRING (pfx, "<query-type id=\"%d\" nick=\"%s\">%s</query-type>",
|
||||
*types, definition->nick, definition->description);
|
||||
else
|
||||
PUT_STRING (pfx, "<query-type id=\"%d\">unkown</query-type>",
|
||||
PUT_STRING (pfx, "<query-type id=\"%d\">unknown</query-type>",
|
||||
*types);
|
||||
|
||||
types++;
|
||||
|
|
Loading…
Reference in a new issue