media: add GstNetTimeProvider support
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Apr 2013 20:35:28 +0000 (22:35 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 9 Apr 2013 20:38:44 +0000 (22:38 +0200)
commit36ff6795580661e9a99afbd59c26eedef8b837d5
tree39295c786709d6b30676af515ff7e63567742624
parent1704018d5d070eff575414b6f46380985d8fe8d1
media: add GstNetTimeProvider support

Add a property to let the media provide a GstNetTimeProvider for its clock.
Make methods to get the clock and nettimeprovider
Add a x-gst-clock property to the SDP with the IP and port number of the nettime
provider and also the current time of the clock. This should make it possible
for (GStreamer) clients to slave their clock to the server clock.
gst/rtsp-server/Makefile.am
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-media.h
gst/rtsp-server/rtsp-sdp.c