[Gstreamer-bugs] [Bug 118310] Changed - Timeout support added for fdsrc
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Fri Feb 13 11:31:17 PST 2004
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=118310
Changed by mattias at sudac.org.
--- shadow/118310 Fri Feb 13 14:16:43 2004
+++ shadow/118310.tmp.19987 Fri Feb 13 14:31:17 2004
@@ -66,6 +66,20 @@
------- Additional Comments From mattias at sudac.org 2004-02-13 14:16 -------
Created an attachment (id=24389)
New patch against HEAD, includes uint64 for timeout value and EINTR handling.
+
+------- Additional Comments From mattias at sudac.org 2004-02-13 14:31 -------
+Timeout is now in nanoseconds.
+Does everything look ok?
+
+Also, im curious about one thing:
+If I for example set the timeout value to 1 second useing UL-postfix:
+g_object_set (G_OBJECT (src), "timeout", 1000000000UL, NULL);
+I get this warning about property "fdsrc", not "timeout", weird.
+(process:14439): GLib-GObject-WARNING **: gobject.c:882: object class
+`GstFdSrc' has no property named `fdsrc'
+With ULL-postfix i get no warning, in both cases the timeout value
+seams to get set.
+
More information about the Gstreamer-bugs
mailing list