Add new GstMapInfo
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 20 Jan 2012 13:23:57 +0000 (14:23 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 25 Jan 2012 10:54:23 +0000 (11:54 +0100)
commita521252845cacc5152d2b00e850ba6eaceef2963
treec3c3b585042094d610889f86c944ce7c12706f78
parentea7c1225c1e4f890dcc71a25143036467e3f02b8
Add new GstMapInfo

Use a structure to hold info about the mapping. The application then keeps track
of this state and we can use it to unmap the memory again later.
32 files changed:
docs/manual/advanced-dataaccess.xml
gst/gstbuffer.c
gst/gstbuffer.h
gst/gstmemory.c
gst/gstmemory.h
gst/gstvalue.c
libs/gst/base/gstadapter.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gsttypefindhelper.c
libs/gst/check/gstcheck.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gstqueue2.c
tests/check/elements/filesink.c
tests/check/elements/filesrc.c
tests/check/elements/identity.c
tests/check/elements/multiqueue.c
tests/check/gst/gstbuffer.c
tests/check/gst/gstmemory.c
tests/check/gst/gstmeta.c
tests/check/gst/gstpad.c
tests/check/gst/gststructure.c
tests/check/gst/gstvalue.c
tests/check/libs/adapter.c
tests/check/libs/bitreader.c
tests/check/libs/bytereader.c
tests/examples/adapter/adapter_test.c