gdp: Make debug category static
authorWim Taymans <wim.taymans@gmail.com>
Wed, 2 Aug 2006 15:19:30 +0000 (15:19 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:38 +0000 (01:54 +0100)
commitae5528c28f6da0f38752f26a5afa57e0cc034922
tree3c99642d62910c27321f7794e46c186b3262c659
parent93b60df9ac6e6de1159b7c7cf16f1547c1931de5
gdp: 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.
gst/gdp/dataprotocol.c