rtmp: Add RTMP source plugin
authorBastien Nocera <hadess@hadess.net>
Tue, 1 Jun 2010 23:45:06 +0000 (00:45 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 5 Jun 2010 16:02:39 +0000 (18:02 +0200)
commitb87668e143b2a0208d3d9f474b98dc3d661100b2
tree335d20b3d69bbef1ca376e92f160a27d3bfd50b6
parent581b63c6781ae33ce2baedee34d4317c4a000649
rtmp: Add RTMP source plugin

https://bugzilla.gnome.org/show_bug.cgi?id=566604
18 files changed:
configure.ac
gst/rtmp/Makefile.am [new file with mode: 0644]
gst/rtmp/amf.c [new file with mode: 0644]
gst/rtmp/amf.h [new file with mode: 0644]
gst/rtmp/bytes.h [new file with mode: 0644]
gst/rtmp/dh.h [new file with mode: 0644]
gst/rtmp/dhgroups.h [new file with mode: 0644]
gst/rtmp/gstrtmpsrc.c [new file with mode: 0644]
gst/rtmp/gstrtmpsrc.h [new file with mode: 0644]
gst/rtmp/handshake.h [new file with mode: 0644]
gst/rtmp/hashswf.c [new file with mode: 0644]
gst/rtmp/http.h [new file with mode: 0644]
gst/rtmp/log.c [new file with mode: 0644]
gst/rtmp/log.h [new file with mode: 0644]
gst/rtmp/parseurl.c [new file with mode: 0644]
gst/rtmp/rtmp.c [new file with mode: 0644]
gst/rtmp/rtmp.h [new file with mode: 0644]
gst/rtmp/rtmp_sys.h [new file with mode: 0644]