[0.11] gstreamer: controller: remove GstValueArray
Sebastian Dröge
slomo at circular-chaos.org
Tue Dec 6 00:11:15 PST 2011
On Mo, 2011-12-05 at 23:38 -0800, Stefan Kost wrote:
> Module: gstreamer
> Branch: 0.11
> Commit: 4b29d4f29ac856f1903fcaebda136164ca8323d9
> URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4b29d4f29ac856f1903fcaebda136164ca8323d9
>
> Author: Stefan Sauer <ensonic at users.sf.net>
> Date: Tue Dec 6 08:35:57 2011 +0100
>
> controller: remove GstValueArray
>
> Instead pass the values as arguments. This simplifies that code and helps
> bindings.
Not much unfortunately. The "gpointer *" argument should probably be a
"gpointer", right? But this doesn't help bindings much because they
still can't know the type behind this pointer. The only thing that helps
bindings here would either be _get_int_value_array(),
_get_float_value_array(), etc. functions or using GValueArray.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111206/a2d5b3ca/attachment.pgp>
More information about the gstreamer-devel
mailing list