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
committerWim Taymans <wim.taymans@gmail.com>2007-04-06 12:28:29 +0000
commit9894c6ad51e860fbc4474703c0a3e67a950ac359 (patch)
tree64b9dd0ab4df7ecd1f8aa804a833af2f222d6c49 /gst/rtpmanager/gstrtpbin.h
parenta52a704426a350cbe6746333c1e0eee9ffdcdbe4 (diff)
downloadgst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.tar.gz
gst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.tar.bz2
gst-plugins-bad-9894c6ad51e860fbc4474703c0a3e67a950ac359.zip
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;