dmabuf: Use the fallback GstMemory copy function instead of our own
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Apr 2013 15:04:50 +0000 (17:04 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Apr 2013 15:04:50 +0000 (17:04 +0200)
commitc72aefb6201838c8dfe2e94962dee256688f1d6a
tree57e30eb626d8799604000b18c368f3bfbc314710
parentf7db63f1b86f72deacb100a6fba97af5e835e1be
dmabuf: Use the fallback GstMemory copy function instead of our own

dup() on a dmabuf only gives a new handle, not a copy, thus doesn't
do what copy() is supposed to do.
gst-libs/gst/allocators/gstdmabuf.c