[Bug 787430] qmlglsink build fails on Windows in QtCreator

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 13 13:34:48 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=787430

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #359523|none                        |reviewed
             status|                            |

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 359523:
 --> (https://bugzilla.gnome.org/review?bug=787430&attachment=359523)

::: ext/qt/gstplugin.cc
@@ +35,3 @@
   }

+#ifndef HAVE_QT_WIN32

Is there any particular difficulty with porting the src?

::: ext/qt/gstqtglutility.cc
@@ +240,3 @@
       gst_object_unref (window);
       if (!gst_gl_context_create (*context, *wrap_glcontext, &error)) {
+        GST_ERROR ("failed to create shared GL context: %s", error->message);

Why can't "this" not be printed with %p?

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