mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue