projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a633347
)
dvb: Add warning when dvb channels file isn't present
author
Edward Hervey
<edward@collabora.com>
Tue, 22 May 2012 16:46:09 +0000
(18:46 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Wed, 23 May 2012 07:40:04 +0000
(09:40 +0200)
sys/dvb/parsechannels.c
patch
|
blob
|
history
diff --git
a/sys/dvb/parsechannels.c
b/sys/dvb/parsechannels.c
index b2d3aef2c553a924c06758278bd6da85c742360c..d0f338cccb3ff33ef4cb635e9a518d5b831e278f 100644
(file)
--- a/
sys/dvb/parsechannels.c
+++ b/
sys/dvb/parsechannels.c
@@
-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;
}