gdp: move dataprotocol library into gdp plugin and make private
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 23:19:57 +0000 (23:19 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:43 +0000 (01:54 +0100)
commit2d7150414b3524c06b6a5c13e635fc15191b888c
tree1517d8892fa5229eb2a4ce0f644c6cc7ebb22b5c
parentd67bdd8375229d99088ae8070da65ea2b7316124
gdp: move dataprotocol library into gdp plugin and make private

We have removed things like protocol=gdp in the tcp elements
in favour of explicit gdppay/depay elements, so there's no need
to keep a public API and library for now. We can still add it
back later. Someone needs to think hard about 0.11 and gdp
anyway one of these days.
gst/gdp/Makefile.am
gst/gdp/dataprotocol.c
gst/gdp/dp-private.h
gst/gdp/gstgdp.c
gst/gdp/gstgdpdepay.c
gst/gdp/gstgdppay.c
tests/check/elements/gdpdepay.c
tests/check/elements/gdppay.c