change NULL to (NULL) for GST_ELEMENT_ERROR
[platform/upstream/gst-plugins-good.git] / ext / dv / gstdvdec.c
index 3ed9224..c18bf59 100644 (file)
@@ -783,7 +783,7 @@ gst_dvdec_loop (GstElement *element)
           dvdec->bpp = 2;
        }
     } else {
-      GST_ELEMENT_ERROR (element, CORE, NEGOTIATION, NULL, NULL);
+      GST_ELEMENT_ERROR (element, CORE, NEGOTIATION, (NULL), (NULL));
       return;
     }
   }