diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 2 |
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; |