[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 12:51:18 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 ds at schleef.org.

--- shadow/118310	Fri Feb 13 14:31:17 2004
+++ shadow/118310.tmp.13900	Fri Feb 13 15:51:18 2004
@@ -1,13 +1,13 @@
 Bug#: 118310
 Product: GStreamer
 Version: HEAD CVS
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: enhancement
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: mattias at sudac.org               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -80,6 +80,15 @@
 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.
 
+
+------- Additional Comments From ds at schleef.org  2004-02-13 15:51 -------
+in that case, you're passing an unsigned long, instead of a guint64_t,
+which probably translates to a unsigned long long on your machine.  You
+should use G_GINT64_CONSTANT (1000000000), or less portably,
+1000000000ULL.
+
+Patch is applied, with g_error() converted to GST_ELEMENT_ERROR(). 
+Thanks.




More information about the Gstreamer-bugs mailing list