mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
dvb: Add warning when dvb channels file isn't present
This commit is contained in:
parent
a633347ed1
commit
cca28a50a5
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ parse_channels_conf_from_file (const gchar * filename)
|
|||
}
|
||||
g_strfreev (lines);
|
||||
g_free (contents);
|
||||
}
|
||||
} else
|
||||
GST_WARNING ("Couldn't open file");
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue