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 509522 - New gst-python bindings don't compile with python2.4
New gst-python bindings don't compile with python2.4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: High blocker
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-15 00:59 UTC by Jan Schmidt
Modified: 2008-01-15 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
define Py_ssize_t on python 2.4 to fix the build (688 bytes, patch)
2008-01-15 01:00 UTC, Jan Schmidt
accepted-commit_now Details | Review

Description Jan Schmidt 2008-01-15 00:59:11 UTC
Attaching simple patch which copies the hack from gst.overrides into pbutils.overrides
Comment 1 Jan Schmidt 2008-01-15 01:00:12 UTC
Created attachment 102870 [details] [review]
define Py_ssize_t on python 2.4 to fix the build
Comment 2 Edward Hervey 2008-01-15 10:21:54 UTC
thanks for noticing this, definitely a blocker, commit when you want.
Comment 3 Jan Schmidt 2008-01-15 11:42:40 UTC
2008-01-15  Jan Schmidt  <jan.schmidt@sun.com>

        * gst/pbutils.override:
        Fix compilation against Python 2.4.
        Fixes: #509522