Created Speex payloader and depayloader; Optimize G711 payloader to use adapter and...
authorEdgard Lima <edgard.lima@indt.org.br>
Thu, 17 Nov 2005 18:23:23 +0000 (18:23 +0000)
committerEdgard Lima <edgard.lima@indt.org.br>
Thu, 17 Nov 2005 18:23:23 +0000 (18:23 +0000)
commit5ae66f78c51ba7a55fe486a452a795dc231a1a4d
tree9e61d6adebe44ae8391ed6528b37ef145ec7ff13
parent42c5075f1769b06cf184f95331e9753becd785f0
Created Speex payloader and depayloader; Optimize G711 payloader to use adapter and send packets until MTU size.

Original commit message from CVS:
Created Speex payloader and depayloader; Optimize G711 payloader to use adapter and send packets until MTU size.
17 files changed:
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpg711dec.c
gst/rtp/gstrtpg711depay.c
gst/rtp/gstrtpg711enc.c
gst/rtp/gstrtpg711enc.h
gst/rtp/gstrtpg711pay.c
gst/rtp/gstrtpg711pay.h
gst/rtp/gstrtpspeexdec.c [new file with mode: 0644]
gst/rtp/gstrtpspeexdec.h [new file with mode: 0644]
gst/rtp/gstrtpspeexdepay.c [new file with mode: 0644]
gst/rtp/gstrtpspeexdepay.h [new file with mode: 0644]
gst/rtp/gstrtpspeexenc.c [new file with mode: 0644]
gst/rtp/gstrtpspeexenc.h [new file with mode: 0644]
gst/rtp/gstrtpspeexpay.c [new file with mode: 0644]
gst/rtp/gstrtpspeexpay.h [new file with mode: 0644]