From: Edward Hervey Date: Tue, 22 May 2012 16:46:09 +0000 (+0200) Subject: dvb: Add warning when dvb channels file isn't present X-Git-Tag: 1.19.3~507^2~15502 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cca28a50a5c0222d1289ce0542ae75aa989c70e9;p=platform%2Fupstream%2Fgstreamer.git dvb: Add warning when dvb channels file isn't present --- diff --git a/sys/dvb/parsechannels.c b/sys/dvb/parsechannels.c index b2d3aef2c5..d0f338cccb 100644 --- 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; }