diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h index 649c3f30..e40b571d 100644 --- a/gst/rtpmanager/gstrtpbin.h +++ b/gst/rtpmanager/gstrtpbin.h @@ -42,6 +42,7 @@ struct _GstRTPBin { /* a list of session */ GSList *sessions; + /* clock we provide */ GstClock *provided_clock; /*< private >*/ |