[gst-devel] Re: [gst-cvs] dolphy gst-plugins: gst-plugins/ gst-plugins/gst-libs/gst/colorbalance/ gst-plugins/sys/xvimage/

Ronald Bultje rbultje at ronald.bitfreak.net
Mon Jan 12 12:50:02 CET 2004


On Mon, 2004-01-12 at 20:50, Julien Moutte wrote:
> -  g_free (channel->label);
> +  if (channel->label)
> +    g_free (channel->label);
> +  
> +  channel->label = NULL;

this shouldn't be needed, since a g_free(NULL); will be a noop. Anyway,
nice job, Xv with colorbalance is cool!

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer





More information about the gstreamer-devel mailing list