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 --- ChangeLog | 6 ++++++ gst/modplug/gstmodplug.cc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49ed9e5e..faaa84db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-19 Thomas Vander Stichele + + * ext/sidplay/gstsiddec.cc: + * gst/modplug/gstmodplug.cc: + parenthese NULL because C++ seems angry about it + 2004-01-19 Thomas Vander Stichele * gst-libs/gst/gst-i18n-plugin.h: 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