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 379918 - Doesn't compile with newer libcaca versions (0.99.beta4+)
Doesn't compile with newer libcaca versions (0.99.beta4+)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal major
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-27 21:26 UTC by Sebastian Dröge (slomo)
Modified: 2006-11-28 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
12_gstcacasink-header-include.patch (505 bytes, patch)
2006-11-27 21:26 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2006-11-27 21:26:03 UTC
Hi,
gst-plugins-good doesn't compile anymore with the latest libcaca beta versions. Attached is a patch that enables the compatibility layer for the older libcaca API when compiling against a newer version.

Bye
Comment 1 Sebastian Dröge (slomo) 2006-11-27 21:26:38 UTC
Created attachment 77247 [details] [review]
12_gstcacasink-header-include.patch
Comment 2 Wim Taymans 2006-11-28 12:31:28 UTC
        * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
        Fix width and height properties.

        * ext/libcaca/gstcacasink.h:
        Fix compilation on newer libcaca that require us to include a new
        header. Fixes #379918.