Use the native copy functions when creating a copy for ownership-taking functions
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 18 Apr 2009 14:21:53 +0000 (16:21 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 18 Apr 2009 14:21:53 +0000 (16:21 +0200)
commitf6fc3e62cf4e6220e171f115fb362dbdb889940b
tree02cb93eb8f1d4405e1eb87efd54915308870e30a
parentc1eeb9c6bd684753cc587baf43561b71754792f0
Use the native copy functions when creating a copy for ownership-taking functions

Using the managed Copy() function won't work as the managed object
will still own the reference and we would unref/free twice.
gstreamer-sharp/Caps.custom