mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
rtpg729pay: Remove long unneeded define replacement
This commit is contained in:
parent
e2623815d1
commit
1ba7693f7a
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue