dvb/parsechannels: warn on ignored key/value pairs
Otherwise at runtine, users get the misleading parsing-OK message with no info on, for example, properties that failed to map because of a typo.
This commit is contained in:
parent
c40e49c9b1
commit
d31a6f8756
@ -340,7 +340,7 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!property_found)
|
if (!property_found)
|
||||||
GST_DEBUG_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
|
GST_WARNING_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
|
||||||
|
|
||||||
keys_p++;
|
keys_p++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user