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:
Reynaldo H. Verdejo Pinochet 2016-08-17 16:21:34 -07:00
parent c40e49c9b1
commit d31a6f8756

View file

@ -340,7 +340,7 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
}
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++;
}