summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-06 12:28:29 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 02:30:24 +0100
commita6aa41dc2118c811a5e84246722e8c6e99114c32 (patch)
treecbe7fb62d09d04232dffbba360135b941946b7fb /gst/rtpmanager/gstrtpbin.h
parent1b0ae2608f93a9016abd77bdc79db93f0ad58ad8 (diff)
gst/rtpmanager/gstrtpbin.*: Provide a clock.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init), (gst_rtp_bin_init), (gst_rtp_bin_provide_clock): * gst/rtpmanager/gstrtpbin.h: Provide a clock.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index ccd57a78..f9cfdf2d 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -42,6 +42,7 @@ struct _GstRTPBin {
/* a list of session */
GSList *sessions;
+ GstClock *provided_clock;
/*< private >*/
GstRTPBinPrivate *priv;