summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index e491d50a..c3780756 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -103,9 +103,13 @@ struct _GstRTSPStream {
/* state */
gint pt;
gboolean container;
+ /* original control url */
+ gchar *control_url;
+ /* fully qualified control url */
gchar *setup_url;
guint32 ssrc;
guint32 seqbase;
+ guint64 timebase;
};
struct _GstRTSPSrc {