From: Tim-Philipp Müller Date: Tue, 8 Nov 2005 12:08:11 +0000 (+0000) Subject: gst/volume/gstvolume.c: Fix compilation on Solaris with Forte. (#320923) X-Git-Tag: RELEASE-0_9_5~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4493ada68fd050145da702e67b503bd7cf3a59f;p=platform%2Fupstream%2Fgst-plugins-base.git gst/volume/gstvolume.c: Fix compilation on Solaris with Forte. (#320923) Original commit message from CVS: Reviewed by: Tim-Philipp Müller * gst/volume/gstvolume.c: (volume_set_caps): Fix compilation on Solaris with Forte. (#320923) --- diff --git a/ChangeLog b/ChangeLog index 82b593187..23a255689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-08 Brian Cameron + + Reviewed by: Tim-Philipp Müller + + * gst/volume/gstvolume.c: (volume_set_caps): + Fix compilation on Solaris with Forte. (#320923) + 2005-11-08 Wim Taymans * gst-libs/gst/audio/gstbaseaudiosink.c: diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index c137fca75..bde880d38 100644 --- a/gst/volume/gstvolume.c +++ b/gst/volume/gstvolume.c @@ -393,7 +393,7 @@ volume_set_caps (GstBaseTransform * base, GstCaps * incaps, GstCaps * outcaps) if (!this->process) { GST_ELEMENT_ERROR (this, CORE, NEGOTIATION, - ("Invalid incoming caps: %" GST_PTR_FORMAT, incaps), NULL); + ("Invalid incoming caps: %" GST_PTR_FORMAT, incaps), (NULL)); return FALSE; } return TRUE;