diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-23 14:59:47 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-23 14:59:47 +0000 |
commit | 1d20eee27741502ac03073bd66ad3d3792127295 (patch) | |
tree | 1edc146963a3afd5cb9348f23833ca14ad799cfc /ChangeLog | |
parent | 0cc0c6df9aba1c8b022e33ab4e22175fe7a7b4fa (diff) | |
download | gst-plugins-bad-1d20eee27741502ac03073bd66ad3d3792127295.tar.gz gst-plugins-bad-1d20eee27741502ac03073bd66ad3d3792127295.tar.bz2 gst-plugins-bad-1d20eee27741502ac03073bd66ad3d3792127295.zip |
sys/dvb/gstdvbsrc.c: Do not go on forever if problem with reading from dvr, rather return NULL.
Original commit message from CVS:
* sys/dvb/gstdvbsrc.c:
Do not go on forever if problem with reading from dvr, rather
return NULL.
Handle some cleanup issues of closing filedescriptors when
failing to tune or similar.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-01-23 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * sys/dvb/gstdvbsrc.c: + Do not go on forever if problem with reading from dvr, rather + return NULL. + Handle some cleanup issues of closing filedescriptors when + failing to tune or similar. + 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk> * gst/rawparse/Makefile.am: Add missing header files to noinst_headers |