[Bug 741332] Fix compilation of GstQtGLVideoSinkBase with MinGW-w64
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Feb 22 05:51:37 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=741332
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution|--- |FIXED
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Pushed to master, thanks for the patch!
commit cf09822eeeee802a0314d7b0ef8c5a469558a0d5
Author: Jeremie Knuesel <jeremie.knusel at sensefly.com>
Date: Wed Dec 10 13:12:17 2014 +0100
qtglvideosinkbase: don't use variable name 'interface' which is a reserved
keyword on Windows
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.
https://bugzilla.redhat.com/show_bug.cgi?id=980270
https://bugzilla.gnome.org/show_bug.cgi?id=741332
--
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