diff options
Diffstat (limited to 'sys/dvb')
-rw-r--r-- | sys/dvb/gstdvbsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index 2a16bdda..3554603c 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -801,7 +801,6 @@ read_device (int fd, const char *fd_name, int size) GST_WARNING ("Unable to read from device after %u attempts: %s", attempts, fd_name); - gst_dvbsrc_output_frontend_stats (src); } } else @@ -816,7 +815,6 @@ read_device (int fd, const char *fd_name, int size) if (attempts % 10 == 0) { GST_WARNING ("Unable to read after %u attempts from device: %s (%d)", attempts, fd_name, errno); - gst_dvbsrc_output_frontend_stats (src); } } else if (errno == -EINTR) { // poll interrupted ; |