[Bug 740201] New: gst-plugins-bad 1.4.4 doesn't compile on OS X 10.6 anymore

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 15 21:52:30 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740201
  GStreamer | gst-plugins-bad | 1.4.4

           Summary: gst-plugins-bad 1.4.4 doesn't compile on OS X 10.6
                    anymore
    Classification: Platform
           Product: GStreamer
           Version: 1.4.4
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ryan.hendrickson at alum.mit.edu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Looks like two separate issues that both got introduced between 1.4.3 and
1.4.4:

    ../../../../gst-libs/gst/gl/gstglapi.h:76:27: error: OpenGL/gl3.h: No such
file or directory

Caused by 85f67667b2e5d6de6b1b3d59cd08c44c12a30955; trouble is that on
pre-10.7, MAC_OS_X_VERSION_10_7 evaluates to 0, so the conditional doesn't
actually do much.

    gstglwindow_cocoa.m: In function '-[GstGLNSView reshape:]':
    gstglwindow_cocoa.m:567: error: incompatible types in assignment
    gstglwindow_cocoa.m:568: error: incompatible types in assignment

Caused by 29e7f2f06e630fefbe84c3564736ad3f04d32c00, I think;
convertRectToBacking isn't available pre-10.7.

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