change NULL to (NULL) for GST_ELEMENT_ERROR
[platform/upstream/gst-plugins-good.git] / gst / goom / gstgoom.c
index 27ae010..35d5e09 100644 (file)
@@ -299,7 +299,7 @@ gst_goom_chain (GstPad *pad, GstData *_data)
   }
 
   if (goom->channels == 0) {
-    GST_ELEMENT_ERROR (goom, CORE, NEGOTIATION, NULL,
+    GST_ELEMENT_ERROR (goom, CORE, NEGOTIATION, (NULL),
                        ("format wasn't negotiated before chain function"));
 
     goto done;