[gstreamer-bugs] [Bug 325599] Build fails with GCC 4.1

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 16 02:55:04 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=325599
 GStreamer | gstreamer (core) | Ver: 0.8.x


Andy Wingo changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wingo at pobox.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from Andy Wingo  2006-01-16 10:55 UTC -------
Regarding (b), sounds like a compiler bug to me.. unsure.

Note that gst_buffer_ref (buf) expands to

(GstBuffer*)(gst_data_ref ((GstData*)(buf)))

And gst_data_ref is not a const function or anything like that. Perhaps it's
the cast of the return value that's bothering the compiler? Note this same
problem should show up with 0.10 as well. Sounds like an overly cranky compiler
to me.


-- 
Configure bugmail: http://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