diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-25 23:41:03 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-25 23:41:50 +0000 |
commit | 9a3e4ce5cb38afc0e95a5e045782317eeb3d5b2f (patch) | |
tree | 43f93c59986be89d13767b0e95692a5632ff1f56 /docs | |
parent | f52ffa5f0e1f80c9939567d7dbc062711dc8cf2d (diff) |
libs: remove gdp dataprotocol library
Made private and moved to gdp plugin in -base for
the time being, until we figure out what we do with
gdp and 0.11.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gstreamer-libs-docs.sgml | 5 | ||||
-rw-r--r-- | docs/libs/gstreamer-libs-sections.txt | 37 |
2 files changed, 0 insertions, 42 deletions
diff --git a/docs/libs/gstreamer-libs-docs.sgml b/docs/libs/gstreamer-libs-docs.sgml index 788c3d836..97387d29d 100644 --- a/docs/libs/gstreamer-libs-docs.sgml +++ b/docs/libs/gstreamer-libs-docs.sgml @@ -61,11 +61,6 @@ <xi:include href="xml/gsttriggercontrolsource.xml" /> </chapter> - <chapter id="gstreamer-dataprotocol"> - <title>GStreamer Data Protocol</title> - <xi:include href="xml/gstdataprotocol.xml" /> - </chapter> - <chapter id="gstreamer-net"> <title>GStreamer Network Classes</title> <para> diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 21efb35e6..631137292 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -13,43 +13,6 @@ # <SUBSECTION Private> # </SECTION> -<SECTION> -<FILE>gstdataprotocol</FILE> -<INCLUDE>gst/dataprotocol/dataprotocol.h</INCLUDE> -GstDPHeaderFlag -GstDPPayloadType - -GST_DP_HEADER_LENGTH -GstDPVersion -GST_DP_VERSION_MAJOR -GST_DP_VERSION_MINOR - -gst_dp_init - -GstDPHeaderFromBufferFunction -GstDPPacketFromCapsFunction -GstDPPacketFromEventFunction -GstDPPacketizer -gst_dp_packetizer_new -gst_dp_packetizer_free - -gst_dp_crc - -gst_dp_header_payload_length -gst_dp_header_payload_type - -gst_dp_buffer_from_header -gst_dp_caps_from_packet -gst_dp_event_from_packet - -gst_dp_validate_header -gst_dp_validate_payload -gst_dp_validate_packet -<SUBSECTION Standard> -GST_TYPE_DP_VERSION -gst_dp_version_get_type -</SECTION> - # control source classes <SECTION> |