aboutsummaryrefslogtreecommitdiff
path: root/ext/dash/gstmpdparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dash/gstmpdparser.h')
-rw-r--r--ext/dash/gstmpdparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dash/gstmpdparser.h b/ext/dash/gstmpdparser.h
index 9ce41f33..5d059b8e 100644
--- a/ext/dash/gstmpdparser.h
+++ b/ext/dash/gstmpdparser.h
@@ -469,6 +469,8 @@ struct _GstMpdClient
guint update_failed_count;
gchar *mpd_uri; /* manifest file URI */
+ gchar *mpd_base_uri; /* base URI for resolving relative URIs.
+ * this will be different for redirects */
GMutex lock;
};