mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
dvb: Use the user config dir instead of the cache dir for the channels configuration
This commit is contained in:
parent
27c761f43b
commit
6acbe18943
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ set_properties_for_channel (GObject * dvbbasebin, const gchar * channel_name)
|
|||
|
||||
gst_version (&major, &minor, µ, &nano);
|
||||
filename = g_strdup_printf ("%s/gstreamer-%d.%d/dvb-channels.conf",
|
||||
g_get_user_cache_dir (), major, minor);
|
||||
g_get_user_config_dir (), major, minor);
|
||||
}
|
||||
channels = parse_channels_conf_from_file (filename);
|
||||
g_free (filename);
|
||||
|
|
Loading…
Reference in a new issue