From 7fa1c523010e5d29ed1c187baeeb209dde4c9fda Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Feb 2004 17:23:33 +0000 Subject: change NULL to (NULL) for GST_ELEMENT_ERROR Original commit message from CVS: change NULL to (NULL) for GST_ELEMENT_ERROR Make sure errors end with "." --- ext/lcs/gstcolorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/lcs') diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 4658745c..948b97a6 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -316,7 +316,7 @@ gst_colorspace_srcconnect_func (GstPad *pad, GstCaps *caps, gboolean newcaps) peercaps = peercaps->next; } - GST_ELEMENT_ERROR (space, CORE, NEGOTIATION, NULL, NULL); + GST_ELEMENT_ERROR (space, CORE, NEGOTIATION, (NULL), (NULL)); /* we disable ourself here */ space->disabled = TRUE; -- cgit v1.2.1