[Gstreamer-bugs] [Bug 123137] Changed - [PATCH] Compilation fails when size_t is not an unsigned int

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Sep 24 12:39:16 PDT 2003


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=123137

Changed by ds at schleef.org.

--- shadow/123137	Wed Sep 24 15:11:42 2003
+++ shadow/123137.tmp.20616	Wed Sep 24 15:39:16 2003
@@ -8,21 +8,24 @@
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: jtalkington at users.sourceforge.net               
 QAContact: gstreamer-maint at bugzilla.gnome.org
-TargetMilestone: HEAD
+TargetMilestone: 0.6.4
 URL: 
-Summary: Compilation fails when size_t is not an unsigned int
+Summary: [PATCH] Compilation fails when size_t is not an unsigned int
 
 Darwin defines size_t as an unsigned long, while it's an unsigned int on
 Linux.  With -werror, this causes a failure in gstfilesrc.c in function
 gst_filesrc_map_region on Darwin.
 
 I've created a patch to typecast it to unsigned long on all platforms,
 since that's what's happening if the mmap works.
 
 ------- Additional Comments From jtalkington at users.sourceforge.net  2003-09-24 15:11 -------
 Created an attachment (id=20256)
 typecast size_t to unsigned long
 
+
+------- Additional Comments From ds at schleef.org  2003-09-24 15:39 -------
+Applied to HEAD.  Should go into 0.6.4.




More information about the Gstreamer-bugs mailing list