base: make GstDataQueue private API for multiqueue
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Oct 2011 12:54:51 +0000 (13:54 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Oct 2011 12:54:37 +0000 (13:54 +0100)
commit434e7042d89731b78ee354b4cd112743ce92dec0
tree624cac754af9c0cd8af1eb63c3f17bf5c0831c62
parentc6f005fef14ea027e64968084e06735647fb7f62
base: make GstDataQueue private API for multiqueue

There's no code that uses it other than multiqueue, so make it private
to multiqueue for now. That way we can also do optimisations that
require API/ABI breaks. If anyone ever wants to use it, we can still
make it public again.
docs/libs/gstreamer-libs-docs.sgml
docs/libs/gstreamer-libs-sections.txt
libs/gst/base/Makefile.am
plugins/elements/Makefile.am
plugins/elements/gstdataqueue.c [moved from libs/gst/base/gstdataqueue.c with 100% similarity]
plugins/elements/gstdataqueue.h [moved from libs/gst/base/gstdataqueue.h with 100% similarity]
plugins/elements/gstmultiqueue.h
tests/check/libs/gstlibscpp.cc
tests/check/libs/libsabi.c
win32/common/libgstbase.def