[Bug 724131] colorbalance: add colorbalance meta API

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 12 07:30:36 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724131
  GStreamer | gst-plugins-base | git

--- Comment #10 from Matthieu Bouron <matthieu.bouron at collabora.com> 2014-02-12 15:30:28 UTC ---
I'm considering doing the following stuff:

GstVideoColorBalanceMeta owns a GstVideoColorBalance reference.

typedef GstVideoColorBalance {
  GArray *channels; // Array of GstColorBalanceChannel
  GArray *values; // Array of gint
};

Adding the two following functions:

gboolean gst_video_color_balance_set_value (GstVideoColorBalance *
colorbalance, GstColorBalanceChannel *, int);
int gst_video_color_balance_get_value (GstVideoColorBalance * colorbalance,
GstColorBalanceChannel *);

What do you think ?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list