pad: fix default acceptcaps
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 12:17:39 +0000 (14:17 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Aug 2011 12:19:09 +0000 (14:19 +0200)
commitd12738b4fa3e058a2cb0a51c3e61085ec2010ac5
treed43a073e586ddda55e73ba263dc47be4e6b0239a
parentcbccf7d5bfc4bba4e047110c61253cf3726d671a
pad: fix default acceptcaps

Make the acceptcaps function behave like all the other functions with a default
implementation. Don't try to chain up to the default implementation when it was
set to NULL explicitly but return FALSE instead.
Fix some docs
gst/gstpad.c