docs/libs/gstreamer-libs-sections.txt: API: addition: gst_adapter_take_buffer()
authorWim Taymans <wim.taymans@gmail.com>
Thu, 4 May 2006 14:19:53 +0000 (14:19 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 4 May 2006 14:19:53 +0000 (14:19 +0000)
commit4ceea3e44e4debcc2c5c15e89645222c0c0bd4f0
treeec327302c33579b69be03655ac67f2eb10c4df78
parentcd16e10793fcfe070a79bc4aa3cbbb9c89c478b2
docs/libs/gstreamer-libs-sections.txt: API: addition: gst_adapter_take_buffer()

Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
API: addition: gst_adapter_take_buffer()
* libs/gst/base/gstadapter.c: (gst_adapter_push),
(gst_adapter_peek), (gst_adapter_take), (gst_adapter_take_buffer),
(gst_adapter_available_fast):
* libs/gst/base/gstadapter.h:
Prepare for optimizing the hell out of this hugely inefficient
piece of code.
Added gst_adapter_take_buffer() so we can at least start thinking
about subbuffering and merging.
Added some comments.
* tests/check/Makefile.am:
* tests/check/libs/adapter.c: (GST_START_TEST),
(gst_adapter_suite), (main):
Added GstAdapter check.
ChangeLog
docs/libs/gstreamer-libs-sections.txt
libs/gst/base/gstadapter.c
libs/gst/base/gstadapter.h
tests/check/Makefile.am
tests/check/libs/adapter.c [new file with mode: 0644]