gdp: add a GstDPPacketizer object, and create/free functions
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 6 Jun 2006 14:24:00 +0000 (14:24 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:38 +0000 (01:54 +0100)
commit84bbfbecc4f4554840e8ca2a9a3068a3ba67d412
tree3ea0410be8f5c3ff09d140df1eced87a3b26ccc0
parent19ea4af5b368edea6e35e3e989f3a4bfce42dd2e
gdp: add a GstDPPacketizer object, and create/free functions

Original commit message from CVS:
* libs/gst/dataprotocol/dataprotocol.c:
(gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
(gst_dp_version_get_type), (gst_dp_init),
(gst_dp_header_from_buffer), (gst_dp_header_from_buffer_1_0),
(gst_dp_packet_from_caps), (gst_dp_packet_from_caps_1_0),
(gst_dp_packet_from_event), (gst_dp_packet_from_event_1_0),
(gst_dp_event_from_packet_0_2), (gst_dp_event_from_packet_1_0),
(gst_dp_event_from_packet), (gst_dp_packetizer_new),
(gst_dp_packetizer_free):
* libs/gst/dataprotocol/dataprotocol.h:
API: add a GstDPPacketizer object, and create/free functions
API: add GstDPVersion enum
Add 1.0 event function that uses the string serialization
Serialize more useful buffer flags
Fixes #343988
gst/gdp/dataprotocol.c
gst/gdp/dataprotocol.h