mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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++;
|
map_entry++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!property_found) {
|
if (!property_found)
|
||||||
GST_DEBUG_OBJECT (dvbbasebin, "Failed to map channels.conf property "
|
GST_DEBUG_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
|
||||||
"'%s'", k);
|
|
||||||
}
|
|
||||||
|
|
||||||
keys_p++;
|
keys_p++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue