gst/base/: Ported and added adapter to the base classes.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 18 May 2005 09:55:43 +0000 (09:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 18 May 2005 09:55:43 +0000 (09:55 +0000)
commit8074f6687dc566fa2cd8c904acbcb7897c89930a
tree44859cd402fc8ae0fffec058e0309a4227023a89
parentcb9388c96eff1f1101aad1fc0339f1e78280ece0
gst/base/: Ported and added adapter to the base classes.

Original commit message from CVS:
* gst/base/Makefile.am:
* gst/base/gstadapter.c: (gst_adapter_base_init),
(gst_adapter_class_init), (gst_adapter_init),
(gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
(gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
(gst_adapter_flush), (gst_adapter_available),
(gst_adapter_available_fast):
* gst/base/gstadapter.h:
Ported and added adapter to the base classes.
ChangeLog
gst/base/Makefile.am
gst/base/gstadapter.c [new file with mode: 0644]
gst/base/gstadapter.h [new file with mode: 0644]
libs/gst/base/Makefile.am
libs/gst/base/gstadapter.c [new file with mode: 0644]
libs/gst/base/gstadapter.h [new file with mode: 0644]