summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-09-16 13:55:19 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-09-30 20:36:05 -0400
commit1ba7693f7a307b96b2b2016be9ef22231c25af05 (patch)
tree059b3a449e459a087603598f978ad11af5dcd681
parente2623815d1b0ad72f1d02912c67b98f20be46708 (diff)
rtpg729pay: Remove long unneeded define replacement
-rw-r--r--gst/rtp/gstrtpg729pay.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/rtp/gstrtpg729pay.c b/gst/rtp/gstrtpg729pay.c
index 8fd017961..23f3280fe 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)