[gst-devel] Re: [gst-cvs] company gst-plugins: gst-plugins/ gst-plugins/ext/mad/

Ronald S. Bultje rbultje at ronald.bitfreak.net
Thu Feb 5 05:21:19 CET 2004


Hi,

On Wed, 2004-02-04 at 23:17, Benjamin Otte wrote:
> -    return gst_pad_renegotiate (tag->srcpad) == GST_PAD_LINK_REFUSED;
> +    return gst_pad_renegotiate (tag->srcpad) != GST_PAD_LINK_REFUSED;

Shouldn't you use GST_PAD_LINK_FAILED()/SUCCESSFUL() macros? DELAYED is
"not ok" too, that's why these macro's exist...

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer





More information about the gstreamer-devel mailing list