On Tue, Mar 29, 2005 at 11:41:21AM +0200, Andy Wingo wrote: > - GstPadLinkReturn returns a wider range of errors, not only related > to > capsnego. I'm not a big fan of adding more magic return values. We should be using GErrors for this, and return gboolean meaning SUCCESS or FAIL. Probably applies to other return values, too. dave...