pad: remove get_caps_reffed variants
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 17:14:38 +0000 (18:14 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 7 Dec 2010 17:14:38 +0000 (18:14 +0100)
commitb2ab72b916dfcd70a8ee33963d25412cd1438d53
tree80b77f5fe0b74776dda30abfcaf3d61631e86df5
parent43470edb2dc578b368da9aa937366dea7b875926
pad: remove get_caps_reffed variants

Make the _get_caps functions behave like the _get_caps_reffed variants and
remove the _reffed variants. This means that _get_caps doesn't return a writable
caps anymore and an explicit _make_writable() is needed before modifying the
caps.
gst/gstcompat.h
gst/gstghostpad.c
gst/gstpad.c
gst/gstpad.h
gst/gstutils.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
tests/check/gst/gstpad.c