[Bug 733788] New: QtGStreamer on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 26 07:48:54 PDT 2014


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

           Summary: QtGStreamer on Windows
    Classification: Platform
           Product: GStreamer
           Version: 1.2.0
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: qt-gstreamer
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: csbgz at icloud.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=281774)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=281774)
Patch file

I attempted to build the latest QTGStreamer (1.2.0) on Windows (using VS2010
against QT5.3). This worked, but 3 small changes were needed:

 1. I had to delete the header file <Memory>, as this conflicted with the CRT's
<memory>, due to Windows being case insensitive.
 2. In gstqtglvideosinkbase, I renamed a local variable from interface to iface
to avoid a compile error.
 3. I added an option in cmake to set the CMAKE_LIBRARY_PATH so that the path
to the Windows SDK can be specified in the CMake-GUI.

I am now able to compile QTGStreamer and have built a simple proof of concept
application.

I have attached a patch with the changes I made to my local copy.

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