[gstreamer-bugs] [Bug 639293] gst-python 0.10.20 does not build with gstreamer < 0.10.31

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 12 06:07:21 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639293
  GStreamer | gst-python | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.21

--- Comment #2 from Edward Hervey <bilboed at gmail.com> 2011-01-12 14:07:18 UTC ---
commit 59fc7cb120c47fe900826f994eba799fc93b0a62
Author: Arun Raghavan <ford_prefect at gentoo.org>
Date:   Wed Jan 12 18:12:29 2011 +0530

    codegen: Ignore functions whose return type is ignored

    This makes sure that if X is an ignored type, then functions that return
    an object of type X (or a pointer type based on X) are also ignored.

    Fixes #639293

commit 778159a68516a5cd052156a789cbb800b4dac250
Author: Arun Raghavan <ford_prefect at gentoo.org>
Date:   Wed Jan 12 18:11:23 2011 +0530

    codegen: Handle pointer types in is_type_ignored()

    This ensures that if type X is ignored, then pointers to X (and pointers
    to pointers to X, etc.) are also ignored.

    Caveat: this also means that ignore-type should only be used with base
    types and not pointer types.

    Fixes #639293

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