gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see deprecate...
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Aug 2006 15:26:33 +0000 (15:26 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 22:49:58 +0000 (22:49 +0000)
commite43c4dd2ff78c14ece8d21acdbff35c177b7682a
tree512ad3e422ff2d5ac1fd3eb94e4f15bbd1020ca4
parentcfd6f763a77f95756b862128c5aeb9d2dcb94745
gdp: GST_DISABLE_DEPRECATED is only for users of API that don't want to see deprecated functions in the headers; people th...

Original commit message from CVS:
2006-08-11  Andy Wingo  <wingo@pobox.com>

* configure.ac:
* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packetizer_new):
* tests/check/libs/gdp.c: (gst_dp_suite): GST_DISABLE_DEPRECATED
is only for users of API that don't want to see deprecated
functions in the headers; people that want to compile out
deprecated code should pass -DGST_REMOVE_DEPRECATED into the
CFLAGS. Fixes the build of multifdsink, or will soon..
gst/gdp/dataprotocol.c