dvb/parsechannels: don't use default conf filename for messages
The file name can be user-defined.
This commit is contained in:
parent
013eaee06b
commit
5f869d8fbd
@ -316,10 +316,8 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
|
||||
map_entry++;
|
||||
}
|
||||
|
||||
if (!property_found) {
|
||||
GST_DEBUG_OBJECT (dvbbasebin, "Failed to map channels.conf property "
|
||||
"'%s'", k);
|
||||
}
|
||||
if (!property_found)
|
||||
GST_DEBUG_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
|
||||
|
||||
keys_p++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user