summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-04-15 17:44:17 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 02:30:41 +0100
commitd6c623e90cb2fbbac4d87b039fd0d43fde1b16f2 (patch)
treed3f800bd1f662bef7a396f7f0716f762370b2d1c /gst/rtpmanager/gstrtpbin.h
parent5ece6ae4e381367027d01a0ea04ca592cc87dc3d (diff)
rtpbin: we should not provide a clock
There is no need to provide a clock.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index a984d4da..f47048e5 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -48,8 +48,6 @@ struct _GstRtpBin {
gboolean do_lost;
/* a list of session */
GSList *sessions;
- /* clock we provide */
- GstClock *provided_clock;
/* a list of clients, these are streams with the same CNAME */
GSList *clients;