[gstreamer-bugs] [Bug 320923] gstvolume doesn't build on Solaris.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 7 15:39:14 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=320923
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Additional Comments From Tim-Philipp Müller  2005-11-07 23:39 -------
Could you check whether this works as well (ie. just putting the final NULL in
brackets):

   if (!this->process) {
-    GST_ELEMENT_ERROR (this, CORE, NEGOTIATION,
-        ("Invalid incoming caps: %" GST_PTR_FORMAT, incaps), NULL);
+    GST_ELEMENT_ERROR (this, CORE, NEGOTIATION,
+        ("Invalid incoming caps: %" GST_PTR_FORMAT, incaps), (NULL));
     return FALSE;
   }
   return TRUE;

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list