"kind": "enum",
"values": [
{
- "desc": "The decoder automatically decides. If the pipeline is live, it willuse `normal` mode, and `strict` otherwise.",
+ "desc": "The decoder automatically decides. If the pipeline is live, it will use `normal` mode, and `strict` otherwise.",
"name": "auto",
"value": "2147483647"
},
if (g_once_init_enter (&compliance_type)) {
static const GEnumValue types[] = {
{GST_AV_CODEC_COMPLIANCE_AUTO,
- "The decoder automatically decides. If the pipeline is live, it will"
+ "The decoder automatically decides. If the pipeline is live, it will "
"use `normal` mode, and `strict` otherwise.", "auto"},
{GST_AV_CODEC_COMPLIANCE_VERY_STRICT,
"VeryStrict: Strictly conform to an older more strict version "