bufferpool: remove const from get/set_param
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 27 Mar 2012 10:40:36 +0000 (12:40 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 27 Mar 2012 10:48:59 +0000 (12:48 +0200)
commit08f33d8d934bbe450b6771ab8b066c2f1590b0b7
tree04dd38402dc5813ade314e4f47c27f1b51e3c7a7
parentf09ab3b00772a51db52bcf321c3005a00cff110e
bufferpool: remove const from get/set_param

Remove the const from the GstCaps in get/set_param. set_param modifies
the refcount of the caps.
Don't increment the refcount of the caps result of get_param like we
do with other objects.
Update some annotiations.
gst/gstbufferpool.c
gst/gstbufferpool.h