diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpsession.h')
-rw-r--r-- | gst/rtpmanager/gstrtpsession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpsession.h b/gst/rtpmanager/gstrtpsession.h index 87f8ea7a..09565ac1 100644 --- a/gst/rtpmanager/gstrtpsession.h +++ b/gst/rtpmanager/gstrtpsession.h @@ -45,6 +45,7 @@ struct _GstRtpSession { GstPad *recv_rtp_sink; GstPad *recv_rtcp_sink; GstPad *send_rtp_sink; + GstSegment send_rtp_seg; GstPad *recv_rtp_src; GstPad *sync_src; |