[Bug 741332] New: Fix compilation of GstQtGLVideoSinkBase with MinGW-w64

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 10 04:19:03 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741332
  GStreamer | qt-gstreamer | git

           Summary: Fix compilation of GstQtGLVideoSinkBase with MinGW-w64
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: qt-gstreamer
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: knuesel at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=292438)
 View: https://bugzilla.gnome.org/attachment.cgi?id=292438
 Review: https://bugzilla.gnome.org/review?bug=741332&attachment=292438

Rename 'interface' argument to 'balance_interface' to fix compilation with
MinGW-w64

Compiling GstQtGLVideoSinkBase with MinGW-w64 fails because the class has a
method argument named 'interface', which appears to be a reserved keyword on
Windows. See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=980270 .

The attached patch renames the argument to 'balance_interface'.

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