netclientclock: Add NTPv4 support
authorSebastian Dröge <sebastian@centricular.com>
Sat, 6 Jun 2015 19:43:05 +0000 (21:43 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 6 Jun 2015 21:00:44 +0000 (23:00 +0200)
commit202f463170d493831aca60414e897ced2298504d
tree6c9f5381362b78dab69309dccf4bc73946489e8a
parentcc15f68b6aaddf247bd8429ea07a4537037fd2e4
netclientclock: Add NTPv4 support

This uses all of the netclientclock code, except for the generation and
parsing of packets. Unfortunately some code duplication was necessary
because GstNetTimePacket is public API and couldn't be extended easily
to support NTPv4 packets without breaking API/ABI.
docs/libs/gstreamer-libs-sections.txt
libs/gst/net/Makefile.am
libs/gst/net/gstnetclientclock.c
libs/gst/net/gstnetclientclock.h
libs/gst/net/gstntppacket.c [new file with mode: 0644]
libs/gst/net/gstntppacket.h [new file with mode: 0644]
win32/common/libgstnet.def