index: remove GstIndex and GstIndexFactory for now
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Dec 2011 15:03:02 +0000 (15:03 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Dec 2011 18:32:57 +0000 (18:32 +0000)
commitbe04f3945c72ea426b55b352c75e1ddb039fb630
treecd16306f24a2c49dd2117fc08ac1bff3a81a7885
parent7d6e1650070decec4088a9ec4aa3f76e643d6232
index: remove GstIndex and GstIndexFactory for now

There are many good use cases for GstIndex and we want
to add it back again in some form, but possibly not with
the current API, which is very powerful (maybe too powerful),
but also a bit confusing. At the very least we'd need to
make the API bindings-friendly.
27 files changed:
configure.ac
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.types.in
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gstbin.c
gst/gstelement.c
gst/gstelement.h
gst/gstindexfactory.c [deleted file]
gst/gstindexfactory.h [deleted file]
gst/gstregistrybinary.c
gst/gstregistrychunks.c
libs/gst/base/Makefile.am
libs/gst/base/gstbaseparse.c
libs/gst/base/gstindex.c [moved from gst/gstindex.c with 98% similarity]
libs/gst/base/gstindex.h [moved from gst/gstindex.h with 100% similarity]
libs/gst/base/gstmemindex.c [moved from plugins/indexers/gstmemindex.c with 98% similarity]
plugins/Makefile.am
plugins/indexers/.gitignore [deleted file]
plugins/indexers/Makefile.am [deleted file]
plugins/indexers/gstfileindex.c [deleted file]
plugins/indexers/gstindexers.c [deleted file]
plugins/indexers/gstindexers.h [deleted file]
tools/gst-inspect.c
tools/gst-launch.c