Remove memchunk benchmark stuff, this is taken over by GLib bug 118439.
authorAndy Wingo <wingo@pobox.com>
Mon, 26 Sep 2005 15:43:30 +0000 (15:43 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 26 Sep 2005 15:43:30 +0000 (15:43 +0000)
commit2f46ef713ddd10d29bf0b35be16a77b82796ba33
tree972aba463514a5105d344c6ce1e503e8a001b0d4
parentb98900a0a0d7ff995973068f08b3d6fec6210d99
Remove memchunk benchmark stuff, this is taken over by GLib bug 118439.

Original commit message from CVS:
2005-09-26  Andy Wingo  <wingo@pobox.com>

* configure.ac:
* tests/Makefile.am:
* tests/memchunk: Remove memchunk benchmark stuff, this is taken
over by GLib bug 118439.

* gst/base/gstbasesink.c (gst_base_sink_wait): Factor out the wait
routines to a function.

* docs/libs/gstreamer-libs-sections.txt: I am a good person today.

* libs/gst/controller/gsthelper.c:
* libs/gst/controller/gstcontroller.h (gst_controller_sync_values)
(gst_object_sync_values): Renamed from sink_values. Ugh.

* libs/gst/controller/gsthelper.c: Update for __gst_controller_key.

* libs/gst/controller/gstcontroller.c (__gst_controller_key):
Renamed from controller_key, as it is exported.

* gst/gstvalue.c (_gst_value_initialize): Fake out the compiler.
16 files changed:
ChangeLog
configure.ac
docs/libs/gstreamer-libs-sections.txt
gst/base/gstbasesink.c
gst/gstvalue.c
libs/gst/base/gstbasesink.c
libs/gst/controller/gstcontroller.c
libs/gst/controller/gstcontroller.h
libs/gst/controller/gsthelper.c
tests/Makefile.am
tests/memchunk/.gitignore [deleted file]
tests/memchunk/Makefile.am [deleted file]
tests/memchunk/gmemchunktest.c [deleted file]
tests/memchunk/gstmemchunk.c [deleted file]
tests/memchunk/gstmemchunk.h [deleted file]
tests/memchunk/gstmemchunktest.c [deleted file]