GNOME Bugzilla – Bug 512744
Incorrect buildings for GstXOverlay
Last modified: 2008-03-20 23:45:35 UTC
Please describe the problem: Using GstXOverlay leads to incorrect code produced. Steps to reproduce: ((XOverlay) ...) Actual results: GST_XOVERLAY (message->src) Expected results: GST_X_OVERLAY (message->src) Does this happen every time? Yes Other information:
Confirming.
Created attachment 107109 [details] [review] Fix This patch fix the problem by introducing a new lower-case-csuffix paramater in vala interfaces
2008-03-20 Jürg Billeter <j@bitron.ch> * vala/valainterface.vala, vala/valainterfacewriter.vala, vapigen/valagidlparser.vala: support lower_case_csuffix attribute for interfaces * vapi/packages/gstreamer-interfaces-0.10/: fix GstXOverlay binding * vapi/gstreamer-interfaces-0.10.vapi: regenerated Patch by Andrea Del Signore, fixes bug 512744 Fixed in r1140.