summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg711dec.c
Commit message (Collapse)AuthorAgeFilesLines
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-183/+0
| | | | | Original commit message from CVS: Do burger's rename for rtp payloaders and depayloaders
* Created Speex payloader and depayloader; Optimize G711 payloader to use ↵Edgard Lima2005-11-171-2/+2
| | | | | | | 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.
* Payloader now sets some default caps on the srcpad if caps on the sinkpad ↵Zeeshan Ali2005-10-311-2/+12
| | | | | | | are never set. This is important for the g7... Original commit message from CVS: Payloader now sets some default caps on the srcpad if caps on the sinkpad are never set. This is important for the g711 to work with burger's rtpbin element.
* Setting the proper copyright notice.Zeeshan Ali2005-10-261-0/+2
| | | | | Original commit message from CVS: Setting the proper copyright notice.
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now ↵Zeeshan Ali2005-10-261-165/+37
| | | | | | | inherits from the basertpdepayloader. Original commit message from CVS: Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inherits from the basertpdepayloader.
* Just removed a couple of lines of weird code used during development/test time.Flavio Oliveira2005-10-251-10/+2
| | | | | Original commit message from CVS: Just removed a couple of lines of weird code used during development/test time.
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ↵Flavio Oliveira2005-10-251-0/+307
alaw (dec)encoders) Original commit message from CVS: G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)