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
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-15 17:44:17 +0200
commitba6b41dad4c697cacccd088fec8ffe4a940c24d8 (patch)
tree064696f22e00e9d7f1fbb563707a2dbf61bf9670 /gst/rtpmanager/gstrtpbin.h
parentf7af854c28ab8b55b16042939c65179f742de62c (diff)
downloadgst-plugins-bad-ba6b41dad4c697cacccd088fec8ffe4a940c24d8.tar.gz
gst-plugins-bad-ba6b41dad4c697cacccd088fec8ffe4a940c24d8.tar.bz2
gst-plugins-bad-ba6b41dad4c697cacccd088fec8ffe4a940c24d8.zip
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;