[Bug 754739] New: Slackware gstreamer-0.10

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 8 11:24:07 PDT 2015


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

            Bug ID: 754739
           Summary: Slackware gstreamer-0.10
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: other
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: yayahjb at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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

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