gst/net/: Use the timepacket stuff in the provider, include it from gstnet.h, and...
authorAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 17:52:04 +0000 (17:52 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 17:52:04 +0000 (17:52 +0000)
commitfec8e1db7df5534eb45590da0b2cc76b5c3887a6
tree38e251ad17b1991bc980c72dea13351af95d760c
parent578f2ae6333bec7d7ec7d13d3953d6318faaf249
gst/net/: Use the timepacket stuff in the provider, include it from gstnet.h, and add it to the build.

Original commit message from CVS:
2005-11-16  Andy Wingo  <wingo@pobox.com>

* gst/net/Makefile.am:
* gst/net/gstnet.h:
* gst/net/gstnettimeprovider.c:
* gst/net/gstnettimeprovider.h: Use the timepacket stuff in the
provider, include it from gstnet.h, and add it to the build.

* gst/net/gstnettimepacket.h:
* gst/net/gstnettimepacket.c: New files, abstracts out the packet
sending and receiving.
13 files changed:
ChangeLog
check/net/gstnettimeprovider.c
gst/net/Makefile.am
gst/net/gstnet.h
gst/net/gstnettimepacket.c [new file with mode: 0644]
gst/net/gstnettimepacket.h [new file with mode: 0644]
gst/net/gstnettimeprovider.c
libs/gst/net/Makefile.am
libs/gst/net/gstnet.h
libs/gst/net/gstnettimepacket.c [new file with mode: 0644]
libs/gst/net/gstnettimepacket.h [new file with mode: 0644]
libs/gst/net/gstnettimeprovider.c
tests/check/libs/gstnettimeprovider.c