typefind: remove const from refcounted GstCaps
authorWim Taymans <wim.taymans@collabora.co.uk>
Sat, 10 Mar 2012 08:25:43 +0000 (09:25 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Sat, 10 Mar 2012 08:25:43 +0000 (09:25 +0100)
commitfe5fe438d31fa46cfb90e98130f3ee5c4031ae0f
tree28be5a907f26b50c837be30e8d3b1725c5024542
parent6426145fc9f5b2586962a5aee7c94d8ea3081833
typefind: remove const from refcounted GstCaps

Having const on refcounted objects require us to make copies instead of simply
taking a ref, don't do that.
gst/gsttypefind.c
gst/gsttypefind.h
libs/gst/base/gsttypefindhelper.c
plugins/elements/gsttypefindelement.c
plugins/elements/gsttypefindelement.h