From 1fc231d3052cd83ff2d5124a412f3b1d9589fa27 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Jun 2006 14:21:10 +0000 Subject: [PATCH] add symbol Original commit message from CVS: add symbol --- docs/libs/gstreamer-libs-sections.txt | 11 ++++ docs/libs/tmpl/gstdataprotocol.sgml | 96 +++++++++++++++++++++++++++-------- 2 files changed, 87 insertions(+), 20 deletions(-) diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 4b1d3e0..4085a3d 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -20,11 +20,19 @@ 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 @@ -42,6 +50,8 @@ gst_dp_validate_header gst_dp_validate_payload gst_dp_validate_packet +GST_TYPE_DP_VERSION +gst_dp_version_get_type
@@ -386,4 +396,5 @@ gst_check_setup_src_pad gst_check_teardown_element gst_check_teardown_sink_pad gst_check_teardown_src_pad +gst_check_abi_list
diff --git a/docs/libs/tmpl/gstdataprotocol.sgml b/docs/libs/tmpl/gstdataprotocol.sgml index b60af0d..1253a36 100644 --- a/docs/libs/tmpl/gstdataprotocol.sgml +++ b/docs/libs/tmpl/gstdataprotocol.sgml @@ -1,31 +1,14 @@ -gstdataprotocol + -implements GStreamer Data Protocol to serialize buffers, caps and events. + - -This helper library provides serialization of GstBuffer, GstCaps and -GstEvent structures. - - -This serialization can be useful when GStreamer needs to interface with -the outside world to transport data between different GStreamer pipelines. -The connections with the outside world generally don't have mechanisms -to transport properties of these structures. - - -For example, transporting buffers across named pipes doesn't keep the -buffer size. Network elements that transport GStreamer data across -network connections also need a protocol to do this. - - -#GstBuffer, #GstCaps, #GstEvent - + @@ -57,6 +40,14 @@ network connections also need a protocol to do this. + + + + + +@GST_DP_VERSION_0_2: +@GST_DP_VERSION_1_0: + @@ -78,6 +69,71 @@ network connections also need a protocol to do this. + + + + + +@buffer: +@flags: +@length: +@header: +@Returns: + + + + + + + +@caps: +@flags: +@length: +@header: +@payload: +@Returns: + + + + + + + +@event: +@flags: +@length: +@header: +@payload: +@Returns: + + + + + + + +@version: +@header_from_buffer: +@packet_from_caps: +@packet_from_event: + + + + + + +@version: +@Returns: + + + + + + + +@packetizer: + + -- 2.7.4