From 1ba7693f7a307b96b2b2016be9ef22231c25af05 Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Wed, 16 Sep 2009 13:55:19 -0400 Subject: rtpg729pay: Remove long unneeded define replacement --- gst/rtp/gstrtpg729pay.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpg729pay.c b/gst/rtp/gstrtpg729pay.c index 8fd01796..23f3280f 100644 --- a/gst/rtp/gstrtpg729pay.c +++ b/gst/rtp/gstrtpg729pay.c @@ -35,12 +35,6 @@ #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) -- cgit