G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw...
authorFlavio Oliveira <flavio.oliveira@indt.org.br>
Tue, 25 Oct 2005 19:19:38 +0000 (19:19 +0000)
committerFlavio Oliveira <flavio.oliveira@indt.org.br>
Tue, 25 Oct 2005 19:19:38 +0000 (19:19 +0000)
commitc12772c616d48bd98a5e49507cdd10d894720dfb
treef2fd9dac7c8e340cc43ce555a47526e3db13f1c7
parentcfea44dba33505979a563036d0174bf0965752f9
G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)

Original commit message from CVS:
G711 payloader and depayloader created by Edgard Lima (it supports
mulaw and alaw (dec)encoders)
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpg711dec.c [new file with mode: 0644]
gst/rtp/gstrtpg711dec.h [new file with mode: 0644]
gst/rtp/gstrtpg711depay.c [new file with mode: 0644]
gst/rtp/gstrtpg711depay.h [new file with mode: 0644]
gst/rtp/gstrtpg711enc.c [new file with mode: 0644]
gst/rtp/gstrtpg711enc.h [new file with mode: 0644]
gst/rtp/gstrtpg711pay.c [new file with mode: 0644]
gst/rtp/gstrtpg711pay.h [new file with mode: 0644]