[Bug 747104] Windows adaptation remarks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 3 01:36:30 PDT 2015


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

--- Comment #1 from Harry <bugzilla.gnome.org at harrym.e4ward.com> ---
3. Include files folder-structure

Also for the "#include <gst.h>" include to work without causing multiple errors
of file not found, the following paths must currently be added to the
compiler's list of include folders:

C:\Program Files (x86)\GStreamer\1.0\x86\include
C:\Program Files (x86)\GStreamer\1.0\x86\include\gstreamer-1.0
C:\Program Files (x86)\GStreamer\1.0\x86\include\gstreamer-1.0\gst
C:\Program Files (x86)\GStreamer\1.0\x86\include\glib-2.0
C:\Program Files (x86)\GStreamer\1.0\x86\lib\glib-2.0\include

The first one should really have been enough. The others are currently required
because the #include statements do not include the correct sub-folder names
(ie. "#include <gstreamer-1.0\????.h>").

I also found out that gst.h omits video-info.h, so one needs to add:
#include <video/video-info.h>

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