change NULL to (NULL) for GST_ELEMENT_ERROR
[platform/upstream/gst-plugins-good.git] / ext / esd / esdmon.c
index 6fd9c19..25e9df8 100644 (file)
@@ -267,7 +267,7 @@ gst_esdmon_get (GstPad *pad)
           "channels",   G_TYPE_INT,    esdmon->channels
         )) <= 0)
     {
-      GST_ELEMENT_ERROR (esdmon, CORE, NEGOTIATION, NULL, NULL);
+      GST_ELEMENT_ERROR (esdmon, CORE, NEGOTIATION, (NULL), (NULL));
       return NULL;
     }
   }