rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements for mulaw...
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Thu, 23 Feb 2006 12:21:25 +0000 (12:21 +0000)
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>
Thu, 23 Feb 2006 12:21:25 +0000 (12:21 +0000)
commit8449839ab1f115b33594467daa81e6347e67055c
treea7d1cc96cdde276d739fc197269077d514eb0ed8
parentec24b0dfabf90f2a47c6999db42e382e666852cc
rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements for mulaw/alaw. Also removed the old g711...

Original commit message from CVS:
2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>

* rtp/gst/gstrtppcmadepay.c:
* rtp/gst/gstrtppcmadepay.h:
* rtp/gst/gstgstrtppcmapay.c:
* rtp/gst/gstgstrtppcmapay.h:
* rtp/gst/gstrtppcmudepay.c:
* rtp/gst/gstrtppcmudepay.h:
* rtp/gst/gstrtppcmupay.c:
* rtp/gst/gstrtppcmupay.h:
* rtp/gst/Makefile.am:
* rtp/gst/gstrtp.c:
* rtp/gst/README:
Separated the G711 payloaders/depayloaders into separate elements for
mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
13 files changed:
ChangeLog
gst/rtp/Makefile.am
gst/rtp/README
gst/rtp/gstrtp.c
gst/rtp/gstrtpg711depay.h [deleted file]
gst/rtp/gstrtppcmadepay.c [moved from gst/rtp/gstrtpg711depay.c with 59% similarity]
gst/rtp/gstrtppcmadepay.h [new file with mode: 0644]
gst/rtp/gstrtppcmapay.c [moved from gst/rtp/gstrtpg711pay.c with 52% similarity]
gst/rtp/gstrtppcmapay.h [moved from gst/rtp/gstrtpg711pay.h with 52% similarity]
gst/rtp/gstrtppcmudepay.c [new file with mode: 0644]
gst/rtp/gstrtppcmudepay.h [new file with mode: 0644]
gst/rtp/gstrtppcmupay.c [new file with mode: 0644]
gst/rtp/gstrtppcmupay.h [new file with mode: 0644]