[gst-devel] Re: [gst-cvs] dolphy gst-plugins: gst-plugins/ gst-plugins/gst-libs/gst/colorbalance/ gst-plugins/gst/videofilter/ gst-plugins/sys/xvimage/
Ronald Bultje
rbultje at ronald.bitfreak.net
Tue Jan 13 14:22:14 CET 2004
On Tue, 2004-01-13 at 18:57, Julien Moutte wrote:
> Index: colorbalance.h
[..]
> +typedef enum
> +{
> + GST_COLOR_BALANCE_HARDWARE,
> + GST_COLOR_BALANCE_SOFTWARE
> +} GstColorBalanceType;
>
> typedef struct _GstColorBalanceClass {
> GTypeInterface klass;
>
> + GstColorBalanceType balance_type;
You're not setting a default value in base_init() in colorbalance.c -
please do that (set default to UNKNOWN or SOFTWARE, I don't mind
either).
Thanks,
Ronald
--
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer
More information about the gstreamer-devel
mailing list