parenthising NULL

Original commit message from CVS:
parenthising NULL
This commit is contained in:
Thomas Vander Stichele 2004-01-19 10:00:01 +00:00
parent af8dc33f90
commit 088c8da66f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/sidplay/gstsiddec.cc:
* gst/modplug/gstmodplug.cc:
parenthese NULL because C++ seems angry about it
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/gst-i18n-plugin.h:

View file

@ -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;
}