From 088c8da66f098029d547d05fb27bc41b1afb3ac5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 10:00:01 +0000 Subject: parenthising NULL Original commit message from CVS: parenthising NULL --- gst/modplug/gstmodplug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index 02699085..035557f4 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -575,7 +575,7 @@ gst_modplug_loop (GstElement *element) if (!GST_PAD_CAPS (modplug->srcpad) && modplug_negotiate (modplug) <= 0) { - gst_element_error (modplug, CORE, NEGOTIATION, ("test"), ("test")); + gst_element_error (modplug, CORE, NEGOTIATION, (NULL), (NULL)); return; } -- cgit v1.2.1