pad: remove GstPadFixateCapsFunction
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 10 Nov 2011 09:58:42 +0000 (10:58 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 10 Nov 2011 09:58:42 +0000 (10:58 +0100)
commit37318a8cd23c61db2dd146047b21a79c140d4207
tree1d0de613f9ba9fd4730e572f808947f769274884
parentb133bea426fc1239f21dd8b509754a925b5e2066
pad: remove GstPadFixateCapsFunction

The fixate caps function was not used externally and we have vmethods in the
base classes where it is needed.
Update some docs.
simplify some fixate functions in the base classes. Also pass the untruncated
caps to the vmethod.
docs/gst/gstreamer-sections.txt
gst/gstghostpad.c
gst/gstghostpad.h
gst/gstpad.c
gst/gstpad.h
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
tests/check/gst/gstpad.c
tools/gst-inspect.c