rtpg729pay: Remove long unneeded define replacement
authorOlivier Crête <olivier.crete@collabora.co.uk>
Wed, 16 Sep 2009 17:55:19 +0000 (13:55 -0400)
committerOlivier Crête <olivier.crete@collabora.co.uk>
Thu, 1 Oct 2009 00:36:05 +0000 (20:36 -0400)
gst/rtp/gstrtpg729pay.c

index 8fd0179..23f3280 100644 (file)
 
 #include "gstrtpg729pay.h"
 
-/* TODO: fix gstrtpbuffer.h */
-#undef GST_RTP_PAYLOAD_G729
-#define GST_RTP_PAYLOAD_G729 18
-#undef GST_RTP_PAYLOAD_G729_STRING
-#define GST_RTP_PAYLOAD_G729_STRING "18"
-
 #define G729_FRAME_SIZE 10
 #define G729B_CN_FRAME_SIZE 2
 #define G729_FRAME_DURATION (10 * GST_MSECOND)