gst/net/: New part of core to hold network elements and objects. Put in core because...
authorAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 16:49:49 +0000 (16:49 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 16 Nov 2005 16:49:49 +0000 (16:49 +0000)
commit4258474de230c85ec937e4b16011d28fe46f86f9
tree0afe3c2a069175d856b888f46e0f45d534548e59
parent533a6eacb0e7bd9b4100a4ee0982fa83fd0eabb3
gst/net/: New part of core to hold network elements and objects. Put in core because it exposes API that applications...

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

* gst/net/Makefile.am:
* gst/net/gstnet.h: New part of core to hold network elements and
objects. Put in core because it exposes API that applications want
to use. The library is named libgstnet-tempname right now because
of the existing libgstnet in gst-plugins-base. Solution is
probably to rename the one in plugins-base; will file a bug for
the freeze break.

* gst/net/gstnettimeprovider.c:
* gst/net/gstnettimeprovider.h: New object to export a GstClock's
get_time call over the network.

* configure.ac:
* gst/Makefile.am (lib_LTLIBRARIES): Add gstnet to the build.

* check/Makefile.am:
* check/net/gstnettimeprovider.c: A most minimal test suite. Will
get additions shortly.
15 files changed:
ChangeLog
check/Makefile.am
check/net/gstnettimeprovider.c [new file with mode: 0644]
configure.ac
gst/Makefile.am
gst/net/Makefile.am [new file with mode: 0644]
gst/net/gstnet.h [new file with mode: 0644]
gst/net/gstnettimeprovider.c [new file with mode: 0644]
gst/net/gstnettimeprovider.h [new file with mode: 0644]
libs/gst/net/Makefile.am [new file with mode: 0644]
libs/gst/net/gstnet.h [new file with mode: 0644]
libs/gst/net/gstnettimeprovider.c [new file with mode: 0644]
libs/gst/net/gstnettimeprovider.h [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/gstnettimeprovider.c [new file with mode: 0644]