After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754739 - Slackware gstreamer-0.10
Slackware gstreamer-0.10
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-08 18:24 UTC by Herbert J. Bernstein
Modified: 2015-09-08 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Herbert J. Bernstein 2015-09-08 18:24:07 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
Comment 1 Olivier Crête 2015-09-08 18:30:42 UTC
GStreamner 0.10 has not been updated or maintained for several years. You should update to the 1.x series.