[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [Vala] [PATCH] GStreamer bindings



On Sat, 2008-01-12 at 01:52 +0100, Andrea Del Signore wrote:
> attached a quick patch to the gstreamer bindings.
> 
> It fixes some missing ellipsis and add out parameter definitions in
> gst_structure and gst_elements functions.

Thanks, committed to SVN.

> Out of curiosity, why vapigen don't set is_out = true by default on
> function parameters that are pointers to simple value types (ints,
> bools, doubles etc)?

vapigen doesn't know whether int* should be "out int" or "int[]".

Jürg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]