diff options
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r-- | gst/rtpmanager/rtpsource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h index 1eae0c18..a2ba2d61 100644 --- a/gst/rtpmanager/rtpsource.h +++ b/gst/rtpmanager/rtpsource.h @@ -134,6 +134,7 @@ struct _RTPSource { gint clock_rate; gint32 seqnum_base; gint64 clock_base; + guint64 clock_base_time; GstClockTime bye_time; GstClockTime last_activity; |