[Bug 732643] dvbcam: error witing TPDU (5): Input/output error afther being connected

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 22 01:57:45 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732643
  GStreamer | gst-plugins-bad | git

--- Comment #10 from steven vanden branden <stevenvandenbrandenstift at gmail.com> 2014-07-22 08:57:40 UTC ---
i think this might be related to the problem:

 if (ioctl (fe_fd, FE_READ_STATUS, &status) ||
+      ioctl (fe_fd, FE_READ_SIGNAL_STRENGTH, &_signal) ||
+      ioctl (fe_fd, FE_READ_SNR, &snr) ||
+      ioctl (fe_fd, FE_READ_BER, &ber) ||
+      ioctl (fe_fd, FE_READ_UNCORRECTED_BLOCKS, &uncorrected_blocks)) {
+    GST_WARNING_OBJECT (src, "Failed to get statistics from the device");
+    return;
+  }

i guess that one (or more) of these fail so it gets the warning and returns,
why and how to check i do not know, is htere a way (program) to run these
commands (ioctl) manually or to see the return values?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list