[Gstreamer-bugs] [Bug 140265] New: - ffmpegcolorspace and gnomevfs fail to build buildable

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Apr 16 07:36:40 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=140265
GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: ffmpegcolorspace and gnomevfs fail to build buildable
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: jmmv at menta.net
         QAContact: gstreamer-maint at bugzilla.gnome.org


The ffmpegcolorspace and gnomevfs plugins do not build correctly under NetBSD,
because they use the GST_ELEMENT_ERROR macro incorrectly.  (Unfortunately, this
is the third time I hit this problem...)

The bug is that they pass a NULL value without parenthesis around.  Due to the
way NULL is defined in NetBSD, (void *)0, and the way the macro works, the build
fails because of a parsing error.

For more information, see bug #135116, which was about the same problem.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list