parenthising NULL
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 10:00:01 +0000 (10:00 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 10:00:01 +0000 (10:00 +0000)
Original commit message from CVS:
parenthising NULL

ChangeLog
gst/modplug/gstmodplug.cc

index 49ed9e5..faaa84d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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:
           add skeleton i18n stuff, but needs to be further implemented
 
index 0269908..035557f 100644 (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;
     }