summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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)