Complete the move of the RTP plugin
authorChristian Schaller <uraeus@gnome.org>
Sun, 2 Mar 2003 10:16:26 +0000 (10:16 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sun, 2 Mar 2003 10:16:26 +0000 (10:16 +0000)
commita1a3853e871cb52e95156cec216563a1741b3877
tree4381d463f89cdf121fdb836ea7dc1ea2bf527129
parentab71414650b5bfe8af2a0274c012f0ab872032b9
Complete the move of the RTP plugin

Original commit message from CVS:
Complete the move of the RTP plugin
17 files changed:
configure.ac
ext/Makefile.am
gst/rtp/Makefile.am [new file with mode: 0644]
gst/rtp/README [new file with mode: 0644]
gst/rtp/TODO [new file with mode: 0644]
gst/rtp/gstrtp-common.h [new file with mode: 0644]
gst/rtp/gstrtp.c [new file with mode: 0644]
gst/rtp/gstrtpL16depay.c [new file with mode: 0644]
gst/rtp/gstrtpL16depay.h [new file with mode: 0644]
gst/rtp/gstrtpL16enc.c [new file with mode: 0644]
gst/rtp/gstrtpL16enc.h [new file with mode: 0644]
gst/rtp/gstrtpL16parse.c [new file with mode: 0644]
gst/rtp/gstrtpL16parse.h [new file with mode: 0644]
gst/rtp/gstrtpL16pay.c [new file with mode: 0644]
gst/rtp/gstrtpL16pay.h [new file with mode: 0644]
gst/rtp/rtp-packet.c [new file with mode: 0644]
gst/rtp/rtp-packet.h [new file with mode: 0644]