[Bug 674817] Port d3dvideosink to 0.11

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 25 21:25:37 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674817
  GStreamer | gst-plugins-bad | git

--- Comment #3 from LRN <lrn1986 at gmail.com> 2012-04-26 04:25:35 UTC ---
gst/interfaces/navigation.h is installed by -base. Not sure why it's missing in
your case.

DECLARE_INTERFACE_IID_ must be defined when compiling with MinGW32, but not for
MinGW-W64.

It probably was a bit foolish of me to ifdef it with __MINGW32__, since
MinGW-w64 also defines that macro. Maybe #if !defined(__MINGW64__) or somesuch
would be better...
Either that, or beat MinGW32 developers with a stick until they define
DECLARE_INTERFACE_IID_

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