mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
1 changed files with 2 additions and 4 deletions
|
@ -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…
Reference in a new issue