[gstreamer-bugs] [Bug 366572] New: Bad declaration in headerfile

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 28 16:57:16 PDT 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=366572

  GStreamer | gstreamer (core) | Ver: 0.10.10

           Summary: Bad declaration in headerfile
           Product: GStreamer
           Version: 0.10.10
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: gorshkov at oghma.on.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Line 312, in gstinfo.h

#ifndef WIN32
#define GST_DEBUG_CATEGORY_EXTERN(cat) extern GstDebugCategory *cat
#else
#define GST_DEBUG_CATEGORY_EXTERN(cat) \
  extern _declspec (dllimport) GstDebugCategory *cat;
#endif

_declspec should be __declspec (two underscores, not one)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list