summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexdepay.c
Commit message (Collapse)AuthorAgeFilesLines
* Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima2005-12-141-1/+0
| | | | | Original commit message from CVS: Set clock rate to be fixed in 8000. It fixes bug #324012.
* gst/rtp/: parsers are depayersThomas Vander Stichele2005-12-011-1/+1
| | | | | | | | | | | | | | | Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtpL16depay.c: * gst/rtp/gstrtpL16depay.h: * gst/rtp/gstrtpL16parse.c: * gst/rtp/gstrtpL16parse.h: * gst/rtp/gstrtpgsmdepay.c: * gst/rtp/gstrtpgsmdepay.h: * gst/rtp/gstrtpgsmparse.c: * gst/rtp/gstrtpgsmparse.h: parsers are depayers
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-27/+29
| | | | | 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-0/+143
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.