GNOME Bugzilla – Bug 379918
Doesn't compile with newer libcaca versions (0.99.beta4+)
Last modified: 2006-11-28 12:31:28 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
Created attachment 77247 [details] [review] 12_gstcacasink-header-include.patch
* 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.