gstreamer/libs/gst/dataprotocol
Wim Taymans 319e774f55 libs/gst/dataprotocol/dataprotocol.c: Make debug category static
Original commit message from CVS:
* libs/gst/dataprotocol/dataprotocol.c:
(gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
(gst_dp_crc), (gst_dp_header_payload_length),
(gst_dp_header_payload_type), (gst_dp_packet_from_event),
(gst_dp_packet_from_event_1_0), (gst_dp_buffer_from_header),
(gst_dp_caps_from_packet), (gst_dp_event_from_packet_0_2),
(gst_dp_event_from_packet), (gst_dp_validate_header),
(gst_dp_validate_payload):
Make debug category static
Constify the crc table.
Do some more arg checking in public functions.
Fix some docs and do some small cleanups.
* tests/check/libs/gdp.c: (GST_START_TEST), (gst_dp_suite):
Add some more checks to see if GDP deals with bogus input.
2006-08-02 15:19:30 +00:00
..
.gitignore moap ignore 2006-07-02 00:39:28 +00:00
dataprotocol.c libs/gst/dataprotocol/dataprotocol.c: Make debug category static 2006-08-02 15:19:30 +00:00
dataprotocol.h libs/gst/dataprotocol/dataprotocol.*: API: add a GstDPPacketizer object, and create/free functions 2006-06-06 14:24:00 +00:00
dp-private.h libs/gst/dataprotocol/: It's about time we bump the version number. 2005-10-08 17:17:25 +00:00
Makefile.am libs/gst/dataprotocol/Makefile.am: build dataprotocol test by linking to the lib, instead of compiling the source, so... 2006-07-02 09:04:45 +00:00