GNOME Bugzilla – Bug 754739
Slackware gstreamer-0.10
Last modified: 2015-09-08 18:30:42 UTC
The data type guintptr is used in xoverlay.h, but under Slackware 14 is not defined. The following kludge seems to work for the moment, but it might be better not to use guintptr at all. --- xoverlay_14Aug15.h 2015-09-08 17:30:28.000000000 -0400 +++ xoverlay.h 2015-09-08 17:36:51.000000000 -0400 @@ -23,6 +23,8 @@ #ifndef __GST_X_OVERLAY_H__ #define __GST_X_OVERLAY_H__ +typedef unsigned long guintptr; + #include <gst/gst.h> G_BEGIN_DECLS
GStreamner 0.10 has not been updated or maintained for several years. You should update to the 1.x series.